[][src]Function imageproc::contrast::match_histogram_mut

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

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