Function rerun::external::image::imageops::fast_blur

pub fn fast_blur<P>(
    image_buffer: &ImageBuffer<P, Vec<<P as Pixel>::Subpixel>>,
    sigma: f32
) -> ImageBuffer<P, Vec<<P as Pixel>::Subpixel>>
where P: Pixel,
Expand description

Approximation of Gaussian blur after Kovesi, P.: Fast Almost-Gaussian Filtering The Australian Pattern Recognition Society Conference: DICTA 2010. December 2010. Sydney.