Box blur
A box blur (also known as a box linear filter) is a spatial domain linear filter in which each pixel in the resulting image has a value equal to the average value of its neighboring pixels in the input image. It is a form of low-pass ("blurring") filter.
See also
- Image Processing
- Gaussian blur
- Gaussian filter
- Median filter
- Linear Filter