Blurs the image by creating a circle of a user-defined size around each pixel, calculating the gaussian value of the pixels
within that circle and applying that value to the original pixel. The circle is weighted so that pixels nearer the center
will contribute more to the final pixel value.
Requires an Input (Any).
Produces an Output (Any).
Filter
|
Sets the size of the circle. Set a pixel value using the slider. The larger the Radius, the greater the blurring effect of
the filter.
|
|
Accuracy lets you change the range of samples used to approximate a Gaussian blur of a given radius. For high accuracy (e.g.,
90%) samples are taken over about twice the radius of the blur, while for the lowest accuracy (60%), samples are taken over
the radius of the blur.
|