Home | History | Annotate | Download | only in include

Lines Matching refs:CV_THRESH_BINARY

941 #define CV_THRESH_BINARY      0  /* value = value > threshold ? max_value : 0       */
967 int threshold_type CV_DEFAULT(CV_THRESH_BINARY),