Searched defs:threshold1 (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvpyrsegmentation.cpp185 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 );
181 icvPyrSegmentation8uC1R( uchar * src_image, int src_step, uchar * dst_image, int dst_step, CvSize roi, CvFilter filter, CvSeq ** dst_comp, CvMemStorage * storage, int level, int threshold1, int threshold2 ) argument
594 icvPyrSegmentation8uC3R( uchar * src_image, int src_step, uchar * dst_image, int dst_step, CvSize roi, CvFilter filter, CvSeq ** dst_comp, CvMemStorage * storage, int level, int threshold1, int threshold2 ) argument
1831 cvPyrSegmentation( IplImage * src, IplImage * dst, CvMemStorage * storage, CvSeq ** comp, int level, double threshold1, double threshold2 ) argument
[all...]

Completed in 42 milliseconds