Lines Matching full:thresh_level
311 int thresh_level = cvRound( mean - 10 );312 thresh_level = MAX( thresh_level, 10 );314 cvThreshold( img, thresh_img, thresh_level, 255, CV_THRESH_BINARY );