AForge.NET

Testimonials
Features
Samples
Tools
Documentation
License
Downloads
Sources
Discussions
Partners
Projects
Members
Donate

AForge.NET Framework
2.2.5 version is available!

Adaptive binarization

AForge.NET framework provides several adaptive binarization filters, which are aimed to find binarization threshold automatically and then apply it to the source image.

Below is the list of implemented adaptive binarization filters and the result of their application to the below source image.

Source image:
Source image

Otsu thresholding
Calculated threshold is 97.
Otsu thresholding

Iterative thresholding
Calculated threshold is 102.
Iterative thresholding

SIS thresholding
Calculated threshold is 127.
SIS thresholding