OpenCV 4.11.0
开源计算机视觉
|
#include <opencv2/core.hpp>
命名空间 | |
命名空间 | cv |
命名空间 | cv::fastcv |
函数 | |
void | cv::fastcv::thresholdRange (InputArray src, OutputArray dst, int lowThresh, int highThresh, int trueValue, int falseValue) |
基于一对阈值对灰度图像进行二值化。二值化图像将采用用户选择的两个值,此函数在骁龙处理器上提供了改进的延迟。 | |