You are on page 1of 1

DIP Assignment

(M Zeeshan, 17-MS-SE-02)

Filters Performance:
1. Arithmetic Mean Filter
The arithmetic mean filter aims to average the pixel values of a patch of an image. The Filter
removed short tailed noise such as uniform and Gaussian type noise from the image leaving the
image blurred.

2. Geometric Mean Filter


It works by reducing noise to get smoothy image but at the cost of less data loss.

3. Harmonic Mean Filter


HM removes gaussian noise and try to keep edge features.

4. Contra Harmonic Mean Filter


It works too well at removing positive outliers for negative values and negative outliers for
positive values.

5. Adaptive Mean/Median Filter


AMF works well at removing outliers and noise of salt paper.

Standout Filters:
AM is better when it comes to of salt and paper noise.
In case of Gaussian noise, Contra Harmonic Mean Filter is work better.

You might also like