[][src]Function imageproc::contrast::stretch_contrast_mut

pub fn stretch_contrast_mut(image: &mut GrayImage, lower: u8, upper: u8)

Linearly stretches the contrast in an image in place, sending lower to 0u8 and upper to 2558u8.

See the stretch_contrast documentation for more.