Searched defs:CV_THRESH_TRUNC (Results 1 – 3 of 3) sorted by relevance
943 #define CV_THRESH_TRUNC 2 /* value = value > threshold ? threshold : value */ in LOAD_CHDL() macro
573 CV_THRESH_TRUNC =2, /**< value = value > threshold ? threshold : value */ enumerator
56 CV_THRESH_TRUNC = 2, field in Imgproc