#include <it/types.h>
#include <it/transform.h>
#include <it/transform2D.h>
#include <it/separable2D.h>
#include <it/io.h>
Go to the source code of this file.
Functions | |
static Mat | __it_separable2D_transform (it_transform2D_t *transform2D, Mat image) |
static Mat | __it_separable2D_itransform (it_transform2D_t *transform2D, Mat input) |
static void | __separable2D_get_output_size (it_transform2D_t *transform, idx_t *width, idx_t *height) |
static void | __separable2D_set_size (it_transform2D_t *transform, idx_t width, idx_t height) |
static void | __separable2D_get_size (it_transform2D_t *transform, idx_t *width, idx_t *height) |
it_instanciate (it_separable2D_t) |
static Mat __it_separable2D_itransform | ( | it_transform2D_t * | transform2D, | |
Mat | input | |||
) | [static] |
Definition at line 79 of file separable2D.c.
References __Mat_new(), _it_wavelet2D_::height, it_itransform, IT_SEPARABLE2D, it_transform_set_size, Mat_delete, Mat_height, Mat_set_col(), Mat_width, _it_separable2D_::transform, Vec_delete, Vec_element_size, and _it_wavelet2D_::width.
Referenced by it_instanciate().
static Mat __it_separable2D_transform | ( | it_transform2D_t * | transform2D, | |
Mat | image | |||
) | [static] |
Definition at line 32 of file separable2D.c.
References __Mat_new(), _it_wavelet2D_::height, IT_SEPARABLE2D, it_transform, it_transform_set_size, Mat_delete, Mat_height, Mat_set_col(), Mat_width, _it_separable2D_::transform, Vec_delete, Vec_element_size, and _it_wavelet2D_::width.
Referenced by it_instanciate().
static void __separable2D_get_output_size | ( | it_transform2D_t * | transform, | |
idx_t * | width, | |||
idx_t * | height | |||
) | [static] |
Definition at line 127 of file separable2D.c.
References IT_SEPARABLE2D, it_transform_get_output_size, and _it_separable2D_::transform.
Referenced by it_instanciate().
static void __separable2D_get_size | ( | it_transform2D_t * | transform, | |
idx_t * | width, | |||
idx_t * | height | |||
) | [static] |
Definition at line 145 of file separable2D.c.
References IT_SEPARABLE2D, it_transform_get_size, and _it_separable2D_::transform.
Referenced by it_instanciate().
static void __separable2D_set_size | ( | it_transform2D_t * | transform, | |
idx_t | width, | |||
idx_t | height | |||
) | [static] |
Definition at line 136 of file separable2D.c.
References IT_SEPARABLE2D, it_transform_set_size, and _it_separable2D_::transform.
Referenced by it_instanciate().
|
|