issues
search
brandonmpetty
/
Doxa
A Local Adaptive Thresholding framework for image binarization written in C++, with JS and Python bindings. Implementing: Otsu, Bernsen, Niblack, Sauvola, Wolf, Gatos, NICK, Su, T.R. Singh, WAN, ISauvola, Bataineh, Chan and Shafait.
https://brandonmpetty.github.io/Doxa/WebAssembly
Creative Commons Zero v1.0 Universal
168
stars
37
forks
source link
Doxa 2.0 Pull Request
#3
Closed
brandonmpetty
closed
5 years ago
brandonmpetty
commented
5 years ago
This is a rather large code churn pr.
Adds 5 new binarization algorithms
Unified Algorithm base class with parameter abstraction
Removes the Kumite demo project. It was getting so large it was becoming more than a demo.
Broke up the calculators. The Mean-Only calc uses our old ShafaitLowMem optimizations.
This is a rather large code churn pr.