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