manuelaguadomtz / pythreshold

PyThreshold is a python package featuring Numpy/Scipy implementations of state-of-the-art image thresholding algorithms.
MIT License
58 stars 16 forks source link

Implementation of Su's et al. method #1

Open versae opened 3 years ago

versae commented 3 years ago

Hi Manuel,

Thanks for this library, it really is useful to quickly evaluate binarization methods to use.

I was wondering if you have considered or might consider adding an implementation of Su's et al. method, as described in their paper A Robust Document Image Binarization Techniquefor Degraded Document Images.

Cheers.

manuelaguadomtz commented 3 years ago

Hi Javier,

I am glad that you had found this library useful for you. Your proposed addition seems very interesting. However, I don't have spare time to add this feature right now. I will do it in the future when I find some free time. Nevertheless, you are welcome to submit a pull request if you like. I'll be glad to review it.

Best!