OpenCV
Open Source Computer Vision
|
#include <opencv2/core.hpp>
Namespaces | |
namespace | cv |
namespace | cv::fastcv |
Functions | |
void | cv::fastcv::thresholdRange (InputArray src, OutputArray dst, uint8_t lowThresh, uint8_t highThresh, uint8_t trueValue, uint8_t falseValue) |
Binarizes a grayscale image based on a pair of threshold values. The binarized image will be in the two values selected by user. | |