Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/test/
Dtest_canny.cpp127 cvCanny( test_array[INPUT][0], test_array[OUTPUT][0], threshold1, threshold2, in run_func()
/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/opencv3/modules/imgproc/include/opencv2/imgproc/
Dimgproc_c.h885 CVAPI(void) cvCanny( const CvArr* image, CvArr* edges, double threshold1,
/external/opencv3/modules/imgproc/src/
Dcanny.cpp963 void cvCanny( const CvArr* image, CvArr* edges, double threshold1, in cvCanny() function
Dhough.cpp1026 cvCanny( img, edges, MAX(canny_threshold/2,1), canny_threshold, 3 ); in icvHoughCirclesGradient()
/external/opencv/cv/include/
Dcv.h989 CVAPI(void) cvCanny( const CvArr* image, CvArr* edges, double threshold1, in LOAD_CHDL()
/external/opencv3/modules/objdetect/src/
Dhaar.cpp1640 cvCanny( img, temp, 0, 50, 3 ); in cvHaarDetectObjectsForROC()