Searched refs:automatic_thresh (Results 1 – 1 of 1) sorted by relevance
1192 int automatic_thresh = (type & ~CV_THRESH_MASK); in threshold() local1195 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()