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

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

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