Ask Your Question

Revision history [back]

Are talking about thresholding? cvThreshold(const CvArr* src, CvArr* dst, double threshold, double max_value, int threshold_type)

Are talking about thresholding? thresholding?

cvThreshold(const CvArr* src, CvArr* dst, double threshold, double max_value, int threshold_type)

threshold_type)

Are talking about thresholding?

cvThreshold(const CvArr* src, CvArr* dst, double threshold, double max_value, int threshold_type) threshold_type)

http://docs.opencv.org/2.4.5/modules/imgproc/doc/miscellaneous_transformations.html?highlight=threshold#void adaptiveThreshold(InputArray src, OutputArray dst, double maxValue, int adaptiveMethod, int thresholdType, int blockSize, double C)