This document summarizes research on using different filters to reduce noise in digital images. It begins by introducing digital image processing and its advantages over analog processing. Then it discusses three types of filters:
1) Mean filter, which replaces each pixel value with the average of neighboring pixels, reducing local variations caused by noise.
2) Median filter, a nonlinear filter that replaces each pixel with the median of neighboring pixels, preserving edges while removing noise.
3) Wiener filter, an optimal linear filter that minimizes the mean square error between the estimated image and the original. It operates by weighting each pixel by the power spectral density of the noise and original image.
The document then evaluates these filters for removing