Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to get the means OTSU threshold level in openCV?

cv::threshold(img1, img2, 0, 255, CV_THRESH_OTSU);

Zero (threshold level) is ommited. What value does algorithm use ?

How to get the means OTSU threshold level in openCV?

cv::threshold(img1, img2, 0, 255, CV_THRESH_OTSU);

Zero (threshold level) is ommited. What value does How to get value, that algorithm use uses ?