$darkmode
#include <opencv2/core.hpp>Namespaces | |
| cv | |
| cv::fastcv | |
| cv::fastcv::dsp | |
Functions | |
| void | cv::fastcv::dsp::thresholdOtsu (InputArray _src, OutputArray _dst, bool type) |
| Binarizes a grayscale image using Otsu's method. Sets the pixel to max(255) if it's value is greater than the threshold; else, set the pixel to min(0). The threshold is searched that minimizes the intra-class variance (the variance within the class). More... | |