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

  /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 153 milliseconds