Home | History | Annotate | Download | only in include

Lines Matching refs:max_value

846                                    float* min_value, float* max_value,
941 #define CV_THRESH_BINARY 0 /* value = value > threshold ? max_value : 0 */
942 #define CV_THRESH_BINARY_INV 1 /* value = value > threshold ? 0 : max_value */
954 double threshold, double max_value,
965 CVAPI(void) cvAdaptiveThreshold( const CvArr* src, CvArr* dst, double max_value,