$darkmode
#include <opencv2/core.hpp>Namespaces | |
| cv | |
| cv::fastcv | |
Functions | |
| void | cv::fastcv::thresholdRange (InputArray src, OutputArray dst, int lowThresh, int highThresh, int trueValue, int falseValue) |
| Binarizes a grayscale image based on a pair of threshold values. The binarized image will be in the two values selected by user this function provides improved latency on Snapdragon processor. More... | |