1 | initial version |
Are talking about thresholding? cvThreshold(const CvArr* src, CvArr* dst, double threshold, double max_value, int threshold_type)
2 | No.2 Revision |
Are talking about thresholding?
thresholding?
cvThreshold(const CvArr* src, CvArr* dst, double threshold, double max_value, int threshold_type)threshold_type)
3 | No.3 Revision |
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)