Home | History | Annotate | Download | only in src

Lines Matching refs:threshold1

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,
1823 // threshold1 - first threshold, affecting on detalization level when pyramid
1834 CvSeq ** comp, int level, double threshold1, double threshold2 )
1840 int thresh1 = cvRound( threshold1 );