<< cv_thresh_tozero ComputerVision cv_thresh_truncate >>

ComputerVision >> ComputerVision > cv_thresh_tozero_inverse

cv_thresh_tozero_inverse

"It provides the functionality of ToZero Inverse Thresholding"

Calling Sequence

"img_ret"=cv_thresh_tozero_inverse("image","threshold","maxVal")

Arguments

"image"

"Input image"

"threshold"

"It is the threshold value which is used to classify the pixel values. It should be Integer"

"maxVal"

"It represents the value to be given if pixel value is more than (sometimes less than) the threshold value.It should be integer"

"img_ret"

"Output image"

Description

"ToZero Inverse Thresholding"

"It represents the value to be given if pixel value is less than the threshold value.It should be integer"

Examples

"img_ret=cv_thresh_tozero_inverse(input_image,127,255);"

See Also


Report an issue
<< cv_thresh_tozero ComputerVision cv_thresh_truncate >>