Searched refs:cvMatchTemplate (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/imgproc/test/ |
D | test_templmatch.cpp | 139 … cvMatchTemplate( test_array[INPUT][0], test_array[INPUT][1], test_array[OUTPUT][0], method ); in run_func()
|
/external/opencv/cv/src/ |
D | cvtemplmatch.cpp | 324 cvMatchTemplate( const CvArr* _img, const CvArr* _templ, CvArr* _result, int method ) in cvMatchTemplate() function
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 408 CVAPI(void) cvMatchTemplate( const CvArr* image, const CvArr* templ,
|
/external/opencv/cv/include/ |
D | cv.h | 390 CVAPI(void) cvMatchTemplate( const CvArr* image, const CvArr* templ, in LOAD_CHDL()
|
/external/opencv3/modules/imgproc/src/ |
D | templmatch.cpp | 1087 cvMatchTemplate( const CvArr* _img, const CvArr* _templ, CvArr* _result, int method ) in cvMatchTemplate() function
|