Searched refs:CV_THRESH_MASK (Results 1 – 5 of 5) sorted by relevance
330 use_otsu = (type & ~CV_THRESH_MASK) == CV_THRESH_OTSU; in cvThreshold()331 type &= CV_THRESH_MASK; in cvThreshold()
576 CV_THRESH_MASK =7, enumerator
946 #define CV_THRESH_MASK 7 in LOAD_CHDL() macro
1192 int automatic_thresh = (type & ~CV_THRESH_MASK); in threshold()
59 CV_THRESH_MASK = 7, field in Imgproc