opencv2/fastcv/thresh.hpp#
#include <opencv2/core.hpp>
Include dependency graph for thresh.hpp:
This graph shows which files directly or indirectly include thresh.hpp:
Namespaces#
namespace cv
namespace 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.