Searched refs:dcol (Results 1 – 1 of 1) sorted by relevance
632 int dcol = col_max - col_min + 1; in icvOrderFoundConnectedQuads() local635 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()