HomeSort by relevance Sort by last modified time
    Searched full:dilations (Results 1 - 2 of 2) 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...]
  /external/chromium_org/third_party/sqlite/src/test/
fts1porter.test     [all...]

Completed in 163 milliseconds