SlideShare a Scribd company logo
Arti Sharma, Prof. Preety D Swami / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.2055-2062
2055 | P a g e
Redundant Wavelet Transform Based Image Super Resolution
Arti Sharma, Prof. Preety D Swami
Department of Electronics &Telecommunication Samrat Ashok Technological Institute Vidisha
Department of Electronics & Instrumentation Samrat Ashok Technological Institute Vidisha
Abstract
The process of Super Resolution (SR)
aims at extracting a high resolution image from
low resolution image. The proposed technique
uses Redundant Wavelet Transform to enhance
the resolution of an image using a single low
resolution image. The proposed method
decomposes the input image into different
subbands. Then all subbands are interpolated.
Combining all the interpolated subbands using
Inverse Redundant Wavelet Transform provides
the proposed super resolution image. The
algorithm is tested with various wavelet types and
their performance is compared. The proposed
technique has been tested on Lena, Elaine,
Pepper, and Baboon images. The proposed
method gives higher quantitative peak signal-to-
noise ratio (PSNR) and visual results in
comparison to other conventional and state-of-art
image Super resolution techniques.
Index Term — Image Super Resolution,
Interpolation, Discrete Wavelet Transform,
Redundant Wavelet Transform.
I. INTRODUCTION
The aim of Super Resolution is to overcome
the limitation of the image acquisition device or ill
posed acquisition condition [1]. A Super Resolution
image is useful for better classification of remote
sensing image or to assist radiologist for making
diagnosis based on a medical imagery [2].
The most direct approach of obtaining
higher-resolution images is to improve the image
acquisition device (e.g., digital camera) by reducing
the pixel size on the sensor (e.g., charge-coupled
device). However, there is a problem in reducing the
sensor’s pixel size. When the sensor’s pixel size
becomes too small the captured image quality will be
degraded [3]. It produces shot noise that degrades the
image quality. Another approach for increasing the
super resolution is to increase the chip size, which in
turn increase the capacitance. Since large capacitance
makes it difficult to speed up charge transfer rate this
approach is not effective [4]. A new approach for
increasing the resolution which overcomes all these
problems is known as Super Resolution. The Super
Resolution image processing has grown very rapidly
after it was first researched by Tsai and Huang [5] in
1984. They applied Discrete Fourier Transform for
Super Resolution. The drawback of this method is
that it is insufficient to handle the real-world
applications. Many researchers have mentioned the
use of wavelet transform for addressing a Super
Resolution problem to recover the detailed
information (usually the high-frequency information)
that is lost or degraded during the image acquisition
process [6,7]. The drawback of this method is that
they applied multilevel wavelet transform. Ur and
Gross introduced Super Resolution through
interpolation [8]. The interpolation based Super
Resolution approach constructs a high resolution
image by projecting all the acquired low-resolution
images to the reference image. The information
available from each image is then fused together
because each low resolution image provides an
amount of additional information about the image
and finally deblurs the image [9]. The drawback of
this method is that the interpolation algorithm cannot
do super resolution of single image since it cannot
produce those high-frequency components that were
lost during the image acquisition process. G.
Anbarjafari and H. Demirel proposed a new
technique for image Super Resolution by combining
both the wavelet transform and interpolation. This
technique reduces all the drawbacks of above
mentioned techniques. However, applying
interpolation in high frequency sub-bands introduces
aliasing effects [10, 11].
The proposed technique also combines the
wavelet transform and interpolation. This method
uses redundant wavelet transform instead of discrete
wavelet transform. The proposed method is tested
with different types of wavelets & interpolation
methods & results are compared.
Rest of the paper is organized as follows:
Section 2 presents general description of discrete
wavelet transform and redundant wavelet transform.
Section 3 describes the interpolation and the various
interpolation methods available. Section 4 introduces
a discrete wavelet transform based DASR technique
for super resolution. Sections 5 elaborates the
proposed technique. Section 6 contains the
experimental results and comparison. At last, Section
7 concludes the paper.
II. WAVELET TRANFORM
Wavelet is a mathematical tool for
hierarchical decomposition of a signal. It allows a
function to be described in terms of coarse overall
shape along with details that range from broad to
narrow [12]. Regardless of whether the function of
interest in an image is a curve, or a surface, wavelet
Arti Sharma, Prof. Preety D Swami / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.2055-2062
2056 | P a g e
offers an elegant technique for representing the levels
of detail in the function.
2.1 Discrete Wavelet Transform
The Discrete wavelet transform (DWT)
analyzes the signal at different frequency bands with
different resolutions by decomposing the signal into
coarse approximation and detail information. DWT
adopts two sets of function called scaling function
and wavelet functions which are associated with low
pass and high pass filtering. In other words,
decomposition of the image into different frequency
bands is simply obtained by successive high pass and
low pass filtering and downsampling [13] of the
image as shown in Fig.1
Fig.1 Discrete Wavelet Transform
2.2 Redundant Wavelet Transform
The DWT remove the redundant coefficients
which are not necessary to perfectly reconstruct the
signal. This makes wavelet compression algorithms
more computationally efficient. However, in many
image processing applications the redundant wavelet
coefficient are useful. This work interpolates missing
pixels of an image in the wavelet domain based on
the values of the surrounding pixels. As much as
possible information is needed to accurately
interpolate the missing pixels. Decimation removes
potentially valuable information. In cases like this it
is beneficial to remove the decimators [14]. This is
known as the Redundant Wavelet Transform (RWT)
as shown in Fig. 2.
Fig. 2 Redundant Wavelet Transform
III. INTERPOLATION
Interpolation is the process of estimating the
values of a continuous function from discrete
samples. Interpolation based image processing
applications include image magnification or
reduction, sub pixel image registration, correction of
spatial distortions, image decompression and many
more. Many image interpolation techniques are
available amongst which nearest neighbor, bilinear
and bicubic are the most common [9].
 Nearest Neighbor Interpolation
The easiest interpolation from a
computational stand point is nearest neighbor. The
nearest neighbor algorithm selects the value of
nearest point and does not consider the values of
neighboring points at all, yielding a piece-wise
constant interpolation. This technique is also known
as pixel replication.
 Bilinear Interpolation
Bilinear interpolation considers the closest
2x2 neighborhood of known pixel values surrounding
the unknown pixel and calculates weighted average
of these 4 pixels to arrive at its final interpolated
value. This results in much smoother images than
nearest neighbor interpolation method.
 Bicubic Interpolation
Bicubic goes one step beyond bilinear
interpolation by considering the closest 4x4
neighborhood of known pixels (i.e., total of 16
pixels). Since these pixels are at various distances
from the unknown pixel and closer pixels are given a
higher weighting in the calculation, bicubic
interpolation produces sharper images than the
previous two methods.
IV. DASR BASED IMAGE SUPER
RESOLUTION (DASR)
The main loss of image after doing super
resolution by applying interpolation is on its high
frequency components, which results in smoothing of
the image Hence, for increasing the quality of
interpolated image, edges should be preserved
essentially. G. Anbarjafari and H. Demirel proposed
a method [10] that preserves the high frequency
components of the image. In this technique, Discrete
Wavelet Transform (DWT) separates the image into
different subband images represented by the LL (low-
low subband), LH (low-high subband), HL (high-low
subband) and HH (high-high subband). High
frequency subband contains the high frequency
components of image. All subbands are interpolated
by interpolation factor of 2. In order to extract the
high frequency component from input low resolution
image, difference between the input image and low
frequency subband image is added to all high
frequency subbands. Input low resolution image and
all estimated high frequency subbands are
interpolated by the interpolation factor 2. The
reconstruction of super resolution image is done by
applying Inverse Discrete Wavelet Transform
(IDWT) to the interpolated subbands. The block
diagram of DASR method is shown in Fig.3
Input
image
i
a
L
L
H
L H
H
Lowpassfilter
Highpassfilter
Lowpassfilter
Lowpassfilter
Highpassfilter
Highpassfilter
LL
LH
HL
HH
Arti Sharma, Prof. Preety D Swami / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.2055-2062
2057 | P a g e
V. PROPOSED SUPER RESOLUTION
METHOD
The proposed method is carried out in 4
steps as shown in the block diagram of Fig.4.
Step 1: In the first step, an input low resolution
image is generated from original high resolution
image through Gaussian down sample function. In
this function firstly the original high resolution image
is passed through a Gaussian low pass filter, which
passes only low frequency component of image. The
image is then down sampled row and column wise by
a factor of 2. This converts the original high
resolution image of size 512×512 into low resolution
image of size 128× 128.
Step 2: In the second step, Redundant Wavelet
Transform (RWT) is applied to the input low
resolution image. The input low resolution image is
decomposed through the RWT in four sub bands
represented by LL (low-low), LH (low-high), HL
(high-low) and HH (high-high).
Step 3: This step is the interpolation step. This
technique uses bicubic interpolation which gives
sharper image as compared to other interpolation
methods. All subbands are interpolated by
interpolation factor of 4 and then we achieve
interpolated subbands of size 512× 512.
Step 4: The final resolution enhanced image is
generated by employing the Inverse Redundant
Wavelet Transform (IRWT) to the interpolated
subbands. In this technique the required interpolation
method is same for all subbands.
I. EXPERIMENTAL RESULTS AND
COMPARISION
The performance of the proposed super resolution
algorithm is tested on four gray scale images show in
Fig. 5, each having a size of 512×512. These test
images are first converted to their low resolution
version through Gaussian down sample function and
then Redundant Wavelet Transform is applied to the
low resolution image. The performance of the
proposed method is compared by applying wavelets
namely Haar, Db8, Db9/7, Sym4 and Sym8. In the
next step, bicubic interpolation by factor 4 is applied
to LL, LH, HL, HH subbands. Table 1 shows the
experimental results in terms of Root Mean Square
Error (RMSE) and Peak Signal to Noise Ratio (PSNR
=20log10255/RMSE).
Low resolution
image (mxn) DWT
LH
HL
LL
HHInterpolated
LL
Bicubic
Interpolation
With factor2
Bicubic
Interpolation
With factor2
Bicubic
Interpolation
With factor2
Difference
image
Bicubic
Interpolation
With factor2
Estimated
LH
Estimated
LH
Estimated
LH
IDWT
HighResolution
Image
(αmXαn)
Bicubic interpolationwithfactor α/2Bicubic interpolationwithfactor α/2
Fig.3. DASR Method of image super resolution
Arti Sharma, Prof. Preety D Swami / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.2055-2062
2058 | P a g e
Table 2 shows the comparison of super
resolution of the proposed method with the
interpolation method and DASR method for
different wavelets in terms of RMSE and
PSNR. It is clear from the comparative table
that the PSNR of super resolution image of
proposed method is better as compared to
interpolation method and DASR method.
Qualitative results of Super resolution of
Lena, Elaine, Baboon and Peppers images by
different methods (Interpolation method,
DASR method and proposed method) are
shown in the Fig. 6, Fig. 7, Fig. 8 and Fig. 9
respectively.
Fig. 5 Test image (a) Lena, (b) Elaine, (c) Baboon, (d) Peppers.
(a) (b)
(c) (d)
Input Low
resolution
image
(128X128)
LL(128X128)
)
LH (128X128)
HL(128X128)
HH(128X128)
RWT
Interpolated
LL (512X512)
Interpolated
LH (512X512)
Interpolated
HL (512X512)
Interpolated
HH (512X512)
Interpolation with
factor 4
Interpolation with
factor 4
Super
Resolution
Image
(512X512)
Interpolation with
factor 4
IRWT
Interpolation with
factor 4
Fig. 4 Proposed Method
Arti Sharma, Prof. Preety D Swami / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.2055-2062
2059 | P a g e
Table 1. Numerical results on the test images with different wavelet types.
Wavelet type Lena Elaine Baboon Peppers
RMSE PSNR RMSE PSNR RMSE PSNR RMSE PSNR
Haar 5.66 33.08 5.94 32.65 8.17 29.33 5.84 32.80
Db8 7.23 30.94 7.84 30.24 9.29 28.77 7.32 30.83
Db9/7 8.29 29.75 9.33 28.73 9.84 28.27 8.49 29.55
Sym4 8.29 29.74 9.34 28.72 9.84 28.27 8.51 29.53
Sym8 9.30 28.76 10.07 28.07 10.18 27.97 9.45 28.62
Table 2. Comparison between the Interpolation super resolution method [9], DASR method [10] and the
proposed method in terms of RMSE and PSNR.
Methods
Images
Interpolation method DASR method Proposed method
Interpolation
type RMSE PSNR
Wavelet
type RMSE PSNR
Wavelet
Type RMSE PSNR
Lena Nearest
neighbor
Bilinear
Bicubic
11.33 27.04
10.87 27.40
10.60 27.62
Haar
Db8
Db9/7
Sym4
Sym8
15.01 24.60
14.69 24.79
15.06 24.57
15.06 24.57
14.99 24.61
Haar
Db8
Db9/7
Sym4
Sym8
5.66 33.08
7.23 30.94
8.29 29.75
8.29 29.74
9.30 28.76
Elaine Nearest
neighbor
Bilinear
Bicubic
10.34 27.84
9.67 28.42
9.51 28.56
Haar
Db8
Db9/7
Sym4
Sym8
15.95 24.10
15.74 24.19
15.92 24.09
15.92 24.09
15.95 24.10
Haar
Db8
Db9/7
Sym4
Sym8
5.94 32.65
7.84 30.24
9.33 28.73
9.34 28.72
10.07 28.07
Baboon Nearest
neighbor
Bilinear
Bicubic
21.06 21.66
20.89 21.73
20.72 21.80
Haar
Db8
Db9/7
Sym4
Sym8
15.59 24.27
15.47 24.34
15.61 24.26
15.61 24.26
15.57 24.28
Haar
Db8
Db9/7
Sym4
Sym8
8.17 29.33
9.29 28.77
9.84 28.27
9.84 28.27
10.18 27.97
Peppers
Nearest
neighbor
Bilinear
Bicubic
12.33 26.33
11.54 26.88
11.37 27.01
Haar
Db8
Db9/7
Sym4
Sym8
15.38 24.39
15.15 24.52
15.40 24.38
15.40 24.38
15.36 24.40
Haar
Db8
Db9/7
Sym4
Sym8
5.84 32.80
7.32 30.83
8.49 29.55
8.51 29.53
9.45 28.62
Arti Sharma, Prof. Preety D Swami / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.2055-2062
2060 | P a g e
(a) (b)
(c) (d
Fig. 6 (a) Lena low resolution image, [b-d] Super resolution methods (b) Interpolation (Bicubic), PSNR=27.62
dB (c) DASR (Db8 + Bicubic), PSNR =24.79 dB, (d) Proposed (Haar + Bicubic), PSNR= 33.08 dB.
(a) (b)
(c) (d)
Fig. 7 (a) Elaine low resolution image, [b-d] Super resolution methods (b) Interpolation (Bicubic)
PSNR= 28.56dB, (c) DASR (Db8 + Bicubic), PSNR = 24.19 dB, (d) Proposed method (Haar + Bicubic),
PSNR= 32.65 dB.
Arti Sharma, Prof. Preety D Swami / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.2055-2062
2061 | P a g e
(a) (b)
(c) (d)
Fig. 8 (a) Baboon low resolution image, [b-d] Super resolution method (b) Interpolation (Bicubic), PSNR=
21.80 dB, (c) DASR (Db8 + Bicubic), PSNR = 24.34dB, (d) Proposed (Haar + Bicubic), PSNR= 29.33dB.
(a) (b)
(c) (d)
Fig. 9 (a) Peppers low resolution image, [b-d] super resolution methods (b) Interpolation (Bicubic), PSNR=
27.01 dB, (c) DASR, (Db8 + Bicubic), PSNR= 24.52 dB, (d) Proposed (Haar + Bicubic), PSNR= 32.80 dB.
Arti Sharma, Prof. Preety D Swami / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.2055-2062
2062 | P a g e
II. CONCLUSION
This paper proposes a new super resolution
technique that uses RWT instead of DWT. RWT
reduces aliasing effect as it does not down sample the
image. This technique uses RWT to decompose an
input image to different subband images. The
subbands are then interpolated by factor 4.
Afterwards, these entire images are combined using
IRWT to generate super resolution image. The
experiment is repeated for various wavelets and
interpolation methods. The best result is obtained by
combining Haar wavelet with bicubic interpolation.
The proposed method has been tested on the well
known benchmark images, where their PSNR and
visual quality show the superiority of the proposed
technique over the conventional and state of art
image resolution enhancement techniques.
REFRENCE
[1] S. Guangling, L. Guaqing, J. Xiaoging,
“ Image super-resolution reconstruction based
on multi-groups of coupled dictionary and
alternative learning” International journal of
computer applications, vol.41, no.10, pp.
22-31, Mar-2012.
[2] J. Tian, K. Ma, “A Survey on super
resolution imaging” Springer-verlag London
Limited, vol. 5, no.3, pp. 329-342, Dec-
2010.
[3] S. C. Park, M. K. Park and M. G. Kang,
“Super resolution image reconstruction a
technical overview” IEEE Signal Processing
Magazine, vol. 20, no. 3, May-2003.
[4] T. Komatsu, K. Aizawa, T. Igarashi, and T.
Saito, “Signal-processing based method for
acquiring very high resolution image with
multiple cameras and its theoretical
analysis” Proc. Inst. Elec. Eng., vol. 140,
pp. 19-25, Feb-1993.
[5] R.Y.Tsai, T.S.Huang, “Multiframe image
restoration and registration. In: Huang, T.S.
(ed.) Advances in Computer Vision and
Image Processing” JAI Press Inc, vol.1, pp.
317-339, July-1994.
[6] S. D. Birare, S. L. Nalbalwar, “Review on
super resolution of images using wavelet
transform” Internationa Journal of
Engineering Science and Technology, vol.2,
no. 12, pp. 7363-7371, 2010.
[7] A. Temizel, “Image resolution upscaling in
the wavelet domain using directional cycle
spinning” Journal of electronic imaging,
vol.14 no.4, pp.1-3, Dec-2005.
[8] H. Ur, D. Gross, “Improved resolution from
subpixel shifted pictures” Models Image
Process, vol. 54, no. 2, pp. 181–186, Mar-
1992.
[9] W. K. Carey, D. B. Chuang, S. S. Hemami,
“Regularity preserving image interpolation”
IEEE Transaction on Image Processing,
vol.8, no.9, pp.1293-1297, Sep-1999.
[10] H. Demiral and G. Anbarjafari, “Discrete
wavelet transform-based sattelite image
resolution enhansment” IEEE Transaction
on Geoscience And Remote Sensin, vol. 49,
no.6, pp.1997-2004, June-2011.
[11] H. Demiral and G. Anbarjafari, “Image
super resolution based on interpolation of
wavelet domain high frequency sub-bands
and spatial domain input image” ETRI
Journal, vol. 32, no. 3, pp.390-394, June
2010 .
[12] R. Polikar, “Fundamental concepts an
overview of the wavelet theory”
http://users.rowan.edu/~polikar/WAVELET
S/WT part1-part4.html, Jan-2001.
[13] Z. Xie, “A wavelet based algorithm for
image super resolution” B.S,university of
science and technology of China 2003.
[14] D. L. Ward, “ Redundant discrete wavelet
transform based super resolution using sub
pixel image registration” Air Force Institute
of Technology 2003.

More Related Content

PDF
Of3424832487
IJERA Editor
 
PDF
Ik3415621565
IJERA Editor
 
PDF
Satellite image resolution enhancement using multi
eSAT Publishing House
 
PDF
IRJET- Satellite Image Resolution Enhancement
IRJET Journal
 
PDF
Comparative analysis of filters and wavelet based thresholding methods for im...
csandit
 
PDF
Image Resolution Enhancement by using Wavelet Transform
IRJET Journal
 
PDF
IRJET- Enhancement of Image using Fuzzy Inference System for Remotely Sen...
IRJET Journal
 
PDF
A NOVEL ALGORITHM FOR IMAGE DENOISING USING DT-CWT
sipij
 
Of3424832487
IJERA Editor
 
Ik3415621565
IJERA Editor
 
Satellite image resolution enhancement using multi
eSAT Publishing House
 
IRJET- Satellite Image Resolution Enhancement
IRJET Journal
 
Comparative analysis of filters and wavelet based thresholding methods for im...
csandit
 
Image Resolution Enhancement by using Wavelet Transform
IRJET Journal
 
IRJET- Enhancement of Image using Fuzzy Inference System for Remotely Sen...
IRJET Journal
 
A NOVEL ALGORITHM FOR IMAGE DENOISING USING DT-CWT
sipij
 

What's hot (20)

PPTX
Wavelet based image fusion
Umed Paliwal
 
PDF
Different Image Fusion Techniques –A Critical Review
IJMER
 
PDF
Wavelet based image fusion
Umed Paliwal
 
PDF
An efficient fusion based up sampling technique for restoration of spatially ...
ijitjournal
 
PDF
Image resolution enhancement by using wavelet transform 2
IAEME Publication
 
PDF
Satellite Image Enhancement Using Dual Tree Complex Wavelet Transform
journalBEEI
 
PDF
Welcome to International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
PDF
Ijetr011837
ER Publication.org
 
PDF
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET Journal
 
PDF
Modified adaptive bilateral filter for image contrast enhancement
eSAT Publishing House
 
PDF
Survey On Satellite Image Resolution Techniques using Wavelet Transform
IJSRD
 
PDF
40 9148 satellite image enhancement using dual edit tyas
IAESIJEECS
 
PDF
Image Fusion
Vijaykumar Kulkarni
 
PDF
Satellite Image Resolution Enhancement Technique Using DWT and IWT
Editor IJCATR
 
PDF
Performance analysis of Hybrid Transform, Hybrid Wavelet and Multi-Resolutio...
IJMER
 
PPTX
Satellite image contrast enhancement using discrete wavelet transform
Harishwar Reddy
 
PDF
Wavelet Based Image Watermarking
IJERA Editor
 
PDF
Single image super resolution with improved wavelet interpolation and iterati...
iosrjce
 
PDF
Gadljicsct955398
editorgadl
 
PPTX
IMAGE FUSION IN IMAGE PROCESSING
garima0690
 
Wavelet based image fusion
Umed Paliwal
 
Different Image Fusion Techniques –A Critical Review
IJMER
 
Wavelet based image fusion
Umed Paliwal
 
An efficient fusion based up sampling technique for restoration of spatially ...
ijitjournal
 
Image resolution enhancement by using wavelet transform 2
IAEME Publication
 
Satellite Image Enhancement Using Dual Tree Complex Wavelet Transform
journalBEEI
 
Welcome to International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
Ijetr011837
ER Publication.org
 
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET Journal
 
Modified adaptive bilateral filter for image contrast enhancement
eSAT Publishing House
 
Survey On Satellite Image Resolution Techniques using Wavelet Transform
IJSRD
 
40 9148 satellite image enhancement using dual edit tyas
IAESIJEECS
 
Image Fusion
Vijaykumar Kulkarni
 
Satellite Image Resolution Enhancement Technique Using DWT and IWT
Editor IJCATR
 
Performance analysis of Hybrid Transform, Hybrid Wavelet and Multi-Resolutio...
IJMER
 
Satellite image contrast enhancement using discrete wavelet transform
Harishwar Reddy
 
Wavelet Based Image Watermarking
IJERA Editor
 
Single image super resolution with improved wavelet interpolation and iterati...
iosrjce
 
Gadljicsct955398
editorgadl
 
IMAGE FUSION IN IMAGE PROCESSING
garima0690
 
Ad

Viewers also liked (10)

PPS
Conserve O Seu Emprego
Edgar Castelo
 
PDF
Pressbook São João de Caruaru
Nícholas Medeiros
 
PPTX
Taller adrian cevallos michael carrion
Adriancho Cevallos
 
PPTX
Actividad 3
treqp
 
PPTX
La resurrección de jesús
Richard France
 
PPTX
El proyecto del pnr
Aaron IV Martínez
 
PPTX
SharePoint Summit 2014 - Tests de montée en charges
PimpMySharePoint
 
PDF
SEO: Getting Personal
Kirsty Hulse
 
PDF
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
ux singapore
 
PDF
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
Stanford GSB Corporate Governance Research Initiative
 
Conserve O Seu Emprego
Edgar Castelo
 
Pressbook São João de Caruaru
Nícholas Medeiros
 
Taller adrian cevallos michael carrion
Adriancho Cevallos
 
Actividad 3
treqp
 
La resurrección de jesús
Richard France
 
El proyecto del pnr
Aaron IV Martínez
 
SharePoint Summit 2014 - Tests de montée en charges
PimpMySharePoint
 
SEO: Getting Personal
Kirsty Hulse
 
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
ux singapore
 
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
Stanford GSB Corporate Governance Research Initiative
 
Ad

Similar to Li3420552062 (20)

PDF
IRJET- Design of Image Resolution Enhancement by using DWT and SWT
IRJET Journal
 
PDF
Image Resolution Enhancement Using Undecimated Double Density Wavelet Transform
CSCJournals
 
PDF
SINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAIN
ijma
 
DOCX
discrete wavelet transform based satellite image resolution enhancement
muniswamy Paluru
 
PDF
IRJET- Image Enhancement using Various Discrete Wavelet Transformation Fi...
IRJET Journal
 
PDF
An efficient technique for Image Resolution Enhancement using Discrete and St...
IRJET Journal
 
PDF
IMAGE RESOLUTION ENHANCEMENT BY USING SWT AND DWT
IRJET Journal
 
PDF
IRJET- A Comparative Review of Satellite Image Super Resolution Techniques
IRJET Journal
 
PDF
Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...
IJERA Editor
 
PDF
Comparative Analysis of Dwt, Reduced Wavelet Transform, Complex Wavelet Trans...
ijsrd.com
 
PDF
Dv34745751
IJERA Editor
 
PDF
Hq3114621465
IJERA Editor
 
DOC
A Survey on Implementation of Discrete Wavelet Transform for Image Denoising
ijbuiiir1
 
PDF
Image Interpolation Techniques in Digital Image Processing: An Overview
IJERA Editor
 
PDF
IRJET- Exploring Image Super Resolution Techniques
IRJET Journal
 
PPTX
satellite image enhancement
sainiveditha2
 
PDF
Discrete wavelet transform using matlab
IAEME Publication
 
PDF
A Novel and Robust Wavelet based Super Resolution Reconstruction of Low Resol...
CSCJournals
 
PDF
R044120124
IJERA Editor
 
PDF
International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
IRJET- Design of Image Resolution Enhancement by using DWT and SWT
IRJET Journal
 
Image Resolution Enhancement Using Undecimated Double Density Wavelet Transform
CSCJournals
 
SINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAIN
ijma
 
discrete wavelet transform based satellite image resolution enhancement
muniswamy Paluru
 
IRJET- Image Enhancement using Various Discrete Wavelet Transformation Fi...
IRJET Journal
 
An efficient technique for Image Resolution Enhancement using Discrete and St...
IRJET Journal
 
IMAGE RESOLUTION ENHANCEMENT BY USING SWT AND DWT
IRJET Journal
 
IRJET- A Comparative Review of Satellite Image Super Resolution Techniques
IRJET Journal
 
Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...
IJERA Editor
 
Comparative Analysis of Dwt, Reduced Wavelet Transform, Complex Wavelet Trans...
ijsrd.com
 
Dv34745751
IJERA Editor
 
Hq3114621465
IJERA Editor
 
A Survey on Implementation of Discrete Wavelet Transform for Image Denoising
ijbuiiir1
 
Image Interpolation Techniques in Digital Image Processing: An Overview
IJERA Editor
 
IRJET- Exploring Image Super Resolution Techniques
IRJET Journal
 
satellite image enhancement
sainiveditha2
 
Discrete wavelet transform using matlab
IAEME Publication
 
A Novel and Robust Wavelet based Super Resolution Reconstruction of Low Resol...
CSCJournals
 
R044120124
IJERA Editor
 
International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 

Recently uploaded (20)

PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PDF
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
PDF
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 
PPTX
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
PDF
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
PDF
REPORT: Heating appliances market in Poland 2024
SPIUG
 
PDF
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
PDF
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
PDF
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
PDF
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
PDF
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
REPORT: Heating appliances market in Poland 2024
SPIUG
 
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 

Li3420552062

  • 1. Arti Sharma, Prof. Preety D Swami / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.2055-2062 2055 | P a g e Redundant Wavelet Transform Based Image Super Resolution Arti Sharma, Prof. Preety D Swami Department of Electronics &Telecommunication Samrat Ashok Technological Institute Vidisha Department of Electronics & Instrumentation Samrat Ashok Technological Institute Vidisha Abstract The process of Super Resolution (SR) aims at extracting a high resolution image from low resolution image. The proposed technique uses Redundant Wavelet Transform to enhance the resolution of an image using a single low resolution image. The proposed method decomposes the input image into different subbands. Then all subbands are interpolated. Combining all the interpolated subbands using Inverse Redundant Wavelet Transform provides the proposed super resolution image. The algorithm is tested with various wavelet types and their performance is compared. The proposed technique has been tested on Lena, Elaine, Pepper, and Baboon images. The proposed method gives higher quantitative peak signal-to- noise ratio (PSNR) and visual results in comparison to other conventional and state-of-art image Super resolution techniques. Index Term — Image Super Resolution, Interpolation, Discrete Wavelet Transform, Redundant Wavelet Transform. I. INTRODUCTION The aim of Super Resolution is to overcome the limitation of the image acquisition device or ill posed acquisition condition [1]. A Super Resolution image is useful for better classification of remote sensing image or to assist radiologist for making diagnosis based on a medical imagery [2]. The most direct approach of obtaining higher-resolution images is to improve the image acquisition device (e.g., digital camera) by reducing the pixel size on the sensor (e.g., charge-coupled device). However, there is a problem in reducing the sensor’s pixel size. When the sensor’s pixel size becomes too small the captured image quality will be degraded [3]. It produces shot noise that degrades the image quality. Another approach for increasing the super resolution is to increase the chip size, which in turn increase the capacitance. Since large capacitance makes it difficult to speed up charge transfer rate this approach is not effective [4]. A new approach for increasing the resolution which overcomes all these problems is known as Super Resolution. The Super Resolution image processing has grown very rapidly after it was first researched by Tsai and Huang [5] in 1984. They applied Discrete Fourier Transform for Super Resolution. The drawback of this method is that it is insufficient to handle the real-world applications. Many researchers have mentioned the use of wavelet transform for addressing a Super Resolution problem to recover the detailed information (usually the high-frequency information) that is lost or degraded during the image acquisition process [6,7]. The drawback of this method is that they applied multilevel wavelet transform. Ur and Gross introduced Super Resolution through interpolation [8]. The interpolation based Super Resolution approach constructs a high resolution image by projecting all the acquired low-resolution images to the reference image. The information available from each image is then fused together because each low resolution image provides an amount of additional information about the image and finally deblurs the image [9]. The drawback of this method is that the interpolation algorithm cannot do super resolution of single image since it cannot produce those high-frequency components that were lost during the image acquisition process. G. Anbarjafari and H. Demirel proposed a new technique for image Super Resolution by combining both the wavelet transform and interpolation. This technique reduces all the drawbacks of above mentioned techniques. However, applying interpolation in high frequency sub-bands introduces aliasing effects [10, 11]. The proposed technique also combines the wavelet transform and interpolation. This method uses redundant wavelet transform instead of discrete wavelet transform. The proposed method is tested with different types of wavelets & interpolation methods & results are compared. Rest of the paper is organized as follows: Section 2 presents general description of discrete wavelet transform and redundant wavelet transform. Section 3 describes the interpolation and the various interpolation methods available. Section 4 introduces a discrete wavelet transform based DASR technique for super resolution. Sections 5 elaborates the proposed technique. Section 6 contains the experimental results and comparison. At last, Section 7 concludes the paper. II. WAVELET TRANFORM Wavelet is a mathematical tool for hierarchical decomposition of a signal. It allows a function to be described in terms of coarse overall shape along with details that range from broad to narrow [12]. Regardless of whether the function of interest in an image is a curve, or a surface, wavelet
  • 2. Arti Sharma, Prof. Preety D Swami / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.2055-2062 2056 | P a g e offers an elegant technique for representing the levels of detail in the function. 2.1 Discrete Wavelet Transform The Discrete wavelet transform (DWT) analyzes the signal at different frequency bands with different resolutions by decomposing the signal into coarse approximation and detail information. DWT adopts two sets of function called scaling function and wavelet functions which are associated with low pass and high pass filtering. In other words, decomposition of the image into different frequency bands is simply obtained by successive high pass and low pass filtering and downsampling [13] of the image as shown in Fig.1 Fig.1 Discrete Wavelet Transform 2.2 Redundant Wavelet Transform The DWT remove the redundant coefficients which are not necessary to perfectly reconstruct the signal. This makes wavelet compression algorithms more computationally efficient. However, in many image processing applications the redundant wavelet coefficient are useful. This work interpolates missing pixels of an image in the wavelet domain based on the values of the surrounding pixels. As much as possible information is needed to accurately interpolate the missing pixels. Decimation removes potentially valuable information. In cases like this it is beneficial to remove the decimators [14]. This is known as the Redundant Wavelet Transform (RWT) as shown in Fig. 2. Fig. 2 Redundant Wavelet Transform III. INTERPOLATION Interpolation is the process of estimating the values of a continuous function from discrete samples. Interpolation based image processing applications include image magnification or reduction, sub pixel image registration, correction of spatial distortions, image decompression and many more. Many image interpolation techniques are available amongst which nearest neighbor, bilinear and bicubic are the most common [9].  Nearest Neighbor Interpolation The easiest interpolation from a computational stand point is nearest neighbor. The nearest neighbor algorithm selects the value of nearest point and does not consider the values of neighboring points at all, yielding a piece-wise constant interpolation. This technique is also known as pixel replication.  Bilinear Interpolation Bilinear interpolation considers the closest 2x2 neighborhood of known pixel values surrounding the unknown pixel and calculates weighted average of these 4 pixels to arrive at its final interpolated value. This results in much smoother images than nearest neighbor interpolation method.  Bicubic Interpolation Bicubic goes one step beyond bilinear interpolation by considering the closest 4x4 neighborhood of known pixels (i.e., total of 16 pixels). Since these pixels are at various distances from the unknown pixel and closer pixels are given a higher weighting in the calculation, bicubic interpolation produces sharper images than the previous two methods. IV. DASR BASED IMAGE SUPER RESOLUTION (DASR) The main loss of image after doing super resolution by applying interpolation is on its high frequency components, which results in smoothing of the image Hence, for increasing the quality of interpolated image, edges should be preserved essentially. G. Anbarjafari and H. Demirel proposed a method [10] that preserves the high frequency components of the image. In this technique, Discrete Wavelet Transform (DWT) separates the image into different subband images represented by the LL (low- low subband), LH (low-high subband), HL (high-low subband) and HH (high-high subband). High frequency subband contains the high frequency components of image. All subbands are interpolated by interpolation factor of 2. In order to extract the high frequency component from input low resolution image, difference between the input image and low frequency subband image is added to all high frequency subbands. Input low resolution image and all estimated high frequency subbands are interpolated by the interpolation factor 2. The reconstruction of super resolution image is done by applying Inverse Discrete Wavelet Transform (IDWT) to the interpolated subbands. The block diagram of DASR method is shown in Fig.3 Input image i a L L H L H H Lowpassfilter Highpassfilter Lowpassfilter Lowpassfilter Highpassfilter Highpassfilter LL LH HL HH
  • 3. Arti Sharma, Prof. Preety D Swami / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.2055-2062 2057 | P a g e V. PROPOSED SUPER RESOLUTION METHOD The proposed method is carried out in 4 steps as shown in the block diagram of Fig.4. Step 1: In the first step, an input low resolution image is generated from original high resolution image through Gaussian down sample function. In this function firstly the original high resolution image is passed through a Gaussian low pass filter, which passes only low frequency component of image. The image is then down sampled row and column wise by a factor of 2. This converts the original high resolution image of size 512×512 into low resolution image of size 128× 128. Step 2: In the second step, Redundant Wavelet Transform (RWT) is applied to the input low resolution image. The input low resolution image is decomposed through the RWT in four sub bands represented by LL (low-low), LH (low-high), HL (high-low) and HH (high-high). Step 3: This step is the interpolation step. This technique uses bicubic interpolation which gives sharper image as compared to other interpolation methods. All subbands are interpolated by interpolation factor of 4 and then we achieve interpolated subbands of size 512× 512. Step 4: The final resolution enhanced image is generated by employing the Inverse Redundant Wavelet Transform (IRWT) to the interpolated subbands. In this technique the required interpolation method is same for all subbands. I. EXPERIMENTAL RESULTS AND COMPARISION The performance of the proposed super resolution algorithm is tested on four gray scale images show in Fig. 5, each having a size of 512×512. These test images are first converted to their low resolution version through Gaussian down sample function and then Redundant Wavelet Transform is applied to the low resolution image. The performance of the proposed method is compared by applying wavelets namely Haar, Db8, Db9/7, Sym4 and Sym8. In the next step, bicubic interpolation by factor 4 is applied to LL, LH, HL, HH subbands. Table 1 shows the experimental results in terms of Root Mean Square Error (RMSE) and Peak Signal to Noise Ratio (PSNR =20log10255/RMSE). Low resolution image (mxn) DWT LH HL LL HHInterpolated LL Bicubic Interpolation With factor2 Bicubic Interpolation With factor2 Bicubic Interpolation With factor2 Difference image Bicubic Interpolation With factor2 Estimated LH Estimated LH Estimated LH IDWT HighResolution Image (αmXαn) Bicubic interpolationwithfactor α/2Bicubic interpolationwithfactor α/2 Fig.3. DASR Method of image super resolution
  • 4. Arti Sharma, Prof. Preety D Swami / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.2055-2062 2058 | P a g e Table 2 shows the comparison of super resolution of the proposed method with the interpolation method and DASR method for different wavelets in terms of RMSE and PSNR. It is clear from the comparative table that the PSNR of super resolution image of proposed method is better as compared to interpolation method and DASR method. Qualitative results of Super resolution of Lena, Elaine, Baboon and Peppers images by different methods (Interpolation method, DASR method and proposed method) are shown in the Fig. 6, Fig. 7, Fig. 8 and Fig. 9 respectively. Fig. 5 Test image (a) Lena, (b) Elaine, (c) Baboon, (d) Peppers. (a) (b) (c) (d) Input Low resolution image (128X128) LL(128X128) ) LH (128X128) HL(128X128) HH(128X128) RWT Interpolated LL (512X512) Interpolated LH (512X512) Interpolated HL (512X512) Interpolated HH (512X512) Interpolation with factor 4 Interpolation with factor 4 Super Resolution Image (512X512) Interpolation with factor 4 IRWT Interpolation with factor 4 Fig. 4 Proposed Method
  • 5. Arti Sharma, Prof. Preety D Swami / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.2055-2062 2059 | P a g e Table 1. Numerical results on the test images with different wavelet types. Wavelet type Lena Elaine Baboon Peppers RMSE PSNR RMSE PSNR RMSE PSNR RMSE PSNR Haar 5.66 33.08 5.94 32.65 8.17 29.33 5.84 32.80 Db8 7.23 30.94 7.84 30.24 9.29 28.77 7.32 30.83 Db9/7 8.29 29.75 9.33 28.73 9.84 28.27 8.49 29.55 Sym4 8.29 29.74 9.34 28.72 9.84 28.27 8.51 29.53 Sym8 9.30 28.76 10.07 28.07 10.18 27.97 9.45 28.62 Table 2. Comparison between the Interpolation super resolution method [9], DASR method [10] and the proposed method in terms of RMSE and PSNR. Methods Images Interpolation method DASR method Proposed method Interpolation type RMSE PSNR Wavelet type RMSE PSNR Wavelet Type RMSE PSNR Lena Nearest neighbor Bilinear Bicubic 11.33 27.04 10.87 27.40 10.60 27.62 Haar Db8 Db9/7 Sym4 Sym8 15.01 24.60 14.69 24.79 15.06 24.57 15.06 24.57 14.99 24.61 Haar Db8 Db9/7 Sym4 Sym8 5.66 33.08 7.23 30.94 8.29 29.75 8.29 29.74 9.30 28.76 Elaine Nearest neighbor Bilinear Bicubic 10.34 27.84 9.67 28.42 9.51 28.56 Haar Db8 Db9/7 Sym4 Sym8 15.95 24.10 15.74 24.19 15.92 24.09 15.92 24.09 15.95 24.10 Haar Db8 Db9/7 Sym4 Sym8 5.94 32.65 7.84 30.24 9.33 28.73 9.34 28.72 10.07 28.07 Baboon Nearest neighbor Bilinear Bicubic 21.06 21.66 20.89 21.73 20.72 21.80 Haar Db8 Db9/7 Sym4 Sym8 15.59 24.27 15.47 24.34 15.61 24.26 15.61 24.26 15.57 24.28 Haar Db8 Db9/7 Sym4 Sym8 8.17 29.33 9.29 28.77 9.84 28.27 9.84 28.27 10.18 27.97 Peppers Nearest neighbor Bilinear Bicubic 12.33 26.33 11.54 26.88 11.37 27.01 Haar Db8 Db9/7 Sym4 Sym8 15.38 24.39 15.15 24.52 15.40 24.38 15.40 24.38 15.36 24.40 Haar Db8 Db9/7 Sym4 Sym8 5.84 32.80 7.32 30.83 8.49 29.55 8.51 29.53 9.45 28.62
  • 6. Arti Sharma, Prof. Preety D Swami / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.2055-2062 2060 | P a g e (a) (b) (c) (d Fig. 6 (a) Lena low resolution image, [b-d] Super resolution methods (b) Interpolation (Bicubic), PSNR=27.62 dB (c) DASR (Db8 + Bicubic), PSNR =24.79 dB, (d) Proposed (Haar + Bicubic), PSNR= 33.08 dB. (a) (b) (c) (d) Fig. 7 (a) Elaine low resolution image, [b-d] Super resolution methods (b) Interpolation (Bicubic) PSNR= 28.56dB, (c) DASR (Db8 + Bicubic), PSNR = 24.19 dB, (d) Proposed method (Haar + Bicubic), PSNR= 32.65 dB.
  • 7. Arti Sharma, Prof. Preety D Swami / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.2055-2062 2061 | P a g e (a) (b) (c) (d) Fig. 8 (a) Baboon low resolution image, [b-d] Super resolution method (b) Interpolation (Bicubic), PSNR= 21.80 dB, (c) DASR (Db8 + Bicubic), PSNR = 24.34dB, (d) Proposed (Haar + Bicubic), PSNR= 29.33dB. (a) (b) (c) (d) Fig. 9 (a) Peppers low resolution image, [b-d] super resolution methods (b) Interpolation (Bicubic), PSNR= 27.01 dB, (c) DASR, (Db8 + Bicubic), PSNR= 24.52 dB, (d) Proposed (Haar + Bicubic), PSNR= 32.80 dB.
  • 8. Arti Sharma, Prof. Preety D Swami / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.2055-2062 2062 | P a g e II. CONCLUSION This paper proposes a new super resolution technique that uses RWT instead of DWT. RWT reduces aliasing effect as it does not down sample the image. This technique uses RWT to decompose an input image to different subband images. The subbands are then interpolated by factor 4. Afterwards, these entire images are combined using IRWT to generate super resolution image. The experiment is repeated for various wavelets and interpolation methods. The best result is obtained by combining Haar wavelet with bicubic interpolation. The proposed method has been tested on the well known benchmark images, where their PSNR and visual quality show the superiority of the proposed technique over the conventional and state of art image resolution enhancement techniques. REFRENCE [1] S. Guangling, L. Guaqing, J. Xiaoging, “ Image super-resolution reconstruction based on multi-groups of coupled dictionary and alternative learning” International journal of computer applications, vol.41, no.10, pp. 22-31, Mar-2012. [2] J. Tian, K. Ma, “A Survey on super resolution imaging” Springer-verlag London Limited, vol. 5, no.3, pp. 329-342, Dec- 2010. [3] S. C. Park, M. K. Park and M. G. Kang, “Super resolution image reconstruction a technical overview” IEEE Signal Processing Magazine, vol. 20, no. 3, May-2003. [4] T. Komatsu, K. Aizawa, T. Igarashi, and T. Saito, “Signal-processing based method for acquiring very high resolution image with multiple cameras and its theoretical analysis” Proc. Inst. Elec. Eng., vol. 140, pp. 19-25, Feb-1993. [5] R.Y.Tsai, T.S.Huang, “Multiframe image restoration and registration. In: Huang, T.S. (ed.) Advances in Computer Vision and Image Processing” JAI Press Inc, vol.1, pp. 317-339, July-1994. [6] S. D. Birare, S. L. Nalbalwar, “Review on super resolution of images using wavelet transform” Internationa Journal of Engineering Science and Technology, vol.2, no. 12, pp. 7363-7371, 2010. [7] A. Temizel, “Image resolution upscaling in the wavelet domain using directional cycle spinning” Journal of electronic imaging, vol.14 no.4, pp.1-3, Dec-2005. [8] H. Ur, D. Gross, “Improved resolution from subpixel shifted pictures” Models Image Process, vol. 54, no. 2, pp. 181–186, Mar- 1992. [9] W. K. Carey, D. B. Chuang, S. S. Hemami, “Regularity preserving image interpolation” IEEE Transaction on Image Processing, vol.8, no.9, pp.1293-1297, Sep-1999. [10] H. Demiral and G. Anbarjafari, “Discrete wavelet transform-based sattelite image resolution enhansment” IEEE Transaction on Geoscience And Remote Sensin, vol. 49, no.6, pp.1997-2004, June-2011. [11] H. Demiral and G. Anbarjafari, “Image super resolution based on interpolation of wavelet domain high frequency sub-bands and spatial domain input image” ETRI Journal, vol. 32, no. 3, pp.390-394, June 2010 . [12] R. Polikar, “Fundamental concepts an overview of the wavelet theory” http://users.rowan.edu/~polikar/WAVELET S/WT part1-part4.html, Jan-2001. [13] Z. Xie, “A wavelet based algorithm for image super resolution” B.S,university of science and technology of China 2003. [14] D. L. Ward, “ Redundant discrete wavelet transform based super resolution using sub pixel image registration” Air Force Institute of Technology 2003.