Function image::imageops::blur [] [src]

pub fn blur<I: GenericImage + 'static>(image: &I, sigma: f32) -> ImageBuffer<I::Pixel, Vec<I::Pixel::Subpixel>> where I::Pixel: 'static, I::Pixel::Subpixel: 'static

Performs a Gaussian blur on the supplied image. sigma is a measure of how much to blur by.