OpenCv

Image Thresholding in OpenCV

There are various type of thresholding. We will discuss one by one: Simple Thresholding If pixel value less then threshold value then it is assigned one value else we will assign another value. For thresholding we will use cv2.threshold function. In this function we will pass four parameters: 1: Source image: Source image should be …

Image Thresholding in OpenCV Read More »