Blurs the image by creating a box of a user-defined size around each pixel, calculating the average value of the pixels within
that box, and applying that value to the original pixel.
Requires an Input (Any).
Produces an Output (Any).
Filter
|
Sets the horizontal size of the box. The larger the box, the greater the blurring effect of the filter.
|
|
Sets the vertical size of the box. The larger the box, the greater the blurring effect of the filter.
|