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

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

See the stretch_contrast documentation for more.