Searched refs:CV_THRESH_TRIANGLE (Results 1 – 3 of 3) sorted by relevance
579 CV_THRESH_TRIANGLE =16 /**< use Triangle algorithm to choose the optimal threshold value; enumerator
1195 CV_Assert( automatic_thresh != (CV_THRESH_OTSU | CV_THRESH_TRIANGLE) ); in threshold()1201 else if( automatic_thresh == CV_THRESH_TRIANGLE ) in threshold()
61 CV_THRESH_TRIANGLE = 16; field in Imgproc