pub fn equalize_histogram(image: &GrayImage) -> GrayImage
Expand description

Equalises the histogram of an 8bpp grayscale image. See also histogram equalization (wikipedia).