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
164 stars 37 forks source link

Incorrect binarization algorythm in Demo Application #9

Closed HubertMichalakZUT closed 4 years ago

HubertMichalakZUT commented 4 years ago

https://github.com/brandonmpetty/Doxa/blob/c693465150fef7887e1ddcebbd52b4ab287e8838/Demo/BinaryImageConverter/BinaryImageConverter.cpp#L180

Should be "bataineh" and not "trsingh"

bpetty-formfast commented 4 years ago

Thanks for bringing that to my attention. I'll try to correct it shortly.