Lines Matching full:dilations
229 int quad_count = 0, group_idx = 0, i = 0, dilations = 0;
272 // Try our standard "1" dilation, but if the pattern is not found, iterate the whole procedure with higher dilations.
274 // we want to use the minimum number of dilations possible since dilations cause the squares to become smaller,
278 for( dilations = min_dilations; dilations <= max_dilations; dilations++ )
287 CV_CALL( quad_count = icvGenerateQuadsEx( &quads, &corners, storage, img, thresh_img, dilations, flags ));
300 if (dilations > 0)
301 cvDilate( thresh_img, thresh_img, 0, dilations-1 );
315 cvDilate( thresh_img, thresh_img, 0, dilations );
452 }//dilations
1772 CvMemStorage *storage, CvMat *image, CvMat *thresh_img, int dilations, int flags )
1810 cvDilate( thresh_img, thresh_img, 0, dilations );