Home
last modified time | relevance | path

Searched refs:cvDilate (Results 1 – 7 of 7) sorted by relevance

/external/opencv/cv/src/
Dcvmorph.cpp1116 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()
Dcvfeatureselect.cpp153 CV_CALL( cvDilate( eig, tmp )); in CV_IMPLEMENT_QSORT()
Dcvmotempl.cpp252 cvDilate( mhi, dY_max, el ); in cvCalcMotionGradient()
Dcvsegmentation.cpp432 cvDilate( &m, &m, 0, 1 ); in cvPyrMeanShiftFiltering()
Dcvcalibinit.cpp301 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()
Dcvinpaint.cpp778 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/
Dcv.h332 CVAPI(void) cvDilate( const CvArr* src, CvArr* dst, in LOAD_CHDL()