Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dtypes_c.h579 CV_THRESH_TRIANGLE =16 /**< use Triangle algorithm to choose the optimal threshold value; enumerator
/external/opencv3/modules/imgproc/src/
Dthresh.cpp1195 CV_Assert( automatic_thresh != (CV_THRESH_OTSU | CV_THRESH_TRIANGLE) ); in threshold()
1201 else if( automatic_thresh == CV_THRESH_TRIANGLE ) in threshold()
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java61 CV_THRESH_TRIANGLE = 16; field in Imgproc