OpenCV 4.12.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)
 基于一对阈值对灰度图像进行二值化。二值化图像将采用用户选择的两个值,此函数提供了 Snapdragon 处理器上更高的延迟性能。