An open API service indexing awesome lists of open source software.

https://github.com/gosha20777/mipt-binarization

Basic numpy implementation of Otsu and Niblack algoritms
https://github.com/gosha20777/mipt-binarization

binarization mipt niblack-threshold otsu otsu-threshold threshold

Last synced: 8 months ago
JSON representation

Basic numpy implementation of Otsu and Niblack algoritms

Awesome Lists containing this project

README

          

# Binarization

Basic numpy implementation of binarization algoritms

- Otsu
- Otsu N. (1979). "A threshold selection method from gray-level histograms"
- Kurita, T.; Otsu, N.; Abdelmalek, N. (October 1992). "Maximum likelihood thresholding based on population mixture models"
- Kittler, J.; Illingworth, J. (1986-01-01). "Minimum error thresholding"
- Niblack
- Niblack W. (1986). An Introduction to Digital Image Processing.

See main.ipynb for example