Searched refs:gridLeftWidth (Results 1 – 1 of 1) sorted by relevance
468 float gridLeftWidth = tl->distanceTo(bl); in findColorChecker() local471 if (gridLeftWidth / gridRightWidth < minAspectRatio || in findColorChecker()472 gridLeftWidth / gridRightWidth > maxAspectRatio) continue; in findColorChecker()473 LOGV(" Got reasonable heights: %f %f", gridLeftWidth, gridRightWidth); in findColorChecker()477 float gridAvgYGap = (gridLeftWidth + gridRightWidth) / 2 / 3; in findColorChecker()