Skip to content

chungkwong/binarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory-efficient and fast implementation of local adaptive binarization methods

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.

About

Memory-efficient and fast implementation of local adaptive binarization methods(Niblack, Sauvola, ...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages