HomeSort by relevance Sort by last modified time
    Searched defs:thresh_level (Results 1 - 2 of 2) 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...]
  /external/opencv3/modules/calib3d/src/
calibinit.cpp 355 int thresh_level = cvRound( mean - 10 ); local
356 thresh_level = MAX( thresh_level, 10 );
358 cvThreshold( img, thresh_img, thresh_level, 255, CV_THRESH_BINARY );
    [all...]

Completed in 413 milliseconds