SlideShare a Scribd company logo
1 of 4
Download to read offline
Mrs. G. Padma Priya Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 3) February 2016, pp.93-96
www.ijera.com 93|P a g e
Image Resolution Enhancement using DWT and Spatial Domain
Interpolation Technique
Mrs. G. Padma Priya*, Prof. T. Venkateswarlu**
*(Research Scholar, Department of ECE, SVUCE, SV University, Tirupati.)
** (Professor, Department of ECE, SVUCE, SV University, Tirupati.)
ABSTRACT
Image Resolution is one of the important quality metrics of images. Images with high resolution are required in
many fields. In this paper, a new resolution enhancement technique is proposed based on the interpolation of
four sub band images generated by Discrete Wavelet Transform (DWT) and the original Low Resolution (LR)
input image. In this technique, the four sub band images generated by DWT and the input LR image are
interpolated with scaling factor, α and then performed inverse DWT to obtain the intermediate High Resolution
(HR) Image. The difference between the intermediate HR image and the interpolated LR input image is added
to the intermediate HR image to obtain final output HR Image. Lanczos interpolation is used in this technique.
The proposed technique is tested on well known bench mark images. The quantitative and visual results shows
the superiority of the proposed technique over the conventional and state of art image resolution enhancement
techniques in wavelet domain using haar wavelet filter.
Keywords: DWT, Lanczos Interpolation, Resolution.
I. INTRODUCTION
Image Resolution is one of the most important
quality metrics of images and videos. Images with
higher resolution are required in most of the imaging
applications, such as, medical imaging, video
standard conversion, remote sensing and surveillance
video. Resolution of an image stands for number of
pixels in image. Image with more number of pixels
has high resolution. The pixel resolution can be
specified with the set of two positive integer
numbers, where the first number is the number of
pixel columns (width) and the second is the number
of pixel rows (height), for example as 512 x 512. The
most widely used technique for enhancing the image
resolution is Interpolation. Fundamentally,
Interpolation is the process of using known data to
estimate values at unknown locations [1]. In Image
processing, Interpolation is a method to increase the
number of pixels in digital image. Conventional
Interpolation Techniques which are commonly used
are Nearest Neighbor, Bilinear, Bicubic and Lanczos.
Resolution Enhancement techniques which are not
based on wavelets suffer from the drawback of losing
high frequency contents which results in blurring of
the images [2]. Recently some techniques have been
proposed [2]-[7] in wavelet domain for resolution
enhancement. Using Wavelet Transform, spectrum
can be obtained as a function of shift and scale.
Hence, it is suitable for obtaining spatial as well as
spectral resolution enhancement.
By using DWT, a HR Image can be decomposed
into a LR Image and three wavelet detail images with
horizontal, vertical and diagonal edge information at
each scale by applying the 1D - DWT along the rows
of the image first, and then the 1D - DWT along the
column of the image. These four sub band images are
referred to as LL, LH, HL, HH sub bands. The
frequency components of these sub bands cover full
frequency spectrum of the original image. Inverse
DWT is used to obtain the original image using these
four sub bands. The block diagram, representing the
2D – DWT process was given in Fig.1 and the
corresponding output images for single level
decomposition was given in Fig.2.
(a)
(b)
Fig. 1: (a) Single level decomposition of 2D DWT
(b) Single level 2D Inverse DWT.
RESEARCH ARTICLE OPEN ACCESS
Mrs. G. Padma Priya Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 3) February 2016, pp.93-96
www.ijera.com 94|P a g e
Fig. 2: Single level decomposition of lena image.
II. PROPOSED TECHNIQUE
In the proposed technique, the input LR image is
decomposed into four sub band images using DWT
and interpolated with lanczos kernel with scaling
factor, α. Interpolated sub band images of LL, LH,
HL and HH sub band images are represented with
ILL, ILH, IHL and IHH respectively. Intermediate
HR image is obtained by applying inverse DWT,
with the interpolated sub band images ILL, ILH, IHL
and IHH. The intermediate HR image is subtracted
from interpolated input image with scaling factor, α
to obtain the difference image, which is added to the
intermediate HR image to get final output HR image.
The input LR image was generated using two
consecutive decomposition of original HR image
using DWT with haar wavelet. The algorithm of the
proposed technique is followed from Fig.3.
Fig.3: Proposed Image resolution enhancement
technique using DWT and lanczos3 interpolation.
III. PERFORMANCE EVALUATION
CRITERIA AND IMAGE QUALITY
MEASURE
The resolution of the test image used in
evaluation of image interpolation technique is known.
After interpolation this resolution will change. To
evaluate picture quality, the interpolated image will
be compared with the original input image. In these
circumstances input image and interpolated
image cannot be compared because of different
resolutions. Common approach is to start with an
original HR image, generate a lower resolution
version of original image by downscaling, and then
use different interpolation methods to upscale low
resolution image [8]. After that original and
magnified HR images are compared to evaluate
different techniques using different picture quality
measures. Peak Signal to Noise Ratio (PSNR) is used
for comparing different image resolution
enhancement techniques.
PSNR is the ratio between the maximum
possible power of a signal and the power of noise.
PSNR is usually expressed in terms of the
logarithmic decibel scale and they can be expressed
as:
10
2
10log ( )R
MSE
PSNR  (1)
Where
 R is the maximum fluctuation in the input image
(R=255, if images are represented with 8-bit gray
Mrs. G. Padma Priya Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 3) February 2016, pp.93-96
www.ijera.com 95|P a g e
scale representation with radiometric resolution
of 8-bit)
 MSE represents the Mean Square Error between
the given original image, a and interpolated
image, b with size M x N and is given by the
formula
2
, ,
,
( )i j i j
i j
X
a b
MSE
M N



(2)
IV. RESULTS
The proposed technique was implemented using
MATLAB R2014a software. The performance of
proposed technique was compared with bicubic
interpolation technique and wavelet based resolution
enhancement techniques such as wavelet zero
padding (WZP)[3], DASR method with bicubic
interpolation and haar wavelet[5]. The proposed
method gives better performance with lanczos3
interpolation and haar wavelet for unsigned 8 bit
integer images. In Table 1, PSNR is compared for the
existing and proposed method. The results
demonstrate the superiority of the proposed technique
over the above specified techniques with haar
wavelet.
Table1: PSNR (in dB)for images, up scaled from
128x128 to 512x512 with scaling factor of 4.
(a) (b)
(c) (d)
(e) (f)
Fig. 4: Lena image upscaled from 128x128 to
512x512 with scaling factor of 4. (a) Original HR
image (b) Generated input LR image, HR output
image and the difference image from left to right, (c)
and (d) of bicubic method, (e) and (f) of proposed
technique.
(a) (b)
(c) (d)
(e) (f)
Fig. 5: Elaine image upscaled from 128x128 to
512x512 with scaling factor of 4. (a) Original HR
image (b) Generated input LR image, HR output
image and the difference image from left to right, (c)
and (d) of bicubic method, (e) and (f) of proposed
technique.
(a) (b)
Method
Image
PSNR (in dB)
Lena Elaine Baboon
Bicubic 26.86 28.93 20.61
WZP (Haar) [3] 26.67 28.06 21.11
DASR
(bicubic+haar) [5]
27.07 27.94 18.06
DWT & SWT RE[6] 34.82 35.01 23.87
Proposed Method
(lanczos3+haar)
34.87 42.12 24.81
Mrs. G. Padma Priya Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 3) February 2016, pp.93-96
www.ijera.com 96|P a g e
(c) (d)
Fig. 6: Baboon image upscaled from 128x128 to
512x512 with scaling factor of 4. (a) Original HR
image (b) Generated input LR image, (c) HR output
image and (d) The difference image of proposed
technique.
The original HR image (512x512), input LR
image (128x128), output HR image and difference
image obtained by using bicubic and proposed
technique are shown in Fig.4 and Fig.5. The
subjective results show that the proposed method has
less difference when compared with the above
specified methods.
V. CONCLUSION
In this paper, a new technique for image
resolution enhancement using DWT with haar
wavelet and lanczos3 interpolation technique is
presented. Performance evaluation criteria and image
quality measure, PSNR is discussed in this paper.
The PSNR value and visual results demonstrate the
superiority of the proposed technique over DASR
method with haar wavelet and bicubic interpolation.
REFERENCES
[1] R.C. Gonzalez and R.E. Woods, Digital
Image Processing: 3rd
edition, Pearson
Education Inc. ©2008.
[2] M. Z. Iqbal, A. Ghafoor and A. M. Siddiqui.,
“Satellite Image Resolution Enhancement
Using Dual – Tree Complex Wavelet
Transform and Nonlocal Means”, IEEE
Geoscience and remote sensing Letters, Vol.
10, No.3, May. 2013, pp. 451-455.
[3] A. Temizel and T. Vlachos, “Wavelet
Domain Image Resolution Enhancement
Using Cycle Spinning and Edge Modelling”,
13th
European Signal Processing conference,
Sep. 2005, pp.203-205.
[4] H. Demirel and G. Anbarjafari, “Satellite
Image Resolution Enhancement Using
Complex Wavelet Transform”, IEEE
Geoscience and remote sensing Letters, Vol.
7, No.1, Jan. 2010, pp. 123-126.
[5] G. Anbarjafari and H. Demirel, “Image Super
Resolution Based on Interpolation of Wavelet
Domain High Frequency Subbands and the
Spatial Domain Input Image”, ETRI Journal,
Vol. 32, No.3, Jun. 2010, pp. 390-394.
[6] H. Demirel and G. Anbarjafari, “IMAGE
Resolution Enhancement by Using Discrete
and Stationary Wavelet Decomposition”,
IEEE Transactions on Image Processing, Vol.
20, No.5, May 2011, pp. 1458-1460.
[7] H. Demirel and G. Anbarjafari, “Discrete
Wavelet Transform – Based Satellite Image
Resolution Enhancement”, IEEE
Transactions on Geoscience and remote
sensing, Vol. 49, No.6, June 2011, pp. 1997-
2004.
[8] D. Emil, G. Sonja, G. Mislav, “The Use of
Wavelets in Image Interpolation: Possibilities
and Limitations”, RADIOENGINEERING,
Vol. 16, No .4, Dec. 2007, pp. 101-109.

More Related Content

What's hot

Deep-Learning Based Stereo Super-Resolution
Deep-Learning Based Stereo Super-ResolutionDeep-Learning Based Stereo Super-Resolution
Deep-Learning Based Stereo Super-ResolutionNAVER Engineering
 
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET Journal
 
Image Interpolation Techniques in Digital Image Processing: An Overview
Image Interpolation Techniques in Digital Image Processing: An OverviewImage Interpolation Techniques in Digital Image Processing: An Overview
Image Interpolation Techniques in Digital Image Processing: An OverviewIJERA Editor
 
40 9148 satellite image enhancement using dual edit tyas
40 9148 satellite image enhancement using dual edit tyas40 9148 satellite image enhancement using dual edit tyas
40 9148 satellite image enhancement using dual edit tyasIAESIJEECS
 
Satellite Image Enhancement Using Dual Tree Complex Wavelet Transform
Satellite Image Enhancement Using Dual Tree Complex Wavelet TransformSatellite Image Enhancement Using Dual Tree Complex Wavelet Transform
Satellite Image Enhancement Using Dual Tree Complex Wavelet TransformjournalBEEI
 
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...IRJET Journal
 
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
 
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
 
Image resolution enhancement by using wavelet transform 2
Image resolution enhancement by using wavelet transform 2Image resolution enhancement by using wavelet transform 2
Image resolution enhancement by using wavelet transform 2IAEME Publication
 
Satellite image resolution enhancement using multi
Satellite image resolution enhancement using multiSatellite image resolution enhancement using multi
Satellite image resolution enhancement using multieSAT Publishing House
 
Multiple Binary Images Watermarking in Spatial and Frequency Domains
Multiple Binary Images Watermarking in Spatial and Frequency DomainsMultiple Binary Images Watermarking in Spatial and Frequency Domains
Multiple Binary Images Watermarking in Spatial and Frequency Domainssipij
 
Survey on Single image Super Resolution Techniques
Survey on Single image Super Resolution TechniquesSurvey on Single image Super Resolution Techniques
Survey on Single image Super Resolution TechniquesIOSR Journals
 
Survey on Various Image Denoising Techniques
Survey on Various Image Denoising TechniquesSurvey on Various Image Denoising Techniques
Survey on Various Image Denoising TechniquesIRJET Journal
 
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...IRJET Journal
 
Digital image processing - Image Enhancement (MATERIAL)
Digital image processing  - Image Enhancement (MATERIAL)Digital image processing  - Image Enhancement (MATERIAL)
Digital image processing - Image Enhancement (MATERIAL)Mathankumar S
 
Introduction to Image Compression
Introduction to Image CompressionIntroduction to Image Compression
Introduction to Image CompressionKalyan Acharjya
 

What's hot (18)

Deep-Learning Based Stereo Super-Resolution
Deep-Learning Based Stereo Super-ResolutionDeep-Learning Based Stereo Super-Resolution
Deep-Learning Based Stereo Super-Resolution
 
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
 
Image Interpolation Techniques in Digital Image Processing: An Overview
Image Interpolation Techniques in Digital Image Processing: An OverviewImage Interpolation Techniques in Digital Image Processing: An Overview
Image Interpolation Techniques in Digital Image Processing: An Overview
 
40 9148 satellite image enhancement using dual edit tyas
40 9148 satellite image enhancement using dual edit tyas40 9148 satellite image enhancement using dual edit tyas
40 9148 satellite image enhancement using dual edit tyas
 
Ijetr011837
Ijetr011837Ijetr011837
Ijetr011837
 
Satellite Image Enhancement Using Dual Tree Complex Wavelet Transform
Satellite Image Enhancement Using Dual Tree Complex Wavelet TransformSatellite Image Enhancement Using Dual Tree Complex Wavelet Transform
Satellite Image Enhancement Using Dual Tree Complex Wavelet Transform
 
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
 
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...
 
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
 
1873 1878
1873 18781873 1878
1873 1878
 
Image resolution enhancement by using wavelet transform 2
Image resolution enhancement by using wavelet transform 2Image resolution enhancement by using wavelet transform 2
Image resolution enhancement by using wavelet transform 2
 
Satellite image resolution enhancement using multi
Satellite image resolution enhancement using multiSatellite image resolution enhancement using multi
Satellite image resolution enhancement using multi
 
Multiple Binary Images Watermarking in Spatial and Frequency Domains
Multiple Binary Images Watermarking in Spatial and Frequency DomainsMultiple Binary Images Watermarking in Spatial and Frequency Domains
Multiple Binary Images Watermarking in Spatial and Frequency Domains
 
Survey on Single image Super Resolution Techniques
Survey on Single image Super Resolution TechniquesSurvey on Single image Super Resolution Techniques
Survey on Single image Super Resolution Techniques
 
Survey on Various Image Denoising Techniques
Survey on Various Image Denoising TechniquesSurvey on Various Image Denoising Techniques
Survey on Various Image Denoising Techniques
 
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
 
Digital image processing - Image Enhancement (MATERIAL)
Digital image processing  - Image Enhancement (MATERIAL)Digital image processing  - Image Enhancement (MATERIAL)
Digital image processing - Image Enhancement (MATERIAL)
 
Introduction to Image Compression
Introduction to Image CompressionIntroduction to Image Compression
Introduction to Image Compression
 

Similar to Image Resolution Enhancement using DWT and Spatial Domain Interpolation Technique

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
 
A Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesA Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesIRJET Journal
 
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET Journal
 
Interpolation Technique using Non Linear Partial Differential Equation with E...
Interpolation Technique using Non Linear Partial Differential Equation with E...Interpolation Technique using Non Linear Partial Differential Equation with E...
Interpolation Technique using Non Linear Partial Differential Equation with E...CSCJournals
 
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET Journal
 
satellite image enhancement
satellite image enhancementsatellite image enhancement
satellite image enhancementsainiveditha2
 
A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...
A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...
A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...cscpconf
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Editor IJARCET
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Editor IJARCET
 
IRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution EnhancementIRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution EnhancementIRJET Journal
 
Performance analysis of high resolution images using interpolation techniques...
Performance analysis of high resolution images using interpolation techniques...Performance analysis of high resolution images using interpolation techniques...
Performance analysis of high resolution images using interpolation techniques...sipij
 
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
 
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
 
A Trained CNN Based Resolution Enhancement of Digital Images
A Trained CNN Based Resolution Enhancement of Digital ImagesA Trained CNN Based Resolution Enhancement of Digital Images
A Trained CNN Based Resolution Enhancement of Digital ImagesIJMTST Journal
 
IRJET- A Comparative Review of Satellite Image Super Resolution Techniques
IRJET- A Comparative Review of Satellite Image Super Resolution TechniquesIRJET- A Comparative Review of Satellite Image Super Resolution Techniques
IRJET- A Comparative Review of Satellite Image Super Resolution TechniquesIRJET Journal
 
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...Editor IJCATR
 

Similar to Image Resolution Enhancement using DWT and Spatial Domain Interpolation Technique (20)

Dv34745751
Dv34745751Dv34745751
Dv34745751
 
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
 
A Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesA Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement Techniques
 
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
 
Interpolation Technique using Non Linear Partial Differential Equation with E...
Interpolation Technique using Non Linear Partial Differential Equation with E...Interpolation Technique using Non Linear Partial Differential Equation with E...
Interpolation Technique using Non Linear Partial Differential Equation with E...
 
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
 
satellite image enhancement
satellite image enhancementsatellite image enhancement
satellite image enhancement
 
A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...
A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...
A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322
 
IRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution EnhancementIRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution Enhancement
 
W6P3622650776P65
W6P3622650776P65W6P3622650776P65
W6P3622650776P65
 
Performance analysis of high resolution images using interpolation techniques...
Performance analysis of high resolution images using interpolation techniques...Performance analysis of high resolution images using interpolation techniques...
Performance analysis of high resolution images using interpolation techniques...
 
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...
 
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
 
Seminarpaper
SeminarpaperSeminarpaper
Seminarpaper
 
Ik3415621565
Ik3415621565Ik3415621565
Ik3415621565
 
A Trained CNN Based Resolution Enhancement of Digital Images
A Trained CNN Based Resolution Enhancement of Digital ImagesA Trained CNN Based Resolution Enhancement of Digital Images
A Trained CNN Based Resolution Enhancement of Digital Images
 
IRJET- A Comparative Review of Satellite Image Super Resolution Techniques
IRJET- A Comparative Review of Satellite Image Super Resolution TechniquesIRJET- A Comparative Review of Satellite Image Super Resolution Techniques
IRJET- A Comparative Review of Satellite Image Super Resolution Techniques
 
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
 

Recently uploaded

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Image Resolution Enhancement using DWT and Spatial Domain Interpolation Technique

  • 1. Mrs. G. Padma Priya Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 3) February 2016, pp.93-96 www.ijera.com 93|P a g e Image Resolution Enhancement using DWT and Spatial Domain Interpolation Technique Mrs. G. Padma Priya*, Prof. T. Venkateswarlu** *(Research Scholar, Department of ECE, SVUCE, SV University, Tirupati.) ** (Professor, Department of ECE, SVUCE, SV University, Tirupati.) ABSTRACT Image Resolution is one of the important quality metrics of images. Images with high resolution are required in many fields. In this paper, a new resolution enhancement technique is proposed based on the interpolation of four sub band images generated by Discrete Wavelet Transform (DWT) and the original Low Resolution (LR) input image. In this technique, the four sub band images generated by DWT and the input LR image are interpolated with scaling factor, α and then performed inverse DWT to obtain the intermediate High Resolution (HR) Image. The difference between the intermediate HR image and the interpolated LR input image is added to the intermediate HR image to obtain final output HR Image. Lanczos interpolation is used in this technique. The proposed technique is tested on well known bench mark images. The quantitative and visual results shows the superiority of the proposed technique over the conventional and state of art image resolution enhancement techniques in wavelet domain using haar wavelet filter. Keywords: DWT, Lanczos Interpolation, Resolution. I. INTRODUCTION Image Resolution is one of the most important quality metrics of images and videos. Images with higher resolution are required in most of the imaging applications, such as, medical imaging, video standard conversion, remote sensing and surveillance video. Resolution of an image stands for number of pixels in image. Image with more number of pixels has high resolution. The pixel resolution can be specified with the set of two positive integer numbers, where the first number is the number of pixel columns (width) and the second is the number of pixel rows (height), for example as 512 x 512. The most widely used technique for enhancing the image resolution is Interpolation. Fundamentally, Interpolation is the process of using known data to estimate values at unknown locations [1]. In Image processing, Interpolation is a method to increase the number of pixels in digital image. Conventional Interpolation Techniques which are commonly used are Nearest Neighbor, Bilinear, Bicubic and Lanczos. Resolution Enhancement techniques which are not based on wavelets suffer from the drawback of losing high frequency contents which results in blurring of the images [2]. Recently some techniques have been proposed [2]-[7] in wavelet domain for resolution enhancement. Using Wavelet Transform, spectrum can be obtained as a function of shift and scale. Hence, it is suitable for obtaining spatial as well as spectral resolution enhancement. By using DWT, a HR Image can be decomposed into a LR Image and three wavelet detail images with horizontal, vertical and diagonal edge information at each scale by applying the 1D - DWT along the rows of the image first, and then the 1D - DWT along the column of the image. These four sub band images are referred to as LL, LH, HL, HH sub bands. The frequency components of these sub bands cover full frequency spectrum of the original image. Inverse DWT is used to obtain the original image using these four sub bands. The block diagram, representing the 2D – DWT process was given in Fig.1 and the corresponding output images for single level decomposition was given in Fig.2. (a) (b) Fig. 1: (a) Single level decomposition of 2D DWT (b) Single level 2D Inverse DWT. RESEARCH ARTICLE OPEN ACCESS
  • 2. Mrs. G. Padma Priya Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 3) February 2016, pp.93-96 www.ijera.com 94|P a g e Fig. 2: Single level decomposition of lena image. II. PROPOSED TECHNIQUE In the proposed technique, the input LR image is decomposed into four sub band images using DWT and interpolated with lanczos kernel with scaling factor, α. Interpolated sub band images of LL, LH, HL and HH sub band images are represented with ILL, ILH, IHL and IHH respectively. Intermediate HR image is obtained by applying inverse DWT, with the interpolated sub band images ILL, ILH, IHL and IHH. The intermediate HR image is subtracted from interpolated input image with scaling factor, α to obtain the difference image, which is added to the intermediate HR image to get final output HR image. The input LR image was generated using two consecutive decomposition of original HR image using DWT with haar wavelet. The algorithm of the proposed technique is followed from Fig.3. Fig.3: Proposed Image resolution enhancement technique using DWT and lanczos3 interpolation. III. PERFORMANCE EVALUATION CRITERIA AND IMAGE QUALITY MEASURE The resolution of the test image used in evaluation of image interpolation technique is known. After interpolation this resolution will change. To evaluate picture quality, the interpolated image will be compared with the original input image. In these circumstances input image and interpolated image cannot be compared because of different resolutions. Common approach is to start with an original HR image, generate a lower resolution version of original image by downscaling, and then use different interpolation methods to upscale low resolution image [8]. After that original and magnified HR images are compared to evaluate different techniques using different picture quality measures. Peak Signal to Noise Ratio (PSNR) is used for comparing different image resolution enhancement techniques. PSNR is the ratio between the maximum possible power of a signal and the power of noise. PSNR is usually expressed in terms of the logarithmic decibel scale and they can be expressed as: 10 2 10log ( )R MSE PSNR  (1) Where  R is the maximum fluctuation in the input image (R=255, if images are represented with 8-bit gray
  • 3. Mrs. G. Padma Priya Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 3) February 2016, pp.93-96 www.ijera.com 95|P a g e scale representation with radiometric resolution of 8-bit)  MSE represents the Mean Square Error between the given original image, a and interpolated image, b with size M x N and is given by the formula 2 , , , ( )i j i j i j X a b MSE M N    (2) IV. RESULTS The proposed technique was implemented using MATLAB R2014a software. The performance of proposed technique was compared with bicubic interpolation technique and wavelet based resolution enhancement techniques such as wavelet zero padding (WZP)[3], DASR method with bicubic interpolation and haar wavelet[5]. The proposed method gives better performance with lanczos3 interpolation and haar wavelet for unsigned 8 bit integer images. In Table 1, PSNR is compared for the existing and proposed method. The results demonstrate the superiority of the proposed technique over the above specified techniques with haar wavelet. Table1: PSNR (in dB)for images, up scaled from 128x128 to 512x512 with scaling factor of 4. (a) (b) (c) (d) (e) (f) Fig. 4: Lena image upscaled from 128x128 to 512x512 with scaling factor of 4. (a) Original HR image (b) Generated input LR image, HR output image and the difference image from left to right, (c) and (d) of bicubic method, (e) and (f) of proposed technique. (a) (b) (c) (d) (e) (f) Fig. 5: Elaine image upscaled from 128x128 to 512x512 with scaling factor of 4. (a) Original HR image (b) Generated input LR image, HR output image and the difference image from left to right, (c) and (d) of bicubic method, (e) and (f) of proposed technique. (a) (b) Method Image PSNR (in dB) Lena Elaine Baboon Bicubic 26.86 28.93 20.61 WZP (Haar) [3] 26.67 28.06 21.11 DASR (bicubic+haar) [5] 27.07 27.94 18.06 DWT & SWT RE[6] 34.82 35.01 23.87 Proposed Method (lanczos3+haar) 34.87 42.12 24.81
  • 4. Mrs. G. Padma Priya Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 3) February 2016, pp.93-96 www.ijera.com 96|P a g e (c) (d) Fig. 6: Baboon image upscaled from 128x128 to 512x512 with scaling factor of 4. (a) Original HR image (b) Generated input LR image, (c) HR output image and (d) The difference image of proposed technique. The original HR image (512x512), input LR image (128x128), output HR image and difference image obtained by using bicubic and proposed technique are shown in Fig.4 and Fig.5. The subjective results show that the proposed method has less difference when compared with the above specified methods. V. CONCLUSION In this paper, a new technique for image resolution enhancement using DWT with haar wavelet and lanczos3 interpolation technique is presented. Performance evaluation criteria and image quality measure, PSNR is discussed in this paper. The PSNR value and visual results demonstrate the superiority of the proposed technique over DASR method with haar wavelet and bicubic interpolation. REFERENCES [1] R.C. Gonzalez and R.E. Woods, Digital Image Processing: 3rd edition, Pearson Education Inc. ©2008. [2] M. Z. Iqbal, A. Ghafoor and A. M. Siddiqui., “Satellite Image Resolution Enhancement Using Dual – Tree Complex Wavelet Transform and Nonlocal Means”, IEEE Geoscience and remote sensing Letters, Vol. 10, No.3, May. 2013, pp. 451-455. [3] A. Temizel and T. Vlachos, “Wavelet Domain Image Resolution Enhancement Using Cycle Spinning and Edge Modelling”, 13th European Signal Processing conference, Sep. 2005, pp.203-205. [4] H. Demirel and G. Anbarjafari, “Satellite Image Resolution Enhancement Using Complex Wavelet Transform”, IEEE Geoscience and remote sensing Letters, Vol. 7, No.1, Jan. 2010, pp. 123-126. [5] G. Anbarjafari and H. Demirel, “Image Super Resolution Based on Interpolation of Wavelet Domain High Frequency Subbands and the Spatial Domain Input Image”, ETRI Journal, Vol. 32, No.3, Jun. 2010, pp. 390-394. [6] H. Demirel and G. Anbarjafari, “IMAGE Resolution Enhancement by Using Discrete and Stationary Wavelet Decomposition”, IEEE Transactions on Image Processing, Vol. 20, No.5, May 2011, pp. 1458-1460. [7] H. Demirel and G. Anbarjafari, “Discrete Wavelet Transform – Based Satellite Image Resolution Enhancement”, IEEE Transactions on Geoscience and remote sensing, Vol. 49, No.6, June 2011, pp. 1997- 2004. [8] D. Emil, G. Sonja, G. Mislav, “The Use of Wavelets in Image Interpolation: Possibilities and Limitations”, RADIOENGINEERING, Vol. 16, No .4, Dec. 2007, pp. 101-109.