OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thresholdsq
(Results
1 - 1
of
1
) sorted by null
/cts/apps/CtsVerifier/lib/colorchecker/
colorchecker.cpp
32
const int
thresholdSq
= 675; // Threshold on pixel difference to be considered
47
if (distSq >
thresholdSq
) return true;
Completed in 166 milliseconds