ifw-odp
2.0.0-alpha
|
#include <cpl.h>
#include <clipm.h>
#include <clipm_priv_error.h>
#include "clipm_testlib.h"
#include <string.h>
Macros | |
#define | centroiding_moment_check_nice_return_values(void) |
#define | CENTROIDING_CORRECT_FAILURE_VALUES |
#define | centroiding_moment_BODY(TYPE, WDW) |
#define | centroiding_multi_gauss_BODY(TYPE) |
Functions | |
void | clipm_test_centroiding_gauss (void) |
void | clipm_test_centroiding_moment (void) |
void | clipm_test_centroiding_gauss_action (cpl_type type, const cpl_size size[2], const cpl_size window_xxyy[4], const double in_pos[2], double in_sigma, int robustness) |
void | clipm_test_centroiding_multi_gauss (void) |
int | main (int argc, char **argv) |
#define CENTROIDING_CORRECT_FAILURE_VALUES |
#define centroiding_moment_BODY | ( | TYPE, | |
WDW | |||
) |
#define centroiding_moment_check_nice_return_values | ( | void | ) |
#define centroiding_multi_gauss_BODY | ( | TYPE | ) |
void clipm_test_centroiding_gauss | ( | void | ) |
void clipm_test_centroiding_gauss_action | ( | cpl_type | type, |
const cpl_size | size[2], | ||
const cpl_size | window_xxyy[4], | ||
const double | in_pos[2], | ||
double | in_sigma, | ||
int | robustness | ||
) |
void clipm_test_centroiding_moment | ( | void | ) |
void clipm_test_centroiding_multi_gauss | ( | void | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |