Searched refs:CV_THRESH_MASK (Results 1 – 2 of 2) sorted by relevance
330 use_otsu = (type & ~CV_THRESH_MASK) == CV_THRESH_OTSU; in cvThreshold()331 type &= CV_THRESH_MASK; in cvThreshold()
946 #define CV_THRESH_MASK 7 in LOAD_CHDL() macro