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

命名空间

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

函数

void cv::fastcv::thresholdRange (InputArray src, OutputArray dst, int lowThresh, int highThresh, int trueValue, int falseValue)
 基于一对阈值对灰度图像进行二值化。二值化图像将采用用户选择的两个值,此函数在骁龙处理器上提供了改进的延迟。