CLAHE implementation in Go.
Original CLAHE implementation by Karel Zuiderveld, [email protected]
in "Graphics Gems IV", Academic Press, 1994.
Written in Go by Vic Demuzere, [email protected]
Import directly from this Github repository:
import "https://github.com/sorcix/go-clahe/clahe"
View main.go for an example.