CLAHE implementation in Go.
Original CLAHE implementation by Karel Zuiderveld, karel@cv.ruu.nl
in "Graphics Gems IV", Academic Press, 1994.
Written in Go by Vic Demuzere, vic@demuzere.be
Import directly from this Github repository:
import "https://github.com/sorcix/go-clahe/clahe"
View main.go for an example.