pub fn match_histogram(image: &GrayImage, target: &GrayImage) -> GrayImage
Expand description

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