Home
last modified time | relevance | path

Searched refs:automatic_thresh (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dthresh.cpp1192 int automatic_thresh = (type & ~CV_THRESH_MASK); in threshold() local
1195 CV_Assert( automatic_thresh != (CV_THRESH_OTSU | CV_THRESH_TRIANGLE) ); in threshold()
1196 if( automatic_thresh == CV_THRESH_OTSU ) in threshold()
1201 else if( automatic_thresh == CV_THRESH_TRIANGLE ) in threshold()