Searched refs:cvSobel (Results 1 – 9 of 9) sorted by relevance
/external/opencv/cv/src/ |
D | cvcanny.cpp | 94 cvSobel( src, dx, 1, 0, aperture_size ); in cvCanny() 95 cvSobel( src, dy, 0, 1, aperture_size ); in cvCanny()
|
D | cvmotempl.cpp | 217 CV_CALL( cvSobel( mhi, dX_min, 1, 0, aperture_size )); in cvCalcMotionGradient() 218 CV_CALL( cvSobel( mhi, dY_max, 0, 1, aperture_size )); in cvCalcMotionGradient()
|
D | cvhough.cpp | 881 CV_CALL( cvSobel( img, dx, 1, 0, 3 )); in icvHoughCirclesGradient() 882 CV_CALL( cvSobel( img, dy, 0, 1, 3 )); in icvHoughCirclesGradient()
|
D | cvderiv.cpp | 177 cvSobel( const void* srcarr, void* dstarr, int dx, int dy, int aperture_size ) in cvSobel() function
|
/external/opencv3/modules/imgproc/src/ |
D | hough.cpp | 1032 cvSobel( img, dx, 1, 0, 3 ); in icvHoughCirclesGradient() 1033 cvSobel( img, dy, 0, 1, 3 ); in icvHoughCirclesGradient()
|
D | deriv.cpp | 945 cvSobel( const void* srcarr, void* dstarr, int dx, int dy, int aperture_size ) in cvSobel() function
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 190 CVAPI(void) cvSobel( const CvArr* src, CvArr* dst,
|
/external/opencv/cv/include/ |
D | cv.h | 154 CVAPI(void) cvSobel( const CvArr* src, CvArr* dst, in LOAD_CHDL()
|
/external/opencv3/modules/imgproc/test/ |
D | test_filter.cpp | 539 cvSobel( test_array[inplace ? OUTPUT : INPUT][0], in run_func()
|