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

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorVerificationHelperTest.java 147 double[] threshold2 = {0.6, 0.6, 0.6}; local
148 result = SensorVerificationHelper.verifyMean(events, expected2, threshold2);
221 double[] threshold2 = {0.5, 0.5, 0.5, 0.5, 0.5}; local
222 result = SensorVerificationHelper.verifySignum(events, expected2, threshold2);
260 double[] threshold2 = {1, 2, 3}; local
261 result = SensorVerificationHelper.verifyStandardDeviation(events, threshold2);
  /external/opencv/cvaux/src/
cvfindhandregion.cpp 74 float threshold, threshold2; local
84 threshold2 = threshold * threshold;
152 /* if(IPPI_NORM_L22 ( cros ) < threshold2) */
153 if( _CV_NORM_L22( a ) < threshold2 )
297 float threshold, threshold2; local
308 threshold2 = threshold * threshold;
391 /* if(IPPI_NORM_L22 ( cros ) < threshold2) */
412 if( _CV_NORM_L32( a ) < threshold2 )
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 185 int level, int threshold1, int threshold2 )
224 if( threshold1 < 0 || threshold2 < 0 )
533 icvSegmentClusterC1( cmp_seq, res_seq, threshold2, pyram[1], roi );
598 int level, int threshold1, int threshold2 )
628 threshold2 *= _CV_RGB_THRESH_SCALE;
641 if( threshold1 < 0 || threshold2 < 0 )
963 icvSegmentClusterC3( cmp_seq, res_seq, threshold2, pyram[1], roi );
    [all...]
  /external/opencv/cv/include/
cv.h 131 double threshold2 );
    [all...]

Completed in 99 milliseconds