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

/external/opencv/cv/include/
H A Dcv.h945 #define CV_THRESH_TOZERO_INV 4 /* value = value > threshold ? 0 : value */ macro
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
H A Dtypes_c.h575 CV_THRESH_TOZERO_INV =4, /**< value = value > threshold ? 0 : value */ enumerator in enum:__anon16028
/external/opencv3/modules/java/src/
H A Dimgproc+Imgproc.java58 CV_THRESH_TOZERO_INV = 4, field in class:Imgproc

Completed in 199 milliseconds