HomeSort by relevance Sort by last modified time
    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