OpenCV
Open Source Computer Vision
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
thresh.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for thresh.hpp:
This graph shows which files directly or indirectly include this file:

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.