Searched refs:dcol (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/calib3d/src/ |
D | calibinit.cpp | 710 int dcol = col_max - col_min + 1; in icvOrderFoundConnectedQuads() local 713 if ((w > h && dcol < drow) || in icvOrderFoundConnectedQuads() 714 (w < h && drow < dcol)) in icvOrderFoundConnectedQuads() 720 PRINTF("Size: %dx%d Pattern: %dx%d\n", dcol, drow, w, h); in icvOrderFoundConnectedQuads() 723 if (dcol < w || drow < h) // found enough inner quads? in icvOrderFoundConnectedQuads() 730 if (dcol == w+1) // too many, trim in icvOrderFoundConnectedQuads() 820 if (dcol == w && drow == h) // found correct inner quads in icvOrderFoundConnectedQuads()
|
/external/opencv/cv/src/ |
D | cvcalibinit.cpp | 632 int dcol = col_max - col_min + 1; in icvOrderFoundConnectedQuads() local 635 if ((w > h && dcol < drow) || in icvOrderFoundConnectedQuads() 636 (w < h && drow < dcol)) in icvOrderFoundConnectedQuads() 642 PRINTF("Size: %dx%d Pattern: %dx%d\n", dcol, drow, w, h); in icvOrderFoundConnectedQuads() 645 if (dcol < w || drow < h) // found enough inner quads? in icvOrderFoundConnectedQuads() 652 if (dcol == w+1) // too many, trim in icvOrderFoundConnectedQuads() 742 if (dcol == w && drow == h) // found correct inner quads in icvOrderFoundConnectedQuads()
|