Searched refs:cvDilate (Results 1 – 7 of 7) sorted by relevance
/external/opencv/cv/src/ |
D | cvmorph.cpp | 1116 cvDilate( const void* src, void* dst, IplConvKernel* element, int iterations ) in cvDilate() function 1141 CV_CALL( cvDilate( dst, dst, element, iterations )); in cvMorphologyEx() 1144 CV_CALL( cvDilate( src, dst, element, iterations )); in cvMorphologyEx() 1149 CV_CALL( cvDilate( src, dst, element, iterations )); in cvMorphologyEx() 1156 CV_CALL( cvDilate( temp, temp, element, iterations )); in cvMorphologyEx() 1162 CV_CALL( cvDilate( src, temp, element, iterations )); in cvMorphologyEx()
|
D | cvfeatureselect.cpp | 153 CV_CALL( cvDilate( eig, tmp )); in CV_IMPLEMENT_QSORT()
|
D | cvmotempl.cpp | 252 cvDilate( mhi, dY_max, el ); in cvCalcMotionGradient()
|
D | cvsegmentation.cpp | 432 cvDilate( &m, &m, 0, 1 ); in cvPyrMeanShiftFiltering()
|
D | cvcalibinit.cpp | 301 cvDilate( thresh_img, thresh_img, 0, dilations-1 ); in cvFindChessboardCorners() 315 cvDilate( thresh_img, thresh_img, 0, dilations ); in cvFindChessboardCorners() 1810 cvDilate( thresh_img, thresh_img, 0, dilations ); in icvGenerateQuadsEx()
|
D | cvinpaint.cpp | 778 cvDilate(mask,band,el_cross,1); // image with narrow band in cvInpaint() 795 cvDilate(mask,out,el_range,1); in cvInpaint()
|
/external/opencv/cv/include/ |
D | cv.h | 332 CVAPI(void) cvDilate( const CvArr* src, CvArr* dst, in LOAD_CHDL()
|