HomeSort by relevance Sort by last modified time
    Searched full:threshold1 (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorVerificationHelperTest.java 137 double[] threshold1 = {0.1, 0.1, 0.1}; local
139 threshold1);
214 double[] threshold1 = {0.1, 0.1, 0.1, 0.1, 0.1}; local
216 threshold1);
251 double[] threshold1 = {2, 2, 3}; local
253 threshold1);
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 185 int level, int threshold1, int threshold2 )
224 if( threshold1 < 0 || threshold2 < 0 )
329 (float) threshold1, is_last_iter, &stub,
598 int level, int threshold1, int threshold2 )
627 threshold1 *= _CV_RGB_THRESH_SCALE;
641 if( threshold1 < 0 || threshold2 < 0 )
749 (float) threshold1, is_last_iter, &stub,
    [all...]
  /external/opencv/cv/include/
cv.h 130 int level, double threshold1,
    [all...]

Completed in 342 milliseconds