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