Function image::imageops::blur
[-] [+]
[src]
pub fn blur<I: GenericImage + 'static>(image: &I, sigma: f32) -> ImageBuffer<I, Vec<<I as Pixel>::Subpixel>> where I: 'static, <I as Pixel>::Subpixel: 'static
Performs a Gaussian blur on the supplied image.
sigma
is a measure of how much to blur by.