Searched defs:CV_THRESH_BINARY (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/include/
H A Dcv.h941 #define CV_THRESH_BINARY 0 /* value = value > threshold ? max_value : 0 */ macro
967 int threshold_type CV_DEFAULT(CV_THRESH_BINARY),
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
H A Dtypes_c.h571 CV_THRESH_BINARY =0, /**< value = value > threshold ? max_value : 0 */ enumerator in enum:__anon15598
/external/opencv3/modules/java/src/
H A Dimgproc+Imgproc.java54 CV_THRESH_BINARY = 0, field in class:Imgproc

Completed in 129 milliseconds