Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvcanny.cpp48 cvCanny( const void* srcarr, void* dstarr, in cvCanny() function
Dcvhough.cpp877 CV_CALL( cvCanny( img, edges, MAX(canny_threshold/2,1), canny_threshold, 3 )); in icvHoughCirclesGradient()
Dcvhaar.cpp1099 cvCanny( img, temp, 0, 50, 3 ); in cvHaarDetectObjects()
/external/opencv/cvaux/src/
Dcvsegment.cpp512 cvCanny( gray, canny, 0/*canny_threshold*0.4*/, canny_threshold, 3 ); in cvSegmentImage()
/external/opencv/cv/include/
Dcv.h989 CVAPI(void) cvCanny( const CvArr* image, CvArr* edges, double threshold1, in LOAD_CHDL()