pub fn match_histogram_mut(image: &mut GrayImage, target: &GrayImage)
Expand description

Adjusts contrast of an 8bpp grayscale image in place so that its histogram is as close as possible to that of the target image.