Skip to content

haceworld/Thresholding-and-masking-using-OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

About

Image Thresholding is used for image segmentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages