anthonynsimon / bild

Image processing algorithms in pure Go
MIT License
3.99k stars 213 forks source link

Added function 'CloneAsGray' #55

Closed joaowiciuk closed 6 years ago

joaowiciuk commented 6 years ago

Functions for grayscale manipulation

I intend to write some functions for grayscale manipulation, such as threshold using the Otsu method or multilevel threshold. I would like you to accept this initial change so that I can continue with the work.

Best Regards,

João Wiciuk