Mean Filter

The Mean Filter creates a weighted average of neighborhood pixel. The result is a smooth, blurry image. The larger the matrix, the blurrier the result.



Matrix
Selects the diameter (matrix size), which is used for averaging.
Example:

original image

blured 5x5 Matrix

See also