Searched refs:CV_THRESH_TOZERO_INV (Results 1 – 5 of 5) sorted by relevance
77 case CV_THRESH_TOZERO_INV: in icvThresh_8u_C1R()177 case CV_THRESH_TOZERO_INV: in icvThresh_32f_C1R()400 ((type == CV_THRESH_TRUNC || type == CV_THRESH_TOZERO_INV) && ithresh < 0) || in cvThreshold()431 else if( type == CV_THRESH_TRUNC || type == CV_THRESH_TOZERO_INV ) in cvThreshold()460 if( type == CV_THRESH_TRUNC || type == CV_THRESH_TOZERO_INV ) in cvThreshold()
575 CV_THRESH_TOZERO_INV =4, /**< value = value > threshold ? 0 : value */ enumerator
273 case CV_THRESH_TOZERO_INV: in test_threshold()
945 #define CV_THRESH_TOZERO_INV 4 /* value = value > threshold ? 0 : value */ in LOAD_CHDL() macro
58 CV_THRESH_TOZERO_INV = 4, field in Imgproc