Skip to content

Otsu's adaptive thresholding and adaptive progressive thresholding in Python

Notifications You must be signed in to change notification settings

Fasko/AdaptiveImageThreshholding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

In many grayscale images, there is usually a significant difference between the gray levels of the focus of the image and the image’s background, this could be caused by the photo taken at a different time or day, or other reasons for different lighting conditions. By using a statistical thresholding method, it is capable to construct a new, binary image, which can enhance the viewing of two distinct classes. By computing an image histogram, it is possible to segment the image into dark and light pixels, to compute an interclass difference. This report examines the difference between two different image thresholding techniques: Otsu’s adaptive thresholding technique, and adaptive progressive thresholding (APT).

About

Otsu's adaptive thresholding and adaptive progressive thresholding in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published