Doxa icon indicating copy to clipboard operation
Doxa copied to clipboard

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, ISa...

Results 7 Doxa issues
Sort by recently updated
recently updated
newest added

Bumps [sharp](https://github.com/lovell/sharp) from 0.27.0 to 0.30.5. Changelog Sourced from sharp's changelog. v0.30.5 - 23rd May 2022 Install: pass PKG_CONFIG_PATH via env rather than substitution. @​dwisiswant0 Add support for --libc flag...

dependencies

Hi, thank you for this great library. There is another interesting method called AdOtsu which is an adaptive version inspired by the Otsu method. See paper [AdOtsu: An adaptive and...

enhancement

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

We need to document the parameter defaults for each algorithm, and other algorithms. Create a Wiki that describes how to use the API and its options, along with how each...

Do you have plan to support Nvidia CUDA?

enhancement

Add full support for the original 2010 implementation of the AdOtsu algorithm.

I test Doxa::Wan::UpdateToBinary(doxaGsImage, parameters); release Wan algorithm is slowly if window size more than 17? time , size k=0.1 0.136 , 6 0.133 , 7 0.178 , 8 0.171 ,...