Assign two threshold values for two ranges of pixels
I would like to ask if I can assign two values of the theresholding for the cv function " createTrackbar", so that I can select only two ranges of pixels (example: 0-150 and 151-255) and each range have its own value of thresholding.
add a comment