SlideShare a Scribd company logo
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
390
IMAGE RESOLUTION ENHANCEMENT BY USING WAVELET
TRANSFORM
Ramdas Bagawade1
, Pradeep Patil2
1
Computer Engineering, Vidya Pratishthans College of Engineering, Baramati, India.
2
Information Technology, Vidya Pratishthans College of Engineering, Baramati, India.
ABSTRACT
NOW day’s resolution of image is an important issue in almost all image and video processing
applications like, feature extraction, video resolution enhancement, and satellite image resolution
enhancement. Satellite images are used in various applications like geoscientific studies, astronomy,
and geographical information systems.
In image processing to increase number of pixels in digital image is called as interpolation.
There are different traditional image interpolation techniques such as Bilinear Interpolation, Nearest
Neighbor Interpolation, Bicubic Interpolation and Lanczos Interpolation etc, but compare to all
traditional methods the image resolution enhancement method that use wavelet transform gives better
result. Resolution enhancement techniques which are not based on wavelets get affected by the
drawback of loosing high-frequency components (i.e. edges), which results in blurred output. But
Wavelet transform retains high frequency components. Wavelet transform provides time and
frequency representation simultaneously.
In this work we are using SWT (Stationary Wavelet Transform) and DWT (Discrete Wavelet
Transform) to enhance image resolution and then intermediate subbands of image produced by SWT
and DWT are interpolated by using Lanczos interpolation. Finally we combine all subbands by using
IDWT (Inverse Discrete Wavelet Transform).
Keywords: Discrete Wavelet Transform (DWT), Inverse Discrete Wavelet Transform (IDWT), Peak
signal-to-noise ratio (PSNR), Root mean square error (RMSE), Stationary Wavelet Transform
(SWT).
I. INTRODUCTION
SATELLITE images are utilized in many applications such as geoscientific studies,
astronomy, and geographical information systems. Resolution of an image is always an important
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING &
TECHNOLOGY (IJCET)
ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online)
Volume 4, Issue 4, July-August (2013), pp. 390-399
© IAEME: www.iaeme.com/ijcet.asp
Journal Impact Factor (2013): 6.1302 (Calculated by GISI)
www.jifactor.com
IJCET
© I A E M E
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
391
issue in almost all image and video processing applications, such as video resolution enhancement,
feature extraction and satellite image resolution enhancement.
In image processing to increase number of pixels in digital image is called as interpolation.
Interpolation has been widely used for resolution enhancement. Interpolation has been widely used in
almost all image processing applications such as multiple description coding, facial reconstruction,
and image resolution enhancement. There are four popular interpolation techniques named as nearest
neighbor, bilinear, bicubic and Lanczos [1]. Nearest Neighbor result in significant Jaggy Edge
distortion. The Bilinear Interpolation result in smoother edges but somewhat blurred appearance
overall. Bicubic Interpolation looks best with smooth edges and much less blurring than the bilinear
result [2]. The Lanczos interpolation which is nothing but windowed form of a sinc filter is better
than other traditional interpolation techniques like nearest neighbor, bilinear, and bicubic
interpolation, because of increased ability to detect edges and linear features [1]. Resolution
enhancement techniques which not use wavelets get affected by the drawback of loosing high-
frequency components, which produce blurred output. But Wavelet Transform retains these high
frequency components. Wavelet transform provides time and frequency representation
simultaneously. The high frequency subbands obtained by applying SWT on the original input image
are then interpolated by Lanczos interpolation to get high frequency subbands in order to get correct
estimated coefficients. In this work we are using SWT and DWT to enhance image resolution and the
intermediate subbands of image produced by SWT and DWT are interpolated by using Lanczos
interpolation. Finally we combine all subbands by using IDWT. We can apply this image resolution
enhancement technique in multitemporal image change detection [3], which is nothing but an
application of this image resolution enhancement technique.
First step in multitemporal image change detection is finding the difference image of satellite
image taken at two different time stamps of same geographical area then enhancing same by above
resolution enhancement technique, which produce enhanced difference image. Finally we get change
detection result by applying k-mean algorithm on enhanced difference image only.
II. LITERATURE SURVEY
There are four well-known traditional interpolation techniques namely nearest neighbor,
bilinear, bicubic and Lanczos. In [4] using bilinear, bicubic method the PSNR values for Lena’s
image are 26.34 and 26.86. W. Knox. Carey, Daniel. B. Chuang, and S. S. Hemami in [5] presented
the regularity-preserving interpolation technique for image resolution enhancement synthesizes a new
wavelet subband based on the known wavelet transform coefficients decay. Which gives PSNR (db)
value for Lena’s Image as 31.7 [5]. Xin. Li and Michael. T. Orchard in [6] presented a hybrid
approach produced by combining bilinear interpolation and covariance-based adaptive interpolation
called New Edge-Directed Interpolation Which gives PSNR(db) value for Lena’s Image as 28.81 [4].
Alptekin. Temizel and Theo. Vlachos in [7] presented technique named “Wavelet domain image
resolution enhancement using cycle-spinning and edge modelling ”, which improves PSNR (db)
values for Lena’s image up to 29.27 [4]. Hasan. Demirel and Gholamreza. Anbarjafari in [8]
presented an approach DT- CWT based image resolution enhancement which gives PSNR (db) value
for Lena’s Image as 33.74 [4]. Gholamreza. Anbarjafari and Hasan. Demirel in [9] presented a
method named “Image super resolution based on interpolation of wavelet domain high frequency
subbands and the spatial domain input image”, which gives PSNR(db) value for Lena’s image up to
34.79 [4]. Hasan. Demirel and Gholamreza. Anbarjafari in [4] presented new method named “Image
Resolution Enhancement by Using Discrete and Stationary Wavelet Decomposition”, which give
PSNR(db) value for Lena’s image as 34.82 [4].
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
392
III. PROPOSED METHOD
Input to this technique is the low resolution image of size (m × n). In first step apply SWT and
DWT simultaneously on original image. SWT will create four subband images namely LL, LH, HL
and HH (of same size as that of input image) also DWT will create four subband images namely LL,
LH, HL, and HH (of half size as that of input image). Then in second step apply Lanczos
interpolation with factor 2 on LH, HL and HH subbands produced by DWT. Then in step three add
LH subband of SWT with LH subband of DWT obtained in second step, add HL subband of SWT
with HL subband of DWT obtained in second step and add HH subband of SWT with HH subband of
DWT obtained in second step, which produces Enhanced (Estimated) LH, HL and HH respectively.
Then in step four apply Lanczos interpolation with factor α/2 on original low resolution image, LH,
HL and HH (subbands obtained in step three), give these four images as input to IDWT which
produces high resolution image (αm × αn) which is outcome of our system.
Fig.1 SWT, DWT and Lanczos Interpolation
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
393
A. Discrete Wavelet Transform
Fig.2 DWT
Apply 1-D discrete wavelet transform (DWT) first along the rows of the image, and then along
the columns to produce 2-D decomposition of image [10]. DWT produce four subbands LL (low
low), LH (Low High), HL (High Low) and HH (High High).By using these four subbands we can
regenerate original image by passing the four subbands to IDWT. DWT produce four subbands of
half of original image size while SWT produce four subbands (LL, LH, HL, and HH) of same size as
that of original image.
…. (1)
DWT will be obtained by using formula:
…. (2)
…. (3)
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
394
IDWT will be obtained by using formula:
….. …. ……………. (4)
Equations 1, 2, 3 and 4 are referred from [13].
B. Stationary Wavelet Transform
The Stationary wavelet transform is a wavelet transform algorithm which is created to remove
lack of translation-invariance of discrete wavelet transform (DWT). Translation-invariance is
obtained by removing the upsamplers and downsamplers in DWT and also upsampling in the jth
level, filter coefficients by factor of 2j−1 of DWT algorithm. The SWT is ambiguous scheme as
output of each level of SWT contains same number of samples as that of input, so for decomposition
of N levels there is ambiguity of N in the wavelet coefficients. SWT also known as undecimated
wavelet transform (is as shown in Fig.3) is similar to that of DWT just the size of subbands produced
by SWT is same as that of input image size because it not use downsampling as it is used in DWT.
Fig.3 SWT
C. Lanczos Interpolation
We are using Lanczos interpolation function in two dimensions for this work. We can perform
interpolation of a two dimensional image f by using Lanczos filter of order n by using following
formula [11]:
…. (5)
Where (x, y) is nothing but coordinates of the interpolation point and is maximum value
integer which is less or equal to the parameter value (i.e. floor operator). Flux is preserved by
applying filter weight w as divisor, which can be obtained by following formula [11]:
…. (6)
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
395
Lanczos interpolation makes use of neighborhood of 2n × 2n nearest pixels in mapped square.
As two dimensional Lanczos filter is no separable, so Lanczos interpolation algorithms complexity is
O (N×4 n2) [11].
D. Peak to Signal Noise Ratio
PSNR can be obtained by using following formula [10]:
………. (7)
Where R is the maximum fluctuation in the input image (255 in here as the images are
represented by 8 bit, i.e., 8-bit grayscale representation have been used radiometric resolution is 8
bit). When the two images are identical, the MSE will be zero. For this value the PSNR is undefined
(see Division by zero). MSE is representing the MSE between the given input image Iin and the
original image Iorg which can be obtained by the following formula [10]:
…….. …. (8)
IV. RESULT AND DISCUSSION
This section present the PSNR values of different images obtained by different image
resolution enhancement techniques. The application was coded and compiled in the JAVA 1.6. The
obtained results might slightly differ for image settings. We used various images for testing. From
the obtained results we can conclude that the image resolution enhancement techniques based on
wavelet transform gives good result than other. Max PSNR value means good image quality hence
this approach can also be used for image resolution enhancement.
Fig.4 Satellite Image-II [12], [10]
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
396
Fig.5 Input Images [10], [4]
Table I: Performance Comparison for Satellite Image-I
Technique PSNR (dB)
Bilinear [10] 19.07
Bicubic [10] 20.16
WZP [10] 19.26
WZP-CS [10] 21.09
CWT [8] 24.08
DWT SWT Bicubic [10] 24.97
Our Method 46.657948
Table II: Performance Comparison for Baboon Image
Technique PSNR (dB)
Bilinear [4] 20.51
Bicubic [4] 20.61
WZP [4] 21.47
WZP-CS[4] 21.54
CWT [4] 23.12
Our Method 27.058
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
397
Figure 6 Graph-I (for Satellite Image-I)
Fig.7 Graph-II (for Baboon’s image)
Graph-I is based on PSNR values obtained for satellite image-I using different techniques
while graph-II is based on PSNR values obtained for Baboon’s image. In both graph’s we can see
that PSNR value using proposed method is greater than any other method.
CONCLUSION
Table-I Table-II, Fig.6 and Fig.7 shows that the image resolution enhancement using DWT
and SWT gives better result than other techniques studied in this work. The Lanczos interpolation
which is windowed form of a sinc filter is superior to other traditional interpolation techniques such
as nearest neighbor, bilinear, bicubic Interpolation.
We use DWT, SWT and Lanczos Interpolation method for resolution enhancement. This
approach gives better result in comparison to other method. For Baboon image we get PSNR value
27.0758dB. We conclude that this approach can also be used for image resolution enhancement.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
398
REFERENCES
[1] Muhammad Zafar Iqbal, Abdul Ghafoor, and Adil Masood Siddiqui, "Satellite Image
Resolution Enhancement Using Dual-Tree Complex Wavelet Transform and Nonlocal
Means," IEEE Trans.Geosciences and Remote Sensing Letter,2012.
[2] Rafel C. Gonzalez and Richard E. woods and Steven L. Eddins," Digital Image Processing
Using MATLAB (Second Edition).”
[3] Shutao Li, Leyuan Fang and Haitao Yin, " Multitemporal Image Change Detection Using a
Detail Enhancing Approach With Nonsubsampled Contourlet Transform," IEEE Geosciences
and Remote Sensing Letter, VOL. 9, NO. 5, pp836-840, SEPTEMBER 2012.
[4] Hasan. Demirel and Gholamreza. Anbarjafari, “Image Resolution Enhancement by Using
Discrete and Stationary Wavelet Decomposition,” IEEE Trans. IMAGE PROCESSING, VOL.
20, NO. 5, MAY 2011.
[5] W. Knox. Carey, Daniel. B. Chuang, and S. S. Hemami, “Regularity Preserving image
interpolation,” IEEE Trans. Image Process., vol. 8, no. 9, pp. 1295 - 1297, Sep. 1999.
[6] Xin. Li and Michael. T. Orchard, “New edge-directed interpolation,” IEEE Trans. Image
Process., vol. 10, no. 10, pp. 1521-1527, Oct. 2001.
[7] Alptekin. Temizel and Theo. Vlachos, "Wavelet domain image resolution enhancement using
cycle spinning," Electron. Lett. vol. 41, no. 3, pp. 119-121, Feb. 3, 2005.
[8] Hasan. Demirel and Gholamreza. Anbarjafari, “Satellite image resolution enhancement using
complex wavelet transform," IEEE Geosci. Remote Sens. Lett, vol. 7, no. 1, pp. 123-126, Jan.
2010.
[9] Gholamreza. Anbarjafari and Hasan. Demirel, " Image super resolution based on interpolation
of wavelet domain high frequency subbands and the spatial domain input image," ETRI J., vol.
32, no. 3, pp. 390-394, Jun. 2010.
[10] Hasan. Demirel and Gholamreza. Anbarjafari, “Discrete Wavelet Transform-Based Satellite
Image Resolution Enhancement," IEEE Trans. Geosciences and Remote Sensing Letter, VOL.
49, NO. 6, JUNE 2011.
[11] http://pixinsight.com/doc/docs/InterpolationAlgorithms/InterpolationAlgorithms.html
[12] http://www.satimagingcorp.com/
[13] http://www.whydomath.org/node/wavlets/hwt.html
[14] B.V. Santhosh Krishna, AL.Vallikannu, Punithavathy Mohan and E.S.Karthik Kumar,
“Satellite Image Classification using Wavelet Transform”, International Journal of Electronics
and Communication Engineering & Technology (IJECET), Volume 1, Issue 1, 2010,
pp. 117 - 124, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.
[15] Darshana Mistry and Asim Banerjee, “Discrete Wavelet Transform using MATLAB”,
International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 2,
2013, pp. 252 - 259, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.
[16] M. M. Kodabagi, S. A. Angadi and Anuradha. R. Pujari, “Text Region Extraction from Low
Resolution Display Board Images using Wavelet Features”, International Journal of
Information Technology and Management Information Systems (IJITMIS), Volume 4, Issue 1,
2013, pp. 38 - 49, ISSN Print: 0976 – 6405, ISSN Online: 0976 – 6413.
[17] Mane Sameer S. and Dr. Gawade S.S., “Review on Vibration Analysis with Digital Image
Processing”, International Journal of Advanced Research in Engineering & Technology
(IJARET), Volume 4, Issue 3, 2013, pp. 62 - 67, ISSN Print: 0976-6480, ISSN Online:
0976-6499.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
399
AUTHOR’S PROFILE
Ramdas Bagawade1
received the B.E. degree in Computer Engineering from
Vidya Pratishtans College of Engineering, Baramati in 2008. He is currently
pursuing M.E. Computer from Pune University.
Pradeep Patil2
has completed B.E. degree in 1995 from Dr. Babasaheb
Ambedkar Marathawada University at Aurangabad. Also completed M.E. Degree in
2005 from Shivaji University Kolhapur. Presently he is working in the Department
of Information Technology at VPCOE Baramati as an Assistant Professor.

More Related Content

PDF
Satellite Image Enhancement Using Dual Tree Complex Wavelet Transform
PDF
Ijetr011837
PDF
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
PDF
40 9148 satellite image enhancement using dual edit tyas
PDF
Satellite image resolution enhancement using multi
PDF
Dv34745751
PDF
Novel Approach for Image Restoration and Transmission
PDF
IRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCT
Satellite Image Enhancement Using Dual Tree Complex Wavelet Transform
Ijetr011837
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
40 9148 satellite image enhancement using dual edit tyas
Satellite image resolution enhancement using multi
Dv34745751
Novel Approach for Image Restoration and Transmission
IRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCT

What's hot (20)

PDF
Image Resolution Enhancement by using Wavelet Transform
PDF
Ik3415621565
PDF
IRJET- Satellite Image Resolution Enhancement
PDF
An efficient fusion based up sampling technique for restoration of spatially ...
PDF
Single image super resolution with improved wavelet interpolation and iterati...
PDF
Li3420552062
PDF
16 9252 eeem gis based satellite image denoising (edit ari)
PDF
IRJET-Underwater Image Enhancement by Wavelet Decomposition using FPGA
PDF
Performance Evaluation of Quarter Shift Dual Tree Complex Wavelet Transform B...
PDF
Different Image Fusion Techniques –A Critical Review
PDF
Hybrid Technique for Image Enhancement
PDF
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
PDF
G0443640
PDF
Modified adaptive bilateral filter for image contrast enhancement
PDF
Welcome to International Journal of Engineering Research and Development (IJERD)
PDF
Image Fusion
PPTX
Wavelet based image fusion
PDF
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
PDF
Basics of dip
PDF
Gadljicsct955398
Image Resolution Enhancement by using Wavelet Transform
Ik3415621565
IRJET- Satellite Image Resolution Enhancement
An efficient fusion based up sampling technique for restoration of spatially ...
Single image super resolution with improved wavelet interpolation and iterati...
Li3420552062
16 9252 eeem gis based satellite image denoising (edit ari)
IRJET-Underwater Image Enhancement by Wavelet Decomposition using FPGA
Performance Evaluation of Quarter Shift Dual Tree Complex Wavelet Transform B...
Different Image Fusion Techniques –A Critical Review
Hybrid Technique for Image Enhancement
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
G0443640
Modified adaptive bilateral filter for image contrast enhancement
Welcome to International Journal of Engineering Research and Development (IJERD)
Image Fusion
Wavelet based image fusion
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
Basics of dip
Gadljicsct955398
Ad

Similar to Image resolution enhancement by using wavelet transform 2 (20)

PDF
Use of Discrete Sine Transform for A Novel Image Denoising Technique
PDF
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
PDF
Image compression using Hybrid wavelet Transform and their Performance Compa...
PDF
4 ijaems jun-2015-5-hybrid algorithmic approach for medical image compression...
PDF
4 ijaems jun-2015-5-hybrid algorithmic approach for medical image compression...
PDF
Hybrid compression based stationary wavelet transforms
PDF
Satellite Image Resolution Enhancement Technique Using DWT and IWT
PDF
E017263040
PDF
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
PDF
Wavelet-Based Warping Technique for Mobile Devices
PDF
High Speed and Area Efficient 2D DWT Processor Based Image Compression
PDF
Securable image compression using spiht algorithm
PDF
Image compression using embedded zero tree wavelet
PDF
An approach for color image compression of bmp and tiff images using dct and dwt
PDF
Image compression by ezw combining huffman and arithmetic encoder
PDF
Ijetcas14 504
PDF
Vol 13 No 1 - May 2014
PDF
IRJET- Design of Image Resolution Enhancement by using DWT and SWT
PDF
IMAGE AUTHENTICATION THROUGH ZTRANSFORM WITH LOW ENERGY AND BANDWIDTH (IAZT)
PDF
IMAGE AUTHENTICATION THROUGH ZTRANSFORM WITH LOW ENERGY AND BANDWIDTH (IAZT)
Use of Discrete Sine Transform for A Novel Image Denoising Technique
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
Image compression using Hybrid wavelet Transform and their Performance Compa...
4 ijaems jun-2015-5-hybrid algorithmic approach for medical image compression...
4 ijaems jun-2015-5-hybrid algorithmic approach for medical image compression...
Hybrid compression based stationary wavelet transforms
Satellite Image Resolution Enhancement Technique Using DWT and IWT
E017263040
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
Wavelet-Based Warping Technique for Mobile Devices
High Speed and Area Efficient 2D DWT Processor Based Image Compression
Securable image compression using spiht algorithm
Image compression using embedded zero tree wavelet
An approach for color image compression of bmp and tiff images using dct and dwt
Image compression by ezw combining huffman and arithmetic encoder
Ijetcas14 504
Vol 13 No 1 - May 2014
IRJET- Design of Image Resolution Enhancement by using DWT and SWT
IMAGE AUTHENTICATION THROUGH ZTRANSFORM WITH LOW ENERGY AND BANDWIDTH (IAZT)
IMAGE AUTHENTICATION THROUGH ZTRANSFORM WITH LOW ENERGY AND BANDWIDTH (IAZT)
Ad

More from IAEME Publication (20)

PDF
IAEME_Publication_Call_for_Paper_September_2022.pdf
PDF
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
PDF
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
PDF
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
PDF
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
PDF
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
PDF
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
PDF
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
PDF
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
PDF
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
PDF
GANDHI ON NON-VIOLENT POLICE
PDF
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
PDF
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
PDF
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
PDF
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
PDF
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
PDF
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
PDF
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
PDF
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
PDF
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
IAEME_Publication_Call_for_Paper_September_2022.pdf
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
GANDHI ON NON-VIOLENT POLICE
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT

Recently uploaded (20)

PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPTX
sap open course for s4hana steps from ECC to s4
PDF
KodekX | Application Modernization Development
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
Big Data Technologies - Introduction.pptx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Electronic commerce courselecture one. Pdf
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
sap open course for s4hana steps from ECC to s4
KodekX | Application Modernization Development
Programs and apps: productivity, graphics, security and other tools
Dropbox Q2 2025 Financial Results & Investor Presentation
Unlocking AI with Model Context Protocol (MCP)
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Big Data Technologies - Introduction.pptx
The Rise and Fall of 3GPP – Time for a Sabbatical?
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Electronic commerce courselecture one. Pdf
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
MIND Revenue Release Quarter 2 2025 Press Release
How UI/UX Design Impacts User Retention in Mobile Apps.pdf

Image resolution enhancement by using wavelet transform 2

  • 1. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 390 IMAGE RESOLUTION ENHANCEMENT BY USING WAVELET TRANSFORM Ramdas Bagawade1 , Pradeep Patil2 1 Computer Engineering, Vidya Pratishthans College of Engineering, Baramati, India. 2 Information Technology, Vidya Pratishthans College of Engineering, Baramati, India. ABSTRACT NOW day’s resolution of image is an important issue in almost all image and video processing applications like, feature extraction, video resolution enhancement, and satellite image resolution enhancement. Satellite images are used in various applications like geoscientific studies, astronomy, and geographical information systems. In image processing to increase number of pixels in digital image is called as interpolation. There are different traditional image interpolation techniques such as Bilinear Interpolation, Nearest Neighbor Interpolation, Bicubic Interpolation and Lanczos Interpolation etc, but compare to all traditional methods the image resolution enhancement method that use wavelet transform gives better result. Resolution enhancement techniques which are not based on wavelets get affected by the drawback of loosing high-frequency components (i.e. edges), which results in blurred output. But Wavelet transform retains high frequency components. Wavelet transform provides time and frequency representation simultaneously. In this work we are using SWT (Stationary Wavelet Transform) and DWT (Discrete Wavelet Transform) to enhance image resolution and then intermediate subbands of image produced by SWT and DWT are interpolated by using Lanczos interpolation. Finally we combine all subbands by using IDWT (Inverse Discrete Wavelet Transform). Keywords: Discrete Wavelet Transform (DWT), Inverse Discrete Wavelet Transform (IDWT), Peak signal-to-noise ratio (PSNR), Root mean square error (RMSE), Stationary Wavelet Transform (SWT). I. INTRODUCTION SATELLITE images are utilized in many applications such as geoscientific studies, astronomy, and geographical information systems. Resolution of an image is always an important INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), pp. 390-399 © IAEME: www.iaeme.com/ijcet.asp Journal Impact Factor (2013): 6.1302 (Calculated by GISI) www.jifactor.com IJCET © I A E M E
  • 2. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 391 issue in almost all image and video processing applications, such as video resolution enhancement, feature extraction and satellite image resolution enhancement. In image processing to increase number of pixels in digital image is called as interpolation. Interpolation has been widely used for resolution enhancement. Interpolation has been widely used in almost all image processing applications such as multiple description coding, facial reconstruction, and image resolution enhancement. There are four popular interpolation techniques named as nearest neighbor, bilinear, bicubic and Lanczos [1]. Nearest Neighbor result in significant Jaggy Edge distortion. The Bilinear Interpolation result in smoother edges but somewhat blurred appearance overall. Bicubic Interpolation looks best with smooth edges and much less blurring than the bilinear result [2]. The Lanczos interpolation which is nothing but windowed form of a sinc filter is better than other traditional interpolation techniques like nearest neighbor, bilinear, and bicubic interpolation, because of increased ability to detect edges and linear features [1]. Resolution enhancement techniques which not use wavelets get affected by the drawback of loosing high- frequency components, which produce blurred output. But Wavelet Transform retains these high frequency components. Wavelet transform provides time and frequency representation simultaneously. The high frequency subbands obtained by applying SWT on the original input image are then interpolated by Lanczos interpolation to get high frequency subbands in order to get correct estimated coefficients. In this work we are using SWT and DWT to enhance image resolution and the intermediate subbands of image produced by SWT and DWT are interpolated by using Lanczos interpolation. Finally we combine all subbands by using IDWT. We can apply this image resolution enhancement technique in multitemporal image change detection [3], which is nothing but an application of this image resolution enhancement technique. First step in multitemporal image change detection is finding the difference image of satellite image taken at two different time stamps of same geographical area then enhancing same by above resolution enhancement technique, which produce enhanced difference image. Finally we get change detection result by applying k-mean algorithm on enhanced difference image only. II. LITERATURE SURVEY There are four well-known traditional interpolation techniques namely nearest neighbor, bilinear, bicubic and Lanczos. In [4] using bilinear, bicubic method the PSNR values for Lena’s image are 26.34 and 26.86. W. Knox. Carey, Daniel. B. Chuang, and S. S. Hemami in [5] presented the regularity-preserving interpolation technique for image resolution enhancement synthesizes a new wavelet subband based on the known wavelet transform coefficients decay. Which gives PSNR (db) value for Lena’s Image as 31.7 [5]. Xin. Li and Michael. T. Orchard in [6] presented a hybrid approach produced by combining bilinear interpolation and covariance-based adaptive interpolation called New Edge-Directed Interpolation Which gives PSNR(db) value for Lena’s Image as 28.81 [4]. Alptekin. Temizel and Theo. Vlachos in [7] presented technique named “Wavelet domain image resolution enhancement using cycle-spinning and edge modelling ”, which improves PSNR (db) values for Lena’s image up to 29.27 [4]. Hasan. Demirel and Gholamreza. Anbarjafari in [8] presented an approach DT- CWT based image resolution enhancement which gives PSNR (db) value for Lena’s Image as 33.74 [4]. Gholamreza. Anbarjafari and Hasan. Demirel in [9] presented a method named “Image super resolution based on interpolation of wavelet domain high frequency subbands and the spatial domain input image”, which gives PSNR(db) value for Lena’s image up to 34.79 [4]. Hasan. Demirel and Gholamreza. Anbarjafari in [4] presented new method named “Image Resolution Enhancement by Using Discrete and Stationary Wavelet Decomposition”, which give PSNR(db) value for Lena’s image as 34.82 [4].
  • 3. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 392 III. PROPOSED METHOD Input to this technique is the low resolution image of size (m × n). In first step apply SWT and DWT simultaneously on original image. SWT will create four subband images namely LL, LH, HL and HH (of same size as that of input image) also DWT will create four subband images namely LL, LH, HL, and HH (of half size as that of input image). Then in second step apply Lanczos interpolation with factor 2 on LH, HL and HH subbands produced by DWT. Then in step three add LH subband of SWT with LH subband of DWT obtained in second step, add HL subband of SWT with HL subband of DWT obtained in second step and add HH subband of SWT with HH subband of DWT obtained in second step, which produces Enhanced (Estimated) LH, HL and HH respectively. Then in step four apply Lanczos interpolation with factor α/2 on original low resolution image, LH, HL and HH (subbands obtained in step three), give these four images as input to IDWT which produces high resolution image (αm × αn) which is outcome of our system. Fig.1 SWT, DWT and Lanczos Interpolation
  • 4. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 393 A. Discrete Wavelet Transform Fig.2 DWT Apply 1-D discrete wavelet transform (DWT) first along the rows of the image, and then along the columns to produce 2-D decomposition of image [10]. DWT produce four subbands LL (low low), LH (Low High), HL (High Low) and HH (High High).By using these four subbands we can regenerate original image by passing the four subbands to IDWT. DWT produce four subbands of half of original image size while SWT produce four subbands (LL, LH, HL, and HH) of same size as that of original image. …. (1) DWT will be obtained by using formula: …. (2) …. (3)
  • 5. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 394 IDWT will be obtained by using formula: ….. …. ……………. (4) Equations 1, 2, 3 and 4 are referred from [13]. B. Stationary Wavelet Transform The Stationary wavelet transform is a wavelet transform algorithm which is created to remove lack of translation-invariance of discrete wavelet transform (DWT). Translation-invariance is obtained by removing the upsamplers and downsamplers in DWT and also upsampling in the jth level, filter coefficients by factor of 2j−1 of DWT algorithm. The SWT is ambiguous scheme as output of each level of SWT contains same number of samples as that of input, so for decomposition of N levels there is ambiguity of N in the wavelet coefficients. SWT also known as undecimated wavelet transform (is as shown in Fig.3) is similar to that of DWT just the size of subbands produced by SWT is same as that of input image size because it not use downsampling as it is used in DWT. Fig.3 SWT C. Lanczos Interpolation We are using Lanczos interpolation function in two dimensions for this work. We can perform interpolation of a two dimensional image f by using Lanczos filter of order n by using following formula [11]: …. (5) Where (x, y) is nothing but coordinates of the interpolation point and is maximum value integer which is less or equal to the parameter value (i.e. floor operator). Flux is preserved by applying filter weight w as divisor, which can be obtained by following formula [11]: …. (6)
  • 6. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 395 Lanczos interpolation makes use of neighborhood of 2n × 2n nearest pixels in mapped square. As two dimensional Lanczos filter is no separable, so Lanczos interpolation algorithms complexity is O (N×4 n2) [11]. D. Peak to Signal Noise Ratio PSNR can be obtained by using following formula [10]: ………. (7) Where R is the maximum fluctuation in the input image (255 in here as the images are represented by 8 bit, i.e., 8-bit grayscale representation have been used radiometric resolution is 8 bit). When the two images are identical, the MSE will be zero. For this value the PSNR is undefined (see Division by zero). MSE is representing the MSE between the given input image Iin and the original image Iorg which can be obtained by the following formula [10]: …….. …. (8) IV. RESULT AND DISCUSSION This section present the PSNR values of different images obtained by different image resolution enhancement techniques. The application was coded and compiled in the JAVA 1.6. The obtained results might slightly differ for image settings. We used various images for testing. From the obtained results we can conclude that the image resolution enhancement techniques based on wavelet transform gives good result than other. Max PSNR value means good image quality hence this approach can also be used for image resolution enhancement. Fig.4 Satellite Image-II [12], [10]
  • 7. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 396 Fig.5 Input Images [10], [4] Table I: Performance Comparison for Satellite Image-I Technique PSNR (dB) Bilinear [10] 19.07 Bicubic [10] 20.16 WZP [10] 19.26 WZP-CS [10] 21.09 CWT [8] 24.08 DWT SWT Bicubic [10] 24.97 Our Method 46.657948 Table II: Performance Comparison for Baboon Image Technique PSNR (dB) Bilinear [4] 20.51 Bicubic [4] 20.61 WZP [4] 21.47 WZP-CS[4] 21.54 CWT [4] 23.12 Our Method 27.058
  • 8. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 397 Figure 6 Graph-I (for Satellite Image-I) Fig.7 Graph-II (for Baboon’s image) Graph-I is based on PSNR values obtained for satellite image-I using different techniques while graph-II is based on PSNR values obtained for Baboon’s image. In both graph’s we can see that PSNR value using proposed method is greater than any other method. CONCLUSION Table-I Table-II, Fig.6 and Fig.7 shows that the image resolution enhancement using DWT and SWT gives better result than other techniques studied in this work. The Lanczos interpolation which is windowed form of a sinc filter is superior to other traditional interpolation techniques such as nearest neighbor, bilinear, bicubic Interpolation. We use DWT, SWT and Lanczos Interpolation method for resolution enhancement. This approach gives better result in comparison to other method. For Baboon image we get PSNR value 27.0758dB. We conclude that this approach can also be used for image resolution enhancement.
  • 9. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 398 REFERENCES [1] Muhammad Zafar Iqbal, Abdul Ghafoor, and Adil Masood Siddiqui, "Satellite Image Resolution Enhancement Using Dual-Tree Complex Wavelet Transform and Nonlocal Means," IEEE Trans.Geosciences and Remote Sensing Letter,2012. [2] Rafel C. Gonzalez and Richard E. woods and Steven L. Eddins," Digital Image Processing Using MATLAB (Second Edition).” [3] Shutao Li, Leyuan Fang and Haitao Yin, " Multitemporal Image Change Detection Using a Detail Enhancing Approach With Nonsubsampled Contourlet Transform," IEEE Geosciences and Remote Sensing Letter, VOL. 9, NO. 5, pp836-840, SEPTEMBER 2012. [4] Hasan. Demirel and Gholamreza. Anbarjafari, “Image Resolution Enhancement by Using Discrete and Stationary Wavelet Decomposition,” IEEE Trans. IMAGE PROCESSING, VOL. 20, NO. 5, MAY 2011. [5] W. Knox. Carey, Daniel. B. Chuang, and S. S. Hemami, “Regularity Preserving image interpolation,” IEEE Trans. Image Process., vol. 8, no. 9, pp. 1295 - 1297, Sep. 1999. [6] Xin. Li and Michael. T. Orchard, “New edge-directed interpolation,” IEEE Trans. Image Process., vol. 10, no. 10, pp. 1521-1527, Oct. 2001. [7] Alptekin. Temizel and Theo. Vlachos, "Wavelet domain image resolution enhancement using cycle spinning," Electron. Lett. vol. 41, no. 3, pp. 119-121, Feb. 3, 2005. [8] Hasan. Demirel and Gholamreza. Anbarjafari, “Satellite image resolution enhancement using complex wavelet transform," IEEE Geosci. Remote Sens. Lett, vol. 7, no. 1, pp. 123-126, Jan. 2010. [9] Gholamreza. Anbarjafari and Hasan. Demirel, " Image super resolution based on interpolation of wavelet domain high frequency subbands and the spatial domain input image," ETRI J., vol. 32, no. 3, pp. 390-394, Jun. 2010. [10] Hasan. Demirel and Gholamreza. Anbarjafari, “Discrete Wavelet Transform-Based Satellite Image Resolution Enhancement," IEEE Trans. Geosciences and Remote Sensing Letter, VOL. 49, NO. 6, JUNE 2011. [11] http://pixinsight.com/doc/docs/InterpolationAlgorithms/InterpolationAlgorithms.html [12] http://www.satimagingcorp.com/ [13] http://www.whydomath.org/node/wavlets/hwt.html [14] B.V. Santhosh Krishna, AL.Vallikannu, Punithavathy Mohan and E.S.Karthik Kumar, “Satellite Image Classification using Wavelet Transform”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 1, Issue 1, 2010, pp. 117 - 124, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. [15] Darshana Mistry and Asim Banerjee, “Discrete Wavelet Transform using MATLAB”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 2, 2013, pp. 252 - 259, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [16] M. M. Kodabagi, S. A. Angadi and Anuradha. R. Pujari, “Text Region Extraction from Low Resolution Display Board Images using Wavelet Features”, International Journal of Information Technology and Management Information Systems (IJITMIS), Volume 4, Issue 1, 2013, pp. 38 - 49, ISSN Print: 0976 – 6405, ISSN Online: 0976 – 6413. [17] Mane Sameer S. and Dr. Gawade S.S., “Review on Vibration Analysis with Digital Image Processing”, International Journal of Advanced Research in Engineering & Technology (IJARET), Volume 4, Issue 3, 2013, pp. 62 - 67, ISSN Print: 0976-6480, ISSN Online: 0976-6499.
  • 10. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 399 AUTHOR’S PROFILE Ramdas Bagawade1 received the B.E. degree in Computer Engineering from Vidya Pratishtans College of Engineering, Baramati in 2008. He is currently pursuing M.E. Computer from Pune University. Pradeep Patil2 has completed B.E. degree in 1995 from Dr. Babasaheb Ambedkar Marathawada University at Aurangabad. Also completed M.E. Degree in 2005 from Shivaji University Kolhapur. Presently he is working in the Department of Information Technology at VPCOE Baramati as an Assistant Professor.