noise and filtering

25
Basis beeldverwerking (8D040) dr. Andrea Fuster Prof.dr. Bart ter Haar Romeny dr. Anna Vilanova Prof.dr. Marcel Breeuwer Noise and Filtering

Upload: kineta

Post on 22-Feb-2016

53 views

Category:

Documents


0 download

DESCRIPTION

Basis beeldverwerking ( 8D040) d r. Andrea Fuster Prof.dr . Bart ter Haar Romeny dr. Anna Vilanova Prof.dr . Marcel Breeuwer. Noise and Filtering. Contents. Noise Mean Filters Order-statistic filters Median Alpha-trimmed. Gaussian Noise. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Noise and Filtering

Basis beeldverwerking (8D040)

dr. Andrea FusterProf.dr. Bart ter Haar Romenydr. Anna VilanovaProf.dr. Marcel Breeuwer

Noise and Filtering

Page 2: Noise and Filtering

Contents

• Noise• Mean Filters• Order-statistic filters

• Median• Alpha-trimmed

2

Page 3: Noise and Filtering

Gaussian Noise

• Gaussian noise follows a Gaussian distribution

Average =

Standard deviation =

• Good approximation of noise that occurs in practical cases.

Page 4: Noise and Filtering

Additive Gaussian Noise Example

Page 5: Noise and Filtering

Impulse Noise Model

• Bipolar impulse noise follows the following distribution

If or is zero, we have unipolar impulse noiseIf both are nonzero, and almost equal, this is also called salt-and-pepper noise

Page 6: Noise and Filtering

Impulse Noise

• Impulses • can be positive and negative• are often very large• can go out of the range of the image• appear as black and white dots, saturated peaks

Page 7: Noise and Filtering

Impulse Noise Example

Page 8: Noise and Filtering

Periodic Noise

• Periodic noise can be generated during image acquisition due to electrical interference

Original Image Abs of Fourier Transform

Page 9: Noise and Filtering

Contents

• Noise• Mean Filters• Order-statistic filters

• Median• Alpha-trimmed

9

Page 10: Noise and Filtering

Mean Filters

• Blurring used to smooth images by e.g. convolution with smoothing kernel

• Can be used to suppress noise

10

Page 11: Noise and Filtering

Arithmetic Mean Filter

• Arithmetic mean filter replaces the current pixel with a uniform weighted average of the neighbourhood

11

Page 12: Noise and Filtering

Geometric Mean Filter

• Like arithmetic mean filter, but loses less detail

12

Page 13: Noise and Filtering

Harmonic Mean Filter

• Works well for Gaussian noise• Works well for salt noise, but fails for pepper noise

13

Page 14: Noise and Filtering

Contraharmonic Mean Filter

• Is very effective in eliminating Salt-and-Pepper noise

Q is the order of the filter

14

Page 15: Noise and Filtering

Contraharmonic Mean Filter

• If Q=0, this is the arithmetic mean filter• If Q=-1, this is the harmonic mean filter• If Q<0, salt noise is eliminated• If Q>0, pepper noise is eliminated

• For examples, see book page 324-325

15

Page 16: Noise and Filtering

Contents

• Noise• Mean Filters• Order-statistic filters

• Median• Alpha-trimmed

16

Page 17: Noise and Filtering

Order-statistic filters

• Result is based on ordering pixel values in the neighbourhood• Examples: median, max, min filters

17

medianmin

max

Page 18: Noise and Filtering

Contents

• Noise• Mean Filters• Order-statistic filters

• Median• Alpha-trimmed

18

Page 19: Noise and Filtering

Median Filter

• Replaces value of a pixel by the median of its neighbourhood

19

Page 20: Noise and Filtering

Median filter

• Can be used to reduce random noise• Less blurring than linear smoothing filter• Very effective for impulse noise (salt-and-pepper

noise)

20

Mean filtering 3x3Mean filtering 9x9Median filtering 3x3Median filtering 9x9

Page 21: Noise and Filtering

Max and min filters

• Max filter:− Take maximum of ordered pixel values− Find brightest points of an image (so: filters pepper

noise)

• Min filter:− Take minimum of ordered pixel values− Find darkest points of an image (filters salt noise)

21

Page 22: Noise and Filtering

22

Original Salt-and-Pepper noiseMedian filteredMin filteredMax filtered1st quartile filtered3rd quartile filteredMidpoint filtered

Page 23: Noise and Filtering

Contents

• Noise• Mean Filters• Order-statistic filters

• Median• Alpha-trimmed

23

Page 24: Noise and Filtering

Alpha-trimmed mean filter

• Delete d/2 lowest and d/2 highest values of from neighbourhood

• remains• d=0 arithmetic mean filter• d=mn-1 median filter

24

Page 25: Noise and Filtering

• Alpha-trimmed mean filter works good for combination of S&P noise and Gaussian noise

25

Image with S&P noise and Gaussian noiseAlpha-trimmed image (5x5, d=6)Median filtered image (5x5)