Searched refs:cvCanny (Results 1 – 10 of 10) sorted by relevance
/external/opencv3/modules/imgproc/test/ |
D | test_canny.cpp | 127 cvCanny( test_array[INPUT][0], test_array[OUTPUT][0], threshold1, threshold2, in run_func()
|
/external/opencv/cv/src/ |
D | cvcanny.cpp | 48 cvCanny( const void* srcarr, void* dstarr, in cvCanny() function
|
D | cvhough.cpp | 877 CV_CALL( cvCanny( img, edges, MAX(canny_threshold/2,1), canny_threshold, 3 )); in icvHoughCirclesGradient()
|
D | cvhaar.cpp | 1099 cvCanny( img, temp, 0, 50, 3 ); in cvHaarDetectObjects()
|
/external/opencv/cvaux/src/ |
D | cvsegment.cpp | 512 cvCanny( gray, canny, 0/*canny_threshold*0.4*/, canny_threshold, 3 ); in cvSegmentImage()
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 885 CVAPI(void) cvCanny( const CvArr* image, CvArr* edges, double threshold1,
|
/external/opencv3/modules/imgproc/src/ |
D | canny.cpp | 963 void cvCanny( const CvArr* image, CvArr* edges, double threshold1, in cvCanny() function
|
D | hough.cpp | 1026 cvCanny( img, edges, MAX(canny_threshold/2,1), canny_threshold, 3 ); in icvHoughCirclesGradient()
|
/external/opencv/cv/include/ |
D | cv.h | 989 CVAPI(void) cvCanny( const CvArr* image, CvArr* edges, double threshold1, in LOAD_CHDL()
|
/external/opencv3/modules/objdetect/src/ |
D | haar.cpp | 1640 cvCanny( img, temp, 0, 50, 3 ); in cvHaarDetectObjectsForROC()
|