Searched refs:thresh_level (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvcalibinit.cpp311 int thresh_level = cvRound( mean - 10 ); local
312 thresh_level = MAX( thresh_level, 10 );
314 cvThreshold( img, thresh_img, thresh_level, 255, CV_THRESH_BINARY );

Completed in 54 milliseconds