Quiz on Image Thresholding in OpenCV Python



1. What is the purpose of image thresholding in OpenCV?
2. Which function is used for simple thresholding in OpenCV?
3. What are the possible thresholding types available in OpenCV?
4. What does the cv2.THRESH_BINARY flag do?
5. What is the output of cv2.threshold() function?

Advertisements