Home
last modified time | relevance | path

Searched refs:cvCornerHarris (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cv/src/
Dcvfeatureselect.cpp144 CV_CALL( cvCornerHarris( img, eig, block_size, 3, harris_k )); in CV_IMPLEMENT_QSORT()
Dcvcorner.cpp447 cvCornerHarris( const CvArr* srcarr, CvArr* harris_responce, in cvCornerHarris() function
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dimgproc_c.h916 CVAPI(void) cvCornerHarris( const CvArr* image, CvArr* harris_response,
/external/opencv3/modules/imgproc/src/
Dcorner.cpp761 cvCornerHarris( const CvArr* srcarr, CvArr* dstarr, in cvCornerHarris() function
/external/opencv/cv/include/
Dcv.h1010 CVAPI(void) cvCornerHarris( const CvArr* image, CvArr* harris_responce, in LOAD_CHDL()