Thresholding-and-masking-using-OpenCV

Image Thresholding is used for image segmentation. From a grayscale image, thresholding can be used to create binary images.
In thresholding we pick a threshold T.

  1. Pixels above threshold get new intensity A.

  2. Pixels above threshold get new intensity B.

In Thresholding, pixels that are alike in gray scale(or in some other feature) are grouped together.

A simple digital image processing technique of segmenting images into grayscale and binary images.

44_thresholding_and_dilation

GitHub

View Github