HomeSort by relevance Sort by last modified time
    Searched full:thresh_level (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvcalibinit.cpp 311 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 );
    [all...]

Completed in 62 milliseconds