Function cuticula::image_crate::imageops::blur [] [src]

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