SlideShare a Scribd company logo
1 of 10
Download to read offline
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

What's hot

Image Resolution Enhancement by using Wavelet Transform
Image Resolution Enhancement  by using Wavelet TransformImage Resolution Enhancement  by using Wavelet Transform
Image Resolution Enhancement by using Wavelet TransformIRJET Journal
 
IRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution EnhancementIRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution EnhancementIRJET Journal
 
An efficient fusion based up sampling technique for restoration of spatially ...
An efficient fusion based up sampling technique for restoration of spatially ...An efficient fusion based up sampling technique for restoration of spatially ...
An efficient fusion based up sampling technique for restoration of spatially ...ijitjournal
 
Single image super resolution with improved wavelet interpolation and iterati...
Single image super resolution with improved wavelet interpolation and iterati...Single image super resolution with improved wavelet interpolation and iterati...
Single image super resolution with improved wavelet interpolation and iterati...iosrjce
 
16 9252 eeem gis based satellite image denoising (edit ari)
16 9252 eeem gis based satellite image denoising (edit ari)16 9252 eeem gis based satellite image denoising (edit ari)
16 9252 eeem gis based satellite image denoising (edit ari)IAESIJEECS
 
IRJET-Underwater Image Enhancement by Wavelet Decomposition using FPGA
IRJET-Underwater Image Enhancement by Wavelet Decomposition using FPGAIRJET-Underwater Image Enhancement by Wavelet Decomposition using FPGA
IRJET-Underwater Image Enhancement by Wavelet Decomposition using FPGAIRJET Journal
 
Performance Evaluation of Quarter Shift Dual Tree Complex Wavelet Transform B...
Performance Evaluation of Quarter Shift Dual Tree Complex Wavelet Transform B...Performance Evaluation of Quarter Shift Dual Tree Complex Wavelet Transform B...
Performance Evaluation of Quarter Shift Dual Tree Complex Wavelet Transform B...IJECEIAES
 
Different Image Fusion Techniques –A Critical Review
Different Image Fusion Techniques –A Critical ReviewDifferent Image Fusion Techniques –A Critical Review
Different Image Fusion Techniques –A Critical ReviewIJMER
 
Hybrid Technique for Image Enhancement
Hybrid Technique for Image EnhancementHybrid Technique for Image Enhancement
Hybrid Technique for Image EnhancementIRJET Journal
 
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet TransformContent Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet TransformIOSR Journals
 
Modified adaptive bilateral filter for image contrast enhancement
Modified adaptive bilateral filter for image contrast enhancementModified adaptive bilateral filter for image contrast enhancement
Modified adaptive bilateral filter for image contrast enhancementeSAT Publishing House
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Wavelet based image fusion
Wavelet based image fusionWavelet based image fusion
Wavelet based image fusionUmed Paliwal
 
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVALEFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVALsipij
 
Gadljicsct955398
Gadljicsct955398Gadljicsct955398
Gadljicsct955398editorgadl
 

What's hot (20)

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

Similar to Image resolution enhancement using wavelet transform and Lanczos interpolation

Use of Discrete Sine Transform for A Novel Image Denoising Technique
Use of Discrete Sine Transform for A Novel Image Denoising TechniqueUse of Discrete Sine Transform for A Novel Image Denoising Technique
Use of Discrete Sine Transform for A Novel Image Denoising TechniqueCSCJournals
 
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...Dr. Amarjeet Singh
 
Image compression using Hybrid wavelet Transform and their Performance Compa...
Image compression using Hybrid wavelet Transform and their  Performance Compa...Image compression using Hybrid wavelet Transform and their  Performance Compa...
Image compression using Hybrid wavelet Transform and their Performance Compa...IJMER
 
4 ijaems jun-2015-5-hybrid algorithmic approach for medical image compression...
4 ijaems jun-2015-5-hybrid algorithmic approach for medical image compression...4 ijaems jun-2015-5-hybrid algorithmic approach for medical image compression...
4 ijaems jun-2015-5-hybrid algorithmic approach for medical image compression...INFOGAIN PUBLICATION
 
4 ijaems jun-2015-5-hybrid algorithmic approach for medical image compression...
4 ijaems jun-2015-5-hybrid algorithmic approach for medical image compression...4 ijaems jun-2015-5-hybrid algorithmic approach for medical image compression...
4 ijaems jun-2015-5-hybrid algorithmic approach for medical image compression...INFOGAIN PUBLICATION
 
Hybrid compression based stationary wavelet transforms
Hybrid compression based stationary wavelet transformsHybrid compression based stationary wavelet transforms
Hybrid compression based stationary wavelet transformsOmar Ghazi
 
Satellite Image Resolution Enhancement Technique Using DWT and IWT
Satellite Image Resolution Enhancement Technique Using DWT and IWTSatellite Image Resolution Enhancement Technique Using DWT and IWT
Satellite Image Resolution Enhancement Technique Using DWT and IWTEditor IJCATR
 
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATIONMULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATIONprj_publication
 
Wavelet-Based Warping Technique for Mobile Devices
Wavelet-Based Warping Technique for Mobile DevicesWavelet-Based Warping Technique for Mobile Devices
Wavelet-Based Warping Technique for Mobile Devicescsandit
 
High Speed and Area Efficient 2D DWT Processor Based Image Compression
High Speed and Area Efficient 2D DWT Processor Based Image CompressionHigh Speed and Area Efficient 2D DWT Processor Based Image Compression
High Speed and Area Efficient 2D DWT Processor Based Image Compressionsipij
 
Securable image compression using spiht algorithm
Securable image compression using spiht algorithmSecurable image compression using spiht algorithm
Securable image compression using spiht algorithmIAEME Publication
 
Image compression using embedded zero tree wavelet
Image compression using embedded zero tree waveletImage compression using embedded zero tree wavelet
Image compression using embedded zero tree waveletsipij
 
An approach for color image compression of bmp and tiff images using dct and dwt
An approach for color image compression of bmp and tiff images using dct and dwtAn approach for color image compression of bmp and tiff images using dct and dwt
An approach for color image compression of bmp and tiff images using dct and dwtIAEME Publication
 
Image compression by ezw combining huffman and arithmetic encoder
Image compression by ezw combining huffman and arithmetic encoderImage compression by ezw combining huffman and arithmetic encoder
Image compression by ezw combining huffman and arithmetic encoderIAEME Publication
 
Vol 13 No 1 - May 2014
Vol 13 No 1 - May 2014Vol 13 No 1 - May 2014
Vol 13 No 1 - May 2014ijcsbi
 
IRJET- Design of Image Resolution Enhancement by using DWT and SWT
IRJET-  	  Design of Image Resolution Enhancement by using DWT and SWTIRJET-  	  Design of Image Resolution Enhancement by using DWT and SWT
IRJET- Design of Image Resolution Enhancement by using DWT and SWTIRJET Journal
 
IMAGE AUTHENTICATION THROUGH ZTRANSFORM WITH LOW ENERGY AND BANDWIDTH (IAZT)
IMAGE AUTHENTICATION THROUGH ZTRANSFORM WITH LOW ENERGY AND BANDWIDTH (IAZT)IMAGE AUTHENTICATION THROUGH ZTRANSFORM WITH LOW ENERGY AND BANDWIDTH (IAZT)
IMAGE AUTHENTICATION THROUGH ZTRANSFORM WITH LOW ENERGY AND BANDWIDTH (IAZT)IJNSA Journal
 
IMAGE AUTHENTICATION THROUGH ZTRANSFORM WITH LOW ENERGY AND BANDWIDTH (IAZT)
IMAGE AUTHENTICATION THROUGH ZTRANSFORM WITH LOW ENERGY AND BANDWIDTH (IAZT)IMAGE AUTHENTICATION THROUGH ZTRANSFORM WITH LOW ENERGY AND BANDWIDTH (IAZT)
IMAGE AUTHENTICATION THROUGH ZTRANSFORM WITH LOW ENERGY AND BANDWIDTH (IAZT)IJNSA Journal
 

Similar to Image resolution enhancement using wavelet transform and Lanczos interpolation (20)

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

More from IAEME Publication

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

More from IAEME Publication (20)

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

Recently uploaded

Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 

Recently uploaded (20)

Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 

Image resolution enhancement using wavelet transform and Lanczos interpolation

  • 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.