This repository implemented Sauvola-alike local adaptive binarization methods in Java. This implementation can binarize a HxW grayscale image in O(HW) time and O(min{H,W}) auxiliary space independent of window size, which is much better than the usual integral image approach. Consult https://arxiv.org/abs/1905.13038 by Chungkwong Chan.
-
Notifications
You must be signed in to change notification settings - Fork 4
chungkwong/binarizer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Memory-efficient and fast implementation of local adaptive binarization methods(Niblack, Sauvola, ...)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published