Home | History | Annotate | Download | only in opencv2

Lines Matching full:maxval

340 @param maxval Maximum value to use with THRESH_BINARY and THRESH_BINARY_INV threshold types.
347 CV_EXPORTS double threshold(InputArray src, OutputArray dst, double thresh, double maxval, int type, Stream& stream = Stream::Null());
579 @param maxVal Pointer to the returned maximum value. Use NULL if not required.
586 CV_EXPORTS void minMax(InputArray src, double* minVal, double* maxVal, InputArray mask = noArray());
594 @param maxVal Pointer to the returned maximum value. Use NULL if not required.
603 CV_EXPORTS void minMaxLoc(InputArray src, double* minVal, double* maxVal, Point* minLoc, Point* maxLoc,