Image.gaussianBlur

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.

class Image
void
gaussianBlur

Parameters

radius
Type: double

The radius of the Gaussian, in pixels, not counting the center pixel.

sigma
Type: double

the standard deviation of the Gaussian, in pixels.

channel

The channels to blur.

Meta