ifw-odp 5.0.0
Loading...
Searching...
No Matches
Functions | Variables
clipm_test_math_correlation.c File Reference
#include <cpl.h>
#include <clipm.h>
#include <ifw/odp/clipm/clipm_priv_error.h>
#include "ifw/odp/clipm/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

◆ clipm_test_math_normxcorr_image()

void clipm_test_math_normxcorr_image ( void )

◆ clipm_test_math_normxcorr_matrix()

void clipm_test_math_normxcorr_matrix ( void )

◆ clipm_test_math_xcorr_image()

void clipm_test_math_xcorr_image ( void )

◆ clipm_test_math_xcorr_matrix()

void clipm_test_math_xcorr_matrix ( void )

◆ main()

int main ( int argc,
char ** argv )

Variable Documentation

◆ _Coverage_modes

const clipm_coverage_mode* _Coverage_modes[]
Initial value:
NULL }
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_FULL
Compute the full result.
Definition clipm_math_correlation.c:50
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_CUSTOM
Use user-defined output size.
Definition clipm_math_correlation.c:51

◆ _img_types

cpl_type _img_types[]
Initial value:
= { CPL_TYPE_INT,
CPL_TYPE_FLOAT,
CPL_TYPE_DOUBLE,
0 }