Skip to content

Histogram equalization

Michael Spanier requested to merge histogram_equalization into develop

Handles equalization on any arbitrary channel of the image. Equalizes given channel independently of other channels. HSV/Luminance equalization can be implemented by chaining RGB->HSV->Histogram_eq (using 3rd channel)

Issue 32

Merge request reports