A Comprehensive Review On Image Restoration Techniques
A Comprehensive Review On Image Restoration Techniques
3, March 2014
E-ISSN: 2321-9637
Abstract- Image restoration is an art to improve the quality of image via estimating the amount of noises and blur involved in
the image. With the passage of time, image gets degraded due to different atmospheric and environmental conditions, so it is
required to restore the original image using different image processing algorithms. There is a wide spread application of image
restoration in today’s world. Application area varies from restoration of old images in museum and radar based image
acquisition and restoration. This paper gives a review of different image restoration techniques used.
2. IMAGE RESTORATION There are different kinds of blurs involved in images some of
Image restoration uses a priori knowledge of the the blurs are discussed below.
degradation. It models the degradation and applies inverse
process. It formulates and evaluates the objective criteria of
goodness. The distortion can be modelled as noise or a Blur Models
degradation function. To restore an image from a noise model, Motion blur occurs when there is relative motion between the
different filters like median filter, homomorphic filters are object and the camera during exposure. This can be in the
used. To get rid of periodic noises, butterworth lowpass filter, form of a translation, a rotation, a sudden change of scale, or
butterworth band reject filters and notch filters are used. To some combinations of these.
restore an image from linear degradation, inverse and pseudo 1 L L
− ≤
h (i ) = L
inverse filtering, wiener filtering and blind de-convolution are
used. 2 2 (5)
A simplified version for the image restoration process 0 else
model isy ( i, j ) = H f ( i, j ) + n ( i, j ) (1) Atmospheric turbulence occurs due to random variations in
the reflective index of the medium between the object
Where y ( i, j ) is the degraded image, f ( i, j ) is the original and the imaging system and it occurs in the imaging of
image, H an operator that represents the degradation process, astronomical objects.
101
International Journal of Research in Advent Technology, Vol.2, No.3, March 2014
E-ISSN: 2321-9637
h ( i, j ) = K exp − 2
(6)
2σ
When a camera images a 3-D scene onto a 2-D imaging plane,
some parts of the scene are in focus while other parts are not.
If the aperture of the camera is circular, the image of any
point source is a small disk, known as the circle of confusion
(COC). The degree of defocus (diameter of the COC) depends
on the focal length and the aperture number of the lens, and
the distance between camera and object. An accurate model
not only describes the diameter of the COC, but also the Figure 2: Noisy Image and Median filtered image
intensity distribution within the COC. However, if the degree
of defocusing is large relative to the wavelengths considered, original Image median filtered Image
a geometrical approach can be followed resulting in a uniform
intensity distribution within the COC. Uniform out of focus
1
i2 + j 2 ≤ R
blur is defined by h ( i, j ) = π R (7)
0 else
Uniform 2-D blur is defined by
1 L L median filter restoration
− ≤ i, j ≤
h ( i ) = L2 2 2 (8)
0 else
Performance Indices
Blurred Signal-to-Noise Ratio (BSNR) is a metric that
describes the degradation model.
1
∑∑ h ( i, j ) − h% ( i, j )
2
MN
BSNR = 10 log10
i j
σ n2
(9) Figure 3: Image degradation and restoration techniques
Here h ( i, j ) = y ( i, j ) − n ( i, j ) , h% ( i, j ) = E h ( i, j ) Figure 3 show the same noisy image heavily corrupted by salt
and σ 2
n is variance of additive noise. Improvement in SNR and pepper noise and median filter of window size (9x9) is
used. The higher the window size of median filter there is a
(ISNR) validates the performance of the image restoration higher chance of image degradation.
algorithm.
f ( i, j ) − y ( i, j )
∑∑
2
Table 1: PSNR value (dB) for % of salt and pepper noise
i j (Image: Cameraman, Filter: Median)
ISNR = 10 log10 2
(10)
∑∑ f ( i, j ) − f% ( i, j ) 10% 20% 50% 90%
i j 1 MF (3X3) 33.7 27.28 14.12 6.54
where f% ( i, j ) is the restored image. 2 MF (5X5) 31.44 30.67 12.88 7.29
3 MF (9X9) 29.47 28.99 16.54 8.09
Median Filter To restore an image from linear degradation inverse
Figure 2 shows an image, heavily corrupted by salt and filter, pseudo inverse filter, Weiner filter and blind de-
pepper noise and 3x3 median filtered is used to remove the convolution is used. These techniques are discussed below.
noise.
Inverse Filtering
102
International Journal of Research in Advent Technology, Vol.2, No.3, March 2014
E-ISSN: 2321-9637
1
H% ( u, v ) =
show noisy with degraded image
Inverse filter can be expressed as and
H ( u, v )
the recovered image can be expressed as
F% ( u, v ) = G ( u, v ) H% ( u, v )
Degraded Image Restored Image
1
H ( u, v ) ≥ ε
H% ( u , v ) = H ( u , v ) (11)
0
H ( u, v ) < ε
hr ( x , y ) hr ( x , y )
H% (ω x , ω y )
H r (ω x , ω y ) =
Cnn (ω x , ω y )
(13)
H (ω x , ω y ) +
2
C ff (ω x , ω y )
The main disadvantage of Weiner filter is that the power
spectra of undergraded image and power spectra of noise
must be known.
103
International Journal of Research in Advent Technology, Vol.2, No.3, March 2014
E-ISSN: 2321-9637
1−α
Restoration of Blurred, Noisy Image Using Estimated NSR
H ( u, v )
α (14)
H ( u, v )
F ( u, v ) =
G ( u, v )
H ( u, v ) 2 Sn ( u, v )
H ( u, v ) + β
2
S f ( u , v )
Geometric Mean filter restoration
104
International Journal of Research in Advent Technology, Vol.2, No.3, March 2014
E-ISSN: 2321-9637
di
u tj+1 = u tj ∑
Deblurring with Undersized PSF
pij (16)
i ci
d
u tj+1 = u tj t ⊗ pˆ
u ⊗ p
(17)
deconvlucy(A,PSF,NI,DP) deconvlucy(A,PSF,NI,DP,WT)
3. CONCLUSIONS
This paper gives a review of different image restoration
Deblurring with INITPSF
algorithms. Image restoration is an active research area and
various researchers work to improve the efficiency of the
different algorithms by developing more efficient algorithms.
But primarily image restoration is done mostly using Weiner
filter, Richardson-Lucy Blind Deconvolution algorithm,
Inverse and Pseudo-inverse filter.
REFERENCES
105