(1) Spatial filtering is defined as operations performed on pixels within a neighborhood of an image using a mask or kernel. (2) Filters can be used to blur/smooth an image by reducing noise or sharpen an image by enhancing edges. (3) Common linear filtering methods include averaging, Gaussian, and derivative filters which are implemented using various mask patterns to modify pixels in the filtered image.