Linear filtering involves modifying pixels based on their neighborhood values using a linear combination. It is useful for integrating information over constant regions, scaling images, and detecting changes. Common linear filters include average filters, which replace each pixel with the average of its neighbors, and Gaussian filters, which weight nearby pixels more than distant ones. Filtering can reduce noise by averaging, as the average of random noise at each pixel will be smaller than the noise at any single pixel.