Home
last modified time | relevance | path

Searched refs:gridLeftWidth (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/lib/colorchecker/
Dcolorchecker.cpp468 float gridLeftWidth = tl->distanceTo(bl); in findColorChecker() local
471 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()