"It provides the functionality of ToZero Inverse Thresholding"
"img_ret"=cv_thresh_tozero_inverse("image","threshold","maxVal")
"Input image"
"It is the threshold value which is used to classify the pixel values. It should be Integer"
"It represents the value to be given if pixel value is more than (sometimes less than) the threshold value.It should be integer"
"Output image"
"ToZero Inverse Thresholding"
"It represents the value to be given if pixel value is less than the threshold value.It should be integer"