ifw-odp
2.0.0-alpha
|
#include <cpl.h>
#include <clipm.h>
#include <clipm_priv_matrix.h>
#include <clipm_priv_error.h>
#include "clipm_testlib.h"
Macros | |
#define | IMSIZE 10 |
#define | CHECKIT(TYPE, WINDOW, FLIP) |
#define | CHECKIT_FLIPS(TYPE, WINDOW) |
#define | CHECKIT_FLIPS_WINDOWS(TYPE, WINDOW) |
#define | CHECK_TRANSFORM(TRANS, SHIFT) |
Functions | |
void | clipm_test_priv_matrix_new_from_image_window (void) |
void | clipm_test_priv_matrix_sqrt (void) |
void | clipm_test_priv_matrix_round (void) |
void | clipm_test_priv_matrix_get_median_rows (void) |
void | clipm_test_priv_matrix_get_mean_rows (void) |
int | main (int argc, char **argv) |
void | clipm_test_priv_matrix_select_cols (void) |
void | clipm_test_priv_matrix_copy_col_vector (void) |
void | clipm_test_priv_matrix_copy_vector_col (void) |
void | clipm_test_priv_matrix_transform_create_rot2d (void) |
void | clipm_test_priv_matrix_transform_invert (void) |
void | clipm_test_priv_matrix_transform_points (void) |
#define CHECK_TRANSFORM | ( | TRANS, | |
SHIFT | |||
) |
#define CHECKIT | ( | TYPE, | |
WINDOW, | |||
FLIP | |||
) |
#define CHECKIT_FLIPS | ( | TYPE, | |
WINDOW | |||
) |
#define CHECKIT_FLIPS_WINDOWS | ( | TYPE, | |
WINDOW | |||
) |
#define IMSIZE 10 |
void clipm_test_priv_matrix_copy_col_vector | ( | void | ) |
void clipm_test_priv_matrix_copy_vector_col | ( | void | ) |
void clipm_test_priv_matrix_get_mean_rows | ( | void | ) |
void clipm_test_priv_matrix_get_median_rows | ( | void | ) |
void clipm_test_priv_matrix_new_from_image_window | ( | void | ) |
void clipm_test_priv_matrix_round | ( | void | ) |
void clipm_test_priv_matrix_select_cols | ( | void | ) |
void clipm_test_priv_matrix_sqrt | ( | void | ) |
void clipm_test_priv_matrix_transform_create_rot2d | ( | void | ) |
void clipm_test_priv_matrix_transform_invert | ( | void | ) |
void clipm_test_priv_matrix_transform_points | ( | void | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |