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 double

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

sigma double

the standard deviation of the Gaussian, in pixels.

channel ChannelType

The channels to blur.

Meta