[][src]Function imageproc::noise::gaussian_noise_mut

pub fn gaussian_noise_mut<P>(
    image: &mut Image<P>,
    mean: f64,
    stddev: f64,
    seed: u64
) where
    P: Pixel + 'static,
    P::Subpixel: ValueInto<f64> + Clamp<f64>, 

Adds independent additive Gaussian noise to all channels of an image in place, with the given mean and standard deviation.