Low Pass Filter

 
 
 

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

Radius

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

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.

Mask

Controls this operator's Mask Options.

Output

Controls this operator's Output Options.

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License