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

/external/opencv/cv/include/
H A Dcv.h944 #define CV_THRESH_TOZERO 3 /* value = value > threshold ? value : 0 */ macro
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
H A Dtypes_c.h574 CV_THRESH_TOZERO =3, /**< value = value > threshold ? value : 0 */ enumerator in enum:__anon15598
/external/opencv3/modules/java/src/
H A Dimgproc+Imgproc.java57 CV_THRESH_TOZERO = 3, field in class:Imgproc

Completed in 160 milliseconds