Searched refs:cvCornerMinEigenVal (Results 1 – 6 of 6) sorted by relevance
/external/opencv/cv/src/ |
D | cvfeatureselect.cpp | 148 CV_CALL( cvCornerMinEigenVal( img, eig, block_size, 3 )); in CV_IMPLEMENT_QSORT()
|
D | cvcorner.cpp | 420 cvCornerMinEigenVal( const void* srcarr, void* eigenvarr, in cvCornerMinEigenVal() function
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 908 CVAPI(void) cvCornerMinEigenVal( const CvArr* image, CvArr* eigenval,
|
/external/opencv3/modules/imgproc/src/ |
D | corner.cpp | 751 cvCornerMinEigenVal( const CvArr* srcarr, CvArr* dstarr, in cvCornerMinEigenVal() function
|
/external/opencv/cv/include/ |
D | cv.h | 1005 CVAPI(void) cvCornerMinEigenVal( const CvArr* image, CvArr* eigenval, in LOAD_CHDL()
|
/external/opencv3/modules/imgproc/test/ |
D | test_filter.cpp | 1435 cvCornerMinEigenVal( test_array[INPUT][0], test_array[OUTPUT][0], in run_func()
|