Searched defs:dilations (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvcalibinit.cpp229 int quad_count = 0, group_idx = 0, i = 0, dilations = 0; local
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
1771 icvGenerateQuadsEx( CvCBQuad **out_quads, CvCBCorner **out_corners, CvMemStorage *storage, CvMat *image, CvMat *thresh_img, int dilations, int flags ) argument
[all...]

Completed in 76 milliseconds