Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/lib/colorchecker/
Dcolorchecker.cpp516 unsigned char tlValues[3]; in findColorChecker() local
521 groups[tlId - 1].getAvgValue(tlValues); in findColorChecker()
524 int tlSum = tlValues[0] + tlValues[1] + tlValues[2]; in findColorChecker()