Threshold
Defined in
<image/SmtImage.h>
Threshold the colors in an image based on the passed in boundary conditions. The values for the lower bound (iLowerb) and the upper bound (iUpperb) are based on HSV. iFilterSize, iNumIterations, and iLowerNoiseThreshold are used for smoothing the thresholded image to try to decrease the effect that noise can have on creating clusters of pixels.
(1) | |
(2) |
-
Parameters:-
const cv::Scalar &
iLowerb
-
const cv::Scalar &
iUpperb
-
const cv::Scalar &
iNoiseThresholdInfo
-
-
Parameters:-
const uint32_t
iFilterSize
-
const uint32_t
iNumIterations
-
const uint32_t
iMaxNumPoints
-
const uint32_t
iLowerNoiseThreshold
-
const cv::Scalar &
iLeftb
-
const cv::Scalar &
iRightb
-
cv::Mat &
oMat
-