Skip to main content

gaussian_blur_indirect_impl

Function gaussian_blur_indirect_impl 

Source
fn gaussian_blur_indirect_impl<I: GenericImageView, const CN: usize>(
    image: &I,
    parameters: GaussianBlurParameters,
) -> ImageBuffer<I::Pixel, Vec<<I::Pixel as Pixel>::Subpixel>>
where I::Pixel: 'static,