Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 369 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 369 Bytes

go-clahe

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

Using go-clahe

Import directly from this Github repository:

import "https://github.com/sorcix/go-clahe/clahe"

View main.go for an example.