Home | History | Annotate | Download | only in src

Lines Matching refs:threshold2

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 );
1825 // threshold2 - second threshold - affects on final components merging.
1834 CvSeq ** comp, int level, double threshold1, double threshold2 )
1841 int thresh2 = cvRound( threshold2 );