#include <it/types.h>
#include <it/mat.h>
#include <it/transform.h>
#include <it/transform2D.h>
Go to the source code of this file.
Data Structures | |
struct | _it_separable2D_ |
Defines | |
#define | IT_SEPARABLE2D(x) IT_CAST(it_separable2D_t, x) |
#define | it_separable2D_new(t) __it_separable2D_new(IT_TRANSFORM(t)) |
#define | it_separable2D_transform(t, m) ((mat) it_transform2D(IT_SEPARABLE2D(t), m)) |
#define | it_separable2D_itransform(t, m) ((mat) it_itransform2D(IT_SEPARABLE2D(t), m)) |
Typedefs | |
typedef struct _it_separable2D_ | it_separable2D_t |
Functions | |
it_instanciate (it_separable2D_t) | |
static it_separable2D_t * | __it_separable2D_new (it_transform_t *transform) |
mat | it_separable2D (mat m, it_transform_t) |
mat | it_iseparable2D (mat t, it_transform_t) |
|
|