Lec - 5 - Image Restoration
Lec - 5 - Image Restoration
Image Restoration:
Noise Removal
2
of
46
Contents
In this lecture we will look at image
restoration techniques used for noise removal
– What is image restoration?
– Noise and images
– Noise models
– Noise removal using spatial domain filtering
– Periodic noise
– Noise removal using frequency domain
filtering
3
of
46
What is Image Restoration?
Image restoration attempts to restore
images that have been degraded
– Identify the degradation process and attempt
to reverse it
– Similar to image enhancement, but more
objective
4
of
46
Where
Gaussian Rayleigh
models for the image
noise term η(x, y):
– Gaussian
• Most common model Erlang Exponential
– Rayleigh
– Erlang
– Exponential Uniform
– Uniform Impulse
– Impulse
• Salt and pepper noise
10
of
46
Noise Example
The test pattern to the right is
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
Histogram
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
of
11
46
Gaussian
Rayleigh
Erlang
Noise Example (cont…)
12
of
46
Noise Example (cont…)
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
Histogram to go here
fˆ ( x, y )
g ( s ,
( s ,t )S xy
t ) Q
Image
Original Corrupted
Image By Gaussian
Noise
Image
Corrupted
By Pepper
Noise
Result of
Filtering Above
With 3*3
Contraharmonic
Q=1.5
20
of
46
Noise Removal Examples (cont…)
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
Image
Corrupted
By Salt
Noise
Result of
Filtering Above
With 3*3
Contraharmonic
Q=-1.5
21
of
46
Contraharmonic Filter: Here Be Dragons
Min Filter:
fˆ ( x, y ) min {g ( s, t )}
( s ,t )S xy
Image Result of 1
Corrupted Pass With A
By Salt And 3*3 Median
Pepper Noise Filter
Result of 2 Result of 3
Passes With Passes With
A 3*3 Median A 3*3 Median
Filter Filter
28
of
46
Noise Removal Examples (cont…)
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
Image Image
Corrupted Corrupted
By Pepper By Salt
Noise Noise
Result Of Result Of
Filtering Filtering
Above Above
With A 3*3 With A 3*3
Max Filter Min Filter
29
of
46
Noise Removal Examples (cont…)
Image Image Further
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
Corrupted Corrupted
By Uniform By Salt and
Noise Pepper Noise
Filtered By Filtered By
5*5 Arithmetic 5*5 Geometric
Mean Filter Mean Filter
Filtered By Filtered By
5*5 Median 5*5 Alpha-Trimmed
Filter Mean Filter
30
of
46
Adaptive Filters
The filters discussed so far are applied to an
entire image without any regard for how
image characteristics vary from one point to
another
The behaviour of adaptive filters changes
depending on the characteristics of the
image inside the filter region
We will take a look at the adaptive median
filter
31
of
46
Adaptive Median Filtering
The median filter performs relatively well on
impulse noise as long as the spatial density
of the impulse noise is not large
The adaptive median filter can handle much
more spatially dense impulse noise, and
also performs some smoothing for non-
impulse noise
The key insight in the adaptive median filter
is that the filter size changes depending on
the characteristics of the image
32
of
46
Adaptive Median Filtering (cont…)
Remember that filtering looks at each
original pixel image in turn and generates a
new filtered pixel
First examine the following notation:
– zmin = minimum grey level in Sxy
– zmax = maximum grey level in Sxy
– zmed = median of grey levels in Sxy
– zxy = grey level at coordinates (x, y)
– Smax =maximum allowed size of Sxy
33
of
46
Adaptive Median Filtering (cont…)
Level A: A1 = zmed – zmin
A2 = zmed – zmax
If A1 > 0 and A2 < 0, Go to level B
Else increase the window size
If window size ≤ repeat Smax level A
Else output zmed
Level B: B1 = zxy – zmin
B2 = zxy – zmax
If B1 > 0 and B2 < 0, output zxy
Else output zmed
34
of
46
Adaptive Median Filtering (cont…)
The key to understanding the algorithm is to
remember that the adaptive median filter
has three purposes:
– Remove impulse noise
– Provide smoothing of other noise
– Reduce distortion
35
of
46
Adaptive Filtering Example
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
electrical or electromagnetic
interference
Gives rise to regular noise
patterns in an image
Frequency domain
techniques in the Fourier
domain are most effective
at removing periodic noise
37
of
46
Band Reject Filters
Removing periodic noise form an image
involves removing a particular range of
frequencies from that image
Band reject filters can be used for this purpose
An ideal band reject filter is given as follows:
W
1 if D(u, v) D0 2
W W
H (u, v) 0 if D0 D(u , v) D0
2 2
1 if D(u, v) D0 W
2
38
of
46
Band Reject Filters (cont…)
The ideal band reject filter is shown below,
Images taken from Gonzalez & Woods, Digital Image Processing (2002)