image-rs / imageproc

Image processing operations
MIT License
755 stars 148 forks source link

Add Contrast Normalization #470

Closed Charles-Schleich closed 6 months ago

Charles-Schleich commented 3 years ago

I am keen to implement a contrast normalization based on this wikipedia article: https://en.wikipedia.org/wiki/Normalization_(image_processing)

imageproc::contrast seems like the right place to put the functions for linear and non-linear normalization.

I will work on this over the next couple of days.

theotherphil commented 6 months ago

Implemented in https://github.com/image-rs/imageproc/pull/587