OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dilations
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cv/src/
cvcalibinit.cpp
229
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
-1 )
[
all
...]
Completed in 581 milliseconds