/external/opencv/cv/src/ |
cvmorph.cpp | [all...] |
cvfeatureselect.cpp | 153 CV_CALL( cvDilate( eig, tmp ));
|
cvmotempl.cpp | 252 cvDilate( mhi, dY_max, el );
|
cvsegmentation.cpp | 432 cvDilate( &m, &m, 0, 1 );
|
cvinpaint.cpp | 778 cvDilate(mask,band,el_cross,1); // image with narrow band 795 cvDilate(mask,out,el_range,1); [all...] |
cvcalibinit.cpp | 301 cvDilate( thresh_img, thresh_img, 0, dilations-1 ); 307 //cvDilate( img, thresh_img, 0, 1 ); 315 cvDilate( thresh_img, thresh_img, 0, dilations ); [all...] |
/external/opencv/cv/include/ |
cv.h | 332 CVAPI(void) cvDilate( const CvArr* src, CvArr* dst, [all...] |