Blurs an image. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, the radius should be larger than sigma.
The radius of the Gaussian, in pixels, not counting the center pixel.
the standard deviation of the Gaussian, in pixels.
The channels to blur.
See Implementation
Blurs an image. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, the radius should be larger than sigma.