ifw  0.0.1-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
clipm_test_math_correlation.c File Reference
#include <cpl.h>
#include <clipm.h>
#include <clipm_priv_error.h>
#include "clipm_testlib.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>

Functions

void clipm_test_math_xcorr_matrix (void)
 
void clipm_test_math_xcorr_image (void)
 
void clipm_test_math_normxcorr_matrix (void)
 
void clipm_test_math_normxcorr_image (void)
 
int main (int argc, char **argv)
 

Variables

const clipm_coverage_mode_Coverage_modes []
 
cpl_type _img_types []
 

Function Documentation

void clipm_test_math_normxcorr_image ( void  )
void clipm_test_math_normxcorr_matrix ( void  )
void clipm_test_math_xcorr_image ( void  )
void clipm_test_math_xcorr_matrix ( void  )
int main ( int  argc,
char **  argv 
)

Variable Documentation

const clipm_coverage_mode* _Coverage_modes[]
Initial value:
NULL }
const clipm_coverage_mode CLIPM_COVERAGE_SAME
Returns the central part of the result that is the same size as the first input signal.
Definition: clipm_math_correlation.c:49
const clipm_coverage_mode CLIPM_COVERAGE_FULL
Compute the full result.
Definition: clipm_math_correlation.c:50
const clipm_coverage_mode CLIPM_COVERAGE_VALID
Return the portion of the cross-operation that is computed without the zero-padded edges...
Definition: clipm_math_correlation.c:48
const clipm_coverage_mode CLIPM_COVERAGE_CUSTOM
Use user-defined output size.
Definition: clipm_math_correlation.c:51
cpl_type _img_types[]
Initial value:
= { CPL_TYPE_INT,
CPL_TYPE_FLOAT,
CPL_TYPE_DOUBLE,
0 }