OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
thresh_dsp.hpp 文件参考
#include <opencv2/core.hpp>
thresh_dsp.hpp 的包含依赖关系图
此图显示了哪些文件直接或间接包含此文件

命名空间

命名空间  cv
 
命名空间  cv::fastcv
 
命名空间  cv::fastcv::dsp
 

函数

void cv::fastcv::dsp::thresholdOtsu (InputArray _src, OutputArray _dst, bool type)
 使用 Otsu 方法对灰度图像进行二值化。 如果像素值大于阈值,则将像素设置为 max(255);否则,将像素设置为 min(0)。 搜索使类内方差(类内的方差)最小的阈值。