SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Engineering and Technical Research (IJETR)
ISSN: 2321-0869, Volume-1, Issue-8, October 2013
68 www.erpublication.org

Abstract— I m a g e s are being used i n many fields
of research. One of the major issues of images is their
resolution. In this paper we are studying different image
resolution enhancement techniques that use Wavelet
Transform (WT).
Basis functions of the WT are small waves located in
different times. They are obtained using scaling and
translation of a scaling function and wavelet function
Therefore, the WT is localized in both time and frequency. In
this paper we are comparing different image resolution
enhancement techniques those using Wavelet Transform.
Index Terms— Image Interpolation, Peak signal-to-noise
ratio (PSNR), Wavelet Zero Padding (WZP), Cycle Spanning
(CS), Dual-Tree Complex Wavelet Transform (DT-CWT),
Discrete Wavelet Transform (DWT), Stationary Wavelet
Transform (SWT).
I. INTRODUCTION
Resolution has been frequently referred as an important
property of an image. Images are being processed in order to
obtain super enhanced resolution. One of the commonly
used techniques for image resolution enhancement is
Interpolation. Interpolation has been widely used in many
image processing applications. Interpolation in image
processing is a method to increase the number of pixels in a
digital image. Traditionally there are three techniques for
image interpolation namely Linear, Nearest Neighbor and
Bicubic. Nearest Neighbor result in significant ―Jaggy‖
edge distortion [1]. The Bilinear Interpolation result in
smoother edges but somewhat blurred appearance overall
[1]. Bicubic Interpolation look’s best with smooth edges and
much less blurring than the bilinear result [1].
By applying the 1-D discrete wavelet transform (DWT)
along the rows of the image first, and then along the columns
to produce 2-D decomposition of image[8]. DWT produce
four subbands low-low(LL), low- high(LH),
high-low(HL)and high-high(HH).By using these four
subands we can regenerate original image[8]. Theoretically,
a filter bank shown in Fig. 1 should work on the image in
order to generate different subband frequency images.
Manuscript received October 15, 2013.
Sreeja K S, currently doing M-Tech in Electronics with specialization in
Signal Processing in Govt.College of Engineering Cherthala under Cochin
University of Science and Technology,Kerala,India
Prasanth C.R, currently pursing Mtech in Digital signal processing from
Govt. Engg college cherthala under Cochin University of science and
technology
Fig 1. Block diagram of DWT Filter Banks of level 1
[8]
II. REGULARITY-PRESERVING IMAGE
INTERPOLATION
Traditional interpolation methods work in the time domain.
As stated in [2], the regularity-preserving interpolation
technique synthesizes a new wavelet subband based on the
known wavelet transform coefficients decay. The lowpass
output of a wavelet analysis stage can be considered as the
image to be interpolated. The original image can given as
input to a single wavelet synthesis stage along with the
corresponding high frequency subbands to produce an
image interpolated by a factor of two in both directions. The
creation of unknown high-frequency subbands is necessary
in the regularity-preserving interpolation strategy. Two-step
process is carried out to obtain the unknown high-frequency
subbands separably. In First step, in each row edges with
significant correlation across scales are identified.
Then near these edges the rate of decay of the wavelet
coefficients is extrapolated to approximate the high-
frequency subband required to resynthesize a row of twice
the original size. In second step, the same procedure as in
first step is then applied to each column of the row-
interpolated image. Block diagram of interpolation system
for 1-D row and column signals is shown in Fig. 2.
Wavelet Transform Techniques for Image
Resolution Enhancement
Prasanth C.R, Sreeja K.S
Wavelet Transform Techniques for Image Resolution Enhancement
69 www.erpublication.org
Fig 2. Block diagram of interpolation system for 1-D row and column
signals[2].
III. NEW EDGE-DIRECTED INTERPOLATION
A hybrid approach produced by combining bilinear
interpolation and covariance-based adaptive interpolation is
used in [3] to reduce the overall computational complexity.
Traditional linear interpolation schemes (e.g., bilinear and
bicubic) based on space-invariant models are not able to
capture the fast evolving statistics around edges and
consequently produce interpolated images with blurred edges
and annoying artifacts. Linear interpolation is good due to it’s
computational simplicity but not good due to it’s the
performance issue. Geometric regularity is very much
important for the visual quality of a natural image such as the
sharpness of edges and the freedom from artifacts. Without
the loss of generality, Xin Li & Michael T. Orchard
assume that the low-resolution image X i , j of size H  W
directly comes from of size of 2H2W, i.e. Y2i ,2 j  X
i, j .
They use the following basic problem to introduce their new
interpolation technique: How do they interpolate the
interlacing lattice Y2i1,2 j1 from the lattice
Y2i ,2 j  Xi, j .They constrain their selves to the fourth-
order linear interpolation.
The above equation is core part of this algorithm
invented in [3]. In order to manage the computational
complexity, they used the following hybrid approach:
covariance-based adaptive interpolation is only applied to
edge pixels (pixels near an edge); for nonedge pixels
(pixels in smooth regions), they still use simple bilinear
interpolation. Such a hybrid approach is based on the
observation that only edge pixels benefit from the
covariance-based adaptation and edge pixels often consist of
a small fraction of the whole image. A pixel is
considered as an edge pixel if an activity measure (e.g., the
local variance estimated from the nearest four neighbors) is
above a preselected threshold value . Since the computation
of the activity measure is typically negligible when
compared to that of covariance estimation, dramatic
reduction of complexity can be achieved for images
containing a small fraction of edge pixels. Xin Li &
Michael T. Orchard in [3] have found that the percentage of
edge pixels ranges from 5% to 15% for the test images used
in their experiments, which implies a speed-up factor of 7–
20 [3].
IV. WZP-CSBASED IMAGE RESOLUTION
ENHANCEMENT
As stated in[4],[8] this algorithm consists of two main steps
as follows: Step 1) an initial approximation to the unknown
high resolution image is generated using wavelet domain zero
padding (WZP).Step 2) The cycle-spinning methodology is
adopted to operate the following tasks:
i) Using high resolution image in part (1) a number of low
resolution images are generated by spatial shifting, wavelet
transforming, and discarding the high frequency subbands.
ii)N high resolution images are obtained by applying the
WZP processing to all those low resolution images.
iii)The final high resolution image is reconstructed by re-
aligning and averaging these intermediated high resolution
images. Fig. 3 shows the block diagram of the WZP- and
CS-based image super resolution[4].
Fig3. Block Diagram of the WZP-and-CS-based image Resolution
Enhancement [4].
V. DT-CWTBASED IMAGE RESOLUTION
ENHANCEMENT
In this technique, as stated in [5],[8] dual-tree CWT
(DT-CWT) is used to decompose an input image into
different subband images. DT- CWT is used to decompose
an input low-resolution image into different subbands.
Then, the high-frequency subband images and the input
image are interpolated, followed by combining all these
images to generate a new high-resolution image by using
inverse DT-CWT. The resolution enhancement is achieved
by using directional selectivity provided by the CWT,
where the high-frequency subbands in six different
directions contribute to the sharpness of the high-frequency
details, such as edges. Fig. 4 shows details of this
technique, where the enlargement factor through the
resolution enhancement is α.
Fig4. Block Diagram of DT-CWT Based Image Resolution
Enhancement [5]
The dual-tree complex wavelet transform (CWT) is
a relatively recent enhancement to the discrete wavelet
transform (DWT), with important additional properties: It is
nearly shift invariant and directionally selective in two and
higher dimensions. It achieves this with a redundancy factor
of only 2d for d-dimensional
International Journal of Engineering and Technical Research (IJETR)
ISSN: 2321-0869, Volume-1, Issue-8, October 2013
70 www.erpublication.org
signals, which is substantially lower than the undecimated
DWT. The multidimensional (M-D) dual-tree CWT is
nonseparable but is based on a computationally efficient,
separable filter bank (FB).A method for image resolution
enhancement from a single LR image using the dual-tree
complex wavelet. The rough estimate of the HR image is
decomposed to estimate the complex-valued high-pass
wavelet coefficients for the input LR image. The estimated
complex wavelet coefficients are used, together with the input
LR image, to reconstruct the resultant HR image by
employing IDT-CWT.Image resolution enhancement is a
usable preprocess for many satellite image processing
applications.
Image resolution enhancement is a usable preprocess
for many satellite image processing applications, such as
vehicle recognition, bridge recognition, and building
recognition to name a few. Image resolution enhancement
techniques can be categorized into two major classes
according to the domain that they are applied in: 1) image
domain and 2) transform domain. The techniques in the image
domain use the statistical and geometric data directly
extracted from the input image itself while transform-domain
techniques use transformations such as decimated discrete
wavelet transform (DWT) to achieve the image resolution
enhancement. The decimated DWT has been widely used for
performing image resolution enhancement. A common
assumption of DWT-based image resolution enhancement is
that the low-resolution (LR) image is the low-pass-filtered
subband of the wavelet-transformed high-resolution (HR)
image. This type of approach requires the estimation of
wavelet coefficients in sub bands containing high-pass spatial
frequency information in order to estimate the HR image from
the LR image.
In order to estimate the high-pass spatial frequency
information, many different approaches have been
introduced.The high-pass coefficients with significant
magnitudes are estimated as the evolution of the wavelet
coefficients among the scales. The performance is mainly
affected from the fact that the signs of the estimated
coefficients are copied directly from parent coefficients
without any attempt being made to estimate the actual signs.
This is contradictory to the fact that there is very little
correlation between the signs of the parent coefficients and
their descendants. As a result, the signs of the coefficients
estimated using extreme evolution techniques cannot be relied
upon. A hidden Markov tree (HMT)-based method models
the unknown wavelet coefficients as belonging to mixed
Gaussian distributions which are symmetrical about the zero
mean. HMT models are used to determine the most probable
state for the coefficients to be estimated. The performance
also suffers mainly from the sign changes between the scales.
The decimated DWT is not shift invariant, and as a result,
suppression of wavelet coefficients introduces artifacts into
the image which manifest as ringing in the neighborhood of
discontinuities. In order to combat this drawback in
DWTbased image resolution enhancement, a cycle-spinning
methodology was adopted. The perceptual and objective
quality of the resolution-enhanced images by their method
compares favorably with that in recent methods in the field. A
dual-tree complex wavelet transform (DT-CWT) is
introduced to alleviate the drawbacks caused by the
decimated DWT . It is shift invariant and has improved
directional resolution when compared with that of the
decimated DWT. Such features make it suitable for image
resolution enhancement. In this letter, a complex
wavelet-domain image resolution enhancement algorithm
based on the estimation of wavelet coefficients at HR scales is
proposed. The initial estimate of the HR image is constructed
by applying a cycle-spinning methodology in the DT-CWT
domain. It is then decomposed using the one-level DT-CWT
to create a set of high-pass coefficients at the same spatial
resolution of the LR image. The high-pass coefficients,
together with the LR image, are used to reconstruct the HR
image using inverse DT-CWT (IDT-CWT).
The DT-CWT is a combination of two real-valued
decimated DWTs. The ordinary decimated DWT is shift
variant due to the decimation operation exploited in the
transform. As a result, a small shift in the input signal can
result in a very different set of wavelet coefficients. For that,
Kingsbury introduced a new kind of wavelet transform, called
the DT-CWT which exhibits shift-invariant property and
improves directional resolution when compared with that of
the decimated DWT.
The DT-CWT also yields perfect reconstruction by using two
parallel decimated trees with real-valued coefficients
generated at each tree. The 1-D DT-CWT decomposes the
input signal f(x) by expressing it in terms of a complex shifted
and dilated mother wavelet Ψ(x) and a scaling function Φ(x),
i.e.,
where Z is the set of natural numbers, j and l refer to the index
of shifts and dilations, respectively, sj0,l is the scaling
coefficient, and cj,l is the complex wavelet coefficient with
Φj0,l(x) = Φrj 0,l(x) + √ −1Φi j0,l(x) and Ψj,l(x) = Ψr √ j,l(x)
+ −1Ψi j,l(x), where the superscripts r and i denote the real
and imaginary parts, respectively. In the 1-D DT-CWT case,
the set {Φrj 0,l,Φi j0,l,Ψrj 0,l,Ψi j0,l
} forms a tight wavelet frame with double redundancy. The
real and imaginary parts of the 1-D DT-CWT are computed
using separate filter banks with filters h0 and h1 for the real
part and g0 and g1 for the imaginary part. Similar to the 1-D
DT-CWT, the 2-D DT-CWT decomposes a 2-D image f(x, y)
through a series of dilations and translations of a complex
scaling function and six complex wavelet functions Ψθ j,l,
METHOD
Let us consider the unknown 2H × 2W HR image
XH and the known H ×W LR image XL. The aim of the
enhancement is to generate an estimated HR image ˆXH of the
unknown HR image XH using the known LR image XL. Let
us further assume that the one-level DT-CWT decomposition
of a 2H × 2W image X results in a matrix of DT-CWT(X) =
[LPX HPX], and the IDT-CWT of [LPX HPX] reconstructs
the signal X perfectly, i.e., IDT-CWT([LPX HPX]) = X. LPX
is a matrix of size H ×W which is the complex-valued
low-pass subband resulting
from the one-level DT-CWT decomposition of image X, and
HPX is a matrix of size H ×W × 6 which is the collection of all
six complex-valued high-pass subbands resulting from the
one-level DT-CWT decomposition of image X.
For a given LR image XL, the proposed resolution
enhancement method is made up of the following four main
Wavelet Transform Techniques for Image Resolution Enhancement
71 www.erpublication.org
steps: 1) Generate the initial estimate (Y) of the HR image; 2)
decompose Y using one-level DT-CWT to create a low and
high-pass matrix structure [LPY HPY]; 3) formulate a matrix
structure [XL HPY] using [LPY HPY] and the input LR
image XL; and 4) generate the HR image by employing the
IDT-CWT on [XL HPY]. The first step employs the
cycle-spinning algorithm in the DT-CWT domain to create an
initial estimate of the unknown HR image.
The second step is the estimation of the high-pass
coefficients for the input LR signal XL. The initial estimate Y
is decomposed using the one-level DT-CWT to create one
complex valued low-pass sub band and six complex-valued
high-passsubbands with the same spatial resolution as that of
XL, i.e.,
DT-CWT(Y) = [LPY HPY].
In the final step, the input LR image, together with
the complex-valued high-pass sub bands HPY extracted from
the one-level DT-CWT decomposition of Y, is used to create
the HR image by employing IDT-CWT, i.e.,
The dual-tree CWT is a valuable enhancement of the
traditional real wavelet transform that is nearly shift invariant
and, in higher dimensions, directionally selective. Since the
real and imaginary parts of the dual-tree CWT are, in fact,
conventional real wavelet transforms, the CWT benefits from
the vast theoretical, practical, and computational resources
that have been developed for the standard DWT. A method
for image resolution enhancement from a single LR image
using the dual-tree complex wavelet. The initial rough
estimate of the HR image is decomposed to estimate the
complex-valued high-pass wavelet coefficients for the input
LR image. The estimated complex wavelet coefficients are
used, together with the input LR image, to reconstruct the
resultant HR image by employing IDT-CWT.Thus image
resolution enhancement can be effectively achieved by using
dual-tree CWT.
VI. IMAGE SUPERRESOLUTIONBASEDON
INTERPOLATION OFWAVELETDOMAINHIGH
FREQUENCYSUBBANDSANDTHESPATIAL DOMAIN
INPUT IMAGE[6]
High-frequency components(i.e. the edges) are main loss
of an image after being super-resolved by applying
interpolation. This loss occur due to the smoothing caused
by interpolation. To increase quality of the super-resolved
image, preserving the edges is essential. In [6] work by
Hasan Demirel and Gholamreza Anbarjafari, DWT has
been employed in order to preserve the high-frequency
components of the image. DASR technique uses DWT to
decompose an image into different subband images;
namely, low-low (LL), low-high (LH), high-low (HL), and
high-high (HH).
These subband images contain the high-frequency
components of the input image. In the DASR technique, the
interpolation is applied to high-frequency subband images.
This technique interpolates the input image as well as the
high-frequency subband images obtained through the DWT
process. IDWT of the interpolated subband images and the
input image produce the final high-resolution output
image. In the DASR technique, the employed interpolation
method is the same for all subband and the input images.
The interpolation technique and the wavelet function are
two important factors in determining the quality of the
super-resolved images. To measure quality of image PSNR
value is used.
FIG 5. BLOCK DIAGRAM OF IMAGE SUPER RESOLUTION BASED
ON INTERPOLATION OF WAVELET DOMAIN HIGH FREQUENCY
SUBBANDS AND THE SPATIAL DOMAIN INPUT IMAGE[6]
VII. IMAGE RESOLUTION ENHANCEMENT METHOD
USING SWT AND DWT[7]
The main loss in image resolution enhancement by using
interpolation is on its high frequency components (i.e.,
edges), which is due to the smoothing caused by interpolation.
Edges plays very important role in image. To increase the
quality of the super resolved image, it is essential to preserve
all the edges in image. In [7] work, DWT has been employed
in order to preserve the high frequency components of the
image(i.e. edges). The redundancy and shift invariance of the
DWT mean that DWT coefficients are inherently
interpolable.In this correspondence, one level DWT (with
Daubechies 9/7 as wavelet function) is used to decompose an
input image into different sub band images. Three high
frequency subbands (LH, HL, and HH) contain the high
frequency components of the input image(i.e. edges). In this
technique, bicubic interpolation with enlargement factor of 2
is applied to high frequency subband images. Information loss
occur due to downsampling in each of the DWT sub bands
caused in the respective sub bands. That is why SWT
(Stationary Wavelet Transform) is used to minimize this loss.
The SWT is an inherently redundant scheme as the
output of each level of SWT contains the same number of
samples as the input – so for a decomposition of N levels
there is a redundancy of N in the wavelet coefficients. The
interpolated high frequency subbands and the SWT high
frequency subbands have the same size which means they
can be added with each other. The new corrected high
frequency subbands can be interpolated further for higher
enlargement. Also it is known that in the wavelet domain,
lowpass filtering of the high resolution image produce the
low resolution image. In other words, low frequency
subband is the low resolution of the original image.
Therefore, instead of using low frequency subband, which
International Journal of Engineering and Technical Research (IJETR)
ISSN: 2321-0869, Volume-1, Issue-8, October 2013
72 www.erpublication.org
contains less information than the original high resolution
image, Hasan Demirel and Gholamreza Anbarjafari [7] are
using the input image for the interpolation of low frequency
subband image. The quality of the super resolved image
increases using input image instead of low frequency
subband. Fig. 6 illustrates the block diagram of the used
image resolution enhancement technique.
By interpolating input image by 3, and high frequency
subbands by 2 and in the intermediate and final
interpolation stages respectively, and then by applying
IDWT, as illustrated in Fig. 6, the output image will
contain sharper edges than the interpolated image obtained
by interpolation of the input image directly. This is due to the
fact that, the interpolation of isolated high frequency
components in high frequency subbands and using the
corrections obtained by adding high frequency subbands of
SWT of the input image, will preserve more high frequency
components after the interpolation than interpolating input
image directly.
Fig 6. Block diagram of image resolution enhancement method using
SWT and DWT [7].
VIII. EXAMPLES AND DISCUSSION
These results are obtained by Hasan Demirel and
Gholamreza Anbarjafari as shown in table I from [7].
PSNR and Entropy values are used to measure the quality of
an image. Peak signal-to-noise ratio (PSNR) and root mean
square error (RMSE) have been implemented in order to
obtain some quantitative results for comparison.
PSNR can be obtained by using the following formula :
PSNR=10 log R2
/MSE
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).
MSE=Iavg(i,j)-I—(I,j)/(M*N)
Where M and N are the size of the images. When the two
images are identical, the MSE will be zero.Clearly RMSE is
the square root of MSE, hence it is given by
RMSE=√MSE
And image entropy is a quantity which is used to describe
the ‘business’ of an image. , i.e. the amount of information
which must be coded for by a compression algorithm.
Image entropy is calculated with the formula
ENTROPY=-∑PI Log2PI
In the above expression, Pi is the probability that the
difference between two adjacent pixels is equal to i, and
Log 2 is the base 2 logarithms
TABLE I
PSNR (DB) VALUES FOR DIFFERENT RESOLUTION
ENHANCEMENT TECHNIQUES FROM 128x128 TO 512x5
IX. CONCLUSION
Different image resolution enhancement techniques in
wavelet domain are discussed in this paper.WZP , is a simple
method we can approach for image resolution
enhancement.But efficiency is poor compared to other
methods. The DTCWT,DWT,SWT methods gives better
image resolution enhancement results.It is cleared from table I
values that the image resolution enhancement method using
DWT & SWT is giving far better result than any other
technique studied in this paper.
APPLICATIONS
The image resolution enhancement techniques
Wavelet Transform Techniques for Image Resolution Enhancement
73 www.erpublication.org
discussed in this paper can be apply to noisy images and
is mainly applicable to low resolution images.
REFERENCES
[1] Digital Image Processing Using MATLAB (Second Edition) by
Rafel C. Gonzalez and Richard E. woods and Steven L. Eddins.
[2] 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.
[3] Xin. Li and Michael. T. Orchard, ―New edge-directed interpolation,‖
IEEE Trans. Image Process., vol. 10, no. 10, pp. 1521–1527, Oct. 2001.
[4] 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.
[5] 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.
[6] 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.
[7] Hasan. Demirel and Gholamreza. Anbarjafari, ―IMAGE Resolution
Enhancement by Using Discrete and Stationary Wavelet Decomposition,‖
IEEE IMAGE PROCESSING, VOL. 20, NO. 5, MAY 2011..
[8] Hasan. Demirel and Gholamreza. Anbarjafari, ―Discrete Wavelet
Transform-Based Satellite Image Resolution Enhancement,‖ IEEE
Geosciences and Remote Sensing Letter, VOL. 49, NO. 6, JUNE
2011.Brown, L. D., Hua, H., and Gao, C. 2003. A widget
[9] Dual Tree Complex wavelet Transforms- Ivan W. Selesnick, Richard
G. Baraniuk, and Nick G. Kingsbury
[10] Image Resolution Enhancement using Dual Tree Complex Wavelet
Transforms- Turgay Celik and Tardi Tjahjadi
Sreeja K S received the B- tech degree from Rajagiri
School of Engineering and Technology under
Mahatma Gandhi University,Kochi,Kerala,India.She
is currently doing M-Tech in Electronics with
specialization in Signal Processing in Govt.College of
Engineering Cherthala under Cochin University of
Science and Technology,Kerala,India
Prasanth C.R Received Diploma in Electronics and
Instrumentation from govt. Polytechnic cherthala (first class with
distinction, third rank and gold medallist). He passed Btech in
Electronics and Communication Engg from M.G university kerala,
india.He currently pursing Mtech in Digital signal processing from Govt.
Engg college cherthala under Cochin University of science and
technology

More Related Content

What's hot

IRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCT
IRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCTIRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCT
IRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCTIRJET Journal
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
Gadljicsct955398
Gadljicsct955398Gadljicsct955398
Gadljicsct955398editorgadl
 
4.Do& Martion- Contourlet transform (Backup side-4)
4.Do& Martion- Contourlet transform (Backup side-4)4.Do& Martion- Contourlet transform (Backup side-4)
4.Do& Martion- Contourlet transform (Backup side-4)Nashid Alam
 
Wavelet based image fusion
Wavelet based image fusionWavelet based image fusion
Wavelet based image fusionUmed Paliwal
 
Adaptive lifting based image compression scheme using interactive artificial ...
Adaptive lifting based image compression scheme using interactive artificial ...Adaptive lifting based image compression scheme using interactive artificial ...
Adaptive lifting based image compression scheme using interactive artificial ...csandit
 
Contourlet Transform Based Method For Medical Image Denoising
Contourlet Transform Based Method For Medical Image DenoisingContourlet Transform Based Method For Medical Image Denoising
Contourlet Transform Based Method For Medical Image DenoisingCSCJournals
 
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
 
A Novel Algorithm for Watermarking and Image Encryption
A Novel Algorithm for Watermarking and Image Encryption A Novel Algorithm for Watermarking and Image Encryption
A Novel Algorithm for Watermarking and Image Encryption cscpconf
 
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
 
0 nidhi sethi_finalpaper--1-5
0 nidhi sethi_finalpaper--1-50 nidhi sethi_finalpaper--1-5
0 nidhi sethi_finalpaper--1-5Alexander Decker
 

What's hot (20)

IRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCT
IRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCTIRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCT
IRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCT
 
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
 
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...
 
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
 
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
 
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
 
G0443640
G0443640G0443640
G0443640
 
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...
 
Image Fusion
Image FusionImage Fusion
Image Fusion
 
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)
 
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
 
Gadljicsct955398
Gadljicsct955398Gadljicsct955398
Gadljicsct955398
 
4.Do& Martion- Contourlet transform (Backup side-4)
4.Do& Martion- Contourlet transform (Backup side-4)4.Do& Martion- Contourlet transform (Backup side-4)
4.Do& Martion- Contourlet transform (Backup side-4)
 
Wavelet based image fusion
Wavelet based image fusionWavelet based image fusion
Wavelet based image fusion
 
Adaptive lifting based image compression scheme using interactive artificial ...
Adaptive lifting based image compression scheme using interactive artificial ...Adaptive lifting based image compression scheme using interactive artificial ...
Adaptive lifting based image compression scheme using interactive artificial ...
 
Contourlet Transform Based Method For Medical Image Denoising
Contourlet Transform Based Method For Medical Image DenoisingContourlet Transform Based Method For Medical Image Denoising
Contourlet Transform Based Method For Medical Image Denoising
 
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
 
A Novel Algorithm for Watermarking and Image Encryption
A Novel Algorithm for Watermarking and Image Encryption A Novel Algorithm for Watermarking and Image Encryption
A Novel Algorithm for Watermarking and Image Encryption
 
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)
 
0 nidhi sethi_finalpaper--1-5
0 nidhi sethi_finalpaper--1-50 nidhi sethi_finalpaper--1-5
0 nidhi sethi_finalpaper--1-5
 

Viewers also liked (20)

Ijetr011939
Ijetr011939Ijetr011939
Ijetr011939
 
Ijetr011833
Ijetr011833Ijetr011833
Ijetr011833
 
Ijetr011954
Ijetr011954Ijetr011954
Ijetr011954
 
Ijetr011813
Ijetr011813Ijetr011813
Ijetr011813
 
Ijetr012022
Ijetr012022Ijetr012022
Ijetr012022
 
Ijetr011948
Ijetr011948Ijetr011948
Ijetr011948
 
Ijetr011960
Ijetr011960Ijetr011960
Ijetr011960
 
Ijetr011921
Ijetr011921Ijetr011921
Ijetr011921
 
Ijetr011822
Ijetr011822Ijetr011822
Ijetr011822
 
Ijetr012018
Ijetr012018Ijetr012018
Ijetr012018
 
Ijetr011832
Ijetr011832Ijetr011832
Ijetr011832
 
Ijetr011811
Ijetr011811Ijetr011811
Ijetr011811
 
Ijetr011841
Ijetr011841Ijetr011841
Ijetr011841
 
Ijetr012013
Ijetr012013Ijetr012013
Ijetr012013
 
Ijetr011915
Ijetr011915Ijetr011915
Ijetr011915
 
Ijetr011823
Ijetr011823Ijetr011823
Ijetr011823
 
Ijetr011815
Ijetr011815Ijetr011815
Ijetr011815
 
Ijetr011836
Ijetr011836 Ijetr011836
Ijetr011836
 
Ijetr011742
Ijetr011742Ijetr011742
Ijetr011742
 
Ijetr011844
Ijetr011844Ijetr011844
Ijetr011844
 

Similar to Ijetr011837

discrete wavelet transform based satellite image resolution enhancement
discrete wavelet transform based satellite image resolution enhancement discrete wavelet transform based satellite image resolution enhancement
discrete wavelet transform based satellite image resolution enhancement muniswamy Paluru
 
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
 
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
 
A Comparative Study of Wavelet and Curvelet Transform for Image Denoising
A Comparative Study of Wavelet and Curvelet Transform for Image DenoisingA Comparative Study of Wavelet and Curvelet Transform for Image Denoising
A Comparative Study of Wavelet and Curvelet Transform for Image DenoisingIOSR Journals
 
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
 
Neural network based image compression with lifting scheme and rlc
Neural network based image compression with lifting scheme and rlcNeural network based image compression with lifting scheme and rlc
Neural network based image compression with lifting scheme and rlceSAT Publishing House
 
Neural network based image compression with lifting scheme and rlc
Neural network based image compression with lifting scheme and rlcNeural network based image compression with lifting scheme and rlc
Neural network based image compression with lifting scheme and rlceSAT Journals
 
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
 
IRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution EnhancementIRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution EnhancementIRJET Journal
 
EFFICIENT IMAGE COMPRESSION USING LAPLACIAN PYRAMIDAL FILTERS FOR EDGE IMAGES
EFFICIENT IMAGE COMPRESSION USING LAPLACIAN PYRAMIDAL FILTERS FOR EDGE IMAGESEFFICIENT IMAGE COMPRESSION USING LAPLACIAN PYRAMIDAL FILTERS FOR EDGE IMAGES
EFFICIENT IMAGE COMPRESSION USING LAPLACIAN PYRAMIDAL FILTERS FOR EDGE IMAGESijcnac
 
Performance Analysis of Image Enhancement Using Dual-Tree Complex Wavelet Tra...
Performance Analysis of Image Enhancement Using Dual-Tree Complex Wavelet Tra...Performance Analysis of Image Enhancement Using Dual-Tree Complex Wavelet Tra...
Performance Analysis of Image Enhancement Using Dual-Tree Complex Wavelet Tra...IJERD Editor
 
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
 
4.[23 28]image denoising using digital image curvelet
4.[23 28]image denoising using digital image curvelet4.[23 28]image denoising using digital image curvelet
4.[23 28]image denoising using digital image curveletAlexander Decker
 
4.[23 28]image denoising using digital image curvelet
4.[23 28]image denoising using digital image curvelet4.[23 28]image denoising using digital image curvelet
4.[23 28]image denoising using digital image curveletAlexander Decker
 

Similar to Ijetr011837 (20)

discrete wavelet transform based satellite image resolution enhancement
discrete wavelet transform based satellite image resolution enhancement discrete wavelet transform based satellite image resolution enhancement
discrete wavelet transform based satellite image resolution enhancement
 
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
 
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...
 
I010135760
I010135760I010135760
I010135760
 
Ijetcas14 504
Ijetcas14 504Ijetcas14 504
Ijetcas14 504
 
A Comparative Study of Wavelet and Curvelet Transform for Image Denoising
A Comparative Study of Wavelet and Curvelet Transform for Image DenoisingA Comparative Study of Wavelet and Curvelet Transform for Image Denoising
A Comparative Study of Wavelet and Curvelet Transform for Image Denoising
 
Of3424832487
Of3424832487Of3424832487
Of3424832487
 
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
 
Neural network based image compression with lifting scheme and rlc
Neural network based image compression with lifting scheme and rlcNeural network based image compression with lifting scheme and rlc
Neural network based image compression with lifting scheme and rlc
 
Neural network based image compression with lifting scheme and rlc
Neural network based image compression with lifting scheme and rlcNeural network based image compression with lifting scheme and rlc
Neural network based image compression with lifting scheme and rlc
 
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
 
IRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution EnhancementIRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution Enhancement
 
I3602061067
I3602061067I3602061067
I3602061067
 
EFFICIENT IMAGE COMPRESSION USING LAPLACIAN PYRAMIDAL FILTERS FOR EDGE IMAGES
EFFICIENT IMAGE COMPRESSION USING LAPLACIAN PYRAMIDAL FILTERS FOR EDGE IMAGESEFFICIENT IMAGE COMPRESSION USING LAPLACIAN PYRAMIDAL FILTERS FOR EDGE IMAGES
EFFICIENT IMAGE COMPRESSION USING LAPLACIAN PYRAMIDAL FILTERS FOR EDGE IMAGES
 
Performance Analysis of Image Enhancement Using Dual-Tree Complex Wavelet Tra...
Performance Analysis of Image Enhancement Using Dual-Tree Complex Wavelet Tra...Performance Analysis of Image Enhancement Using Dual-Tree Complex Wavelet Tra...
Performance Analysis of Image Enhancement Using Dual-Tree Complex Wavelet Tra...
 
B042107012
B042107012B042107012
B042107012
 
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 ...
 
4.[23 28]image denoising using digital image curvelet
4.[23 28]image denoising using digital image curvelet4.[23 28]image denoising using digital image curvelet
4.[23 28]image denoising using digital image curvelet
 
4.[23 28]image denoising using digital image curvelet
4.[23 28]image denoising using digital image curvelet4.[23 28]image denoising using digital image curvelet
4.[23 28]image denoising using digital image curvelet
 

More from ER Publication.org (20)

Ijetr011101
Ijetr011101Ijetr011101
Ijetr011101
 
Ijetr021232
Ijetr021232Ijetr021232
Ijetr021232
 
Ijetr021229
Ijetr021229Ijetr021229
Ijetr021229
 
Ijetr021228
Ijetr021228Ijetr021228
Ijetr021228
 
Ijetr021226
Ijetr021226Ijetr021226
Ijetr021226
 
Ijetr021224
Ijetr021224Ijetr021224
Ijetr021224
 
Ijetr021221
Ijetr021221Ijetr021221
Ijetr021221
 
Ijetr021220
Ijetr021220Ijetr021220
Ijetr021220
 
Ijetr021215
Ijetr021215Ijetr021215
Ijetr021215
 
Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
 
Ijetr021210
Ijetr021210Ijetr021210
Ijetr021210
 
Ijetr021207
Ijetr021207Ijetr021207
Ijetr021207
 
Ijetr021146
Ijetr021146Ijetr021146
Ijetr021146
 
Ijetr021145
Ijetr021145Ijetr021145
Ijetr021145
 
Ijetr021144
Ijetr021144Ijetr021144
Ijetr021144
 
Ijetr021143
Ijetr021143Ijetr021143
Ijetr021143
 
Ijetr021140
Ijetr021140Ijetr021140
Ijetr021140
 
Ijetr021139
Ijetr021139Ijetr021139
Ijetr021139
 
Ijetr021138
Ijetr021138Ijetr021138
Ijetr021138
 
Ijetr021135
Ijetr021135Ijetr021135
Ijetr021135
 

Recently uploaded

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 

Recently uploaded (20)

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 

Ijetr011837

  • 1. International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869, Volume-1, Issue-8, October 2013 68 www.erpublication.org  Abstract— I m a g e s are being used i n many fields of research. One of the major issues of images is their resolution. In this paper we are studying different image resolution enhancement techniques that use Wavelet Transform (WT). Basis functions of the WT are small waves located in different times. They are obtained using scaling and translation of a scaling function and wavelet function Therefore, the WT is localized in both time and frequency. In this paper we are comparing different image resolution enhancement techniques those using Wavelet Transform. Index Terms— Image Interpolation, Peak signal-to-noise ratio (PSNR), Wavelet Zero Padding (WZP), Cycle Spanning (CS), Dual-Tree Complex Wavelet Transform (DT-CWT), Discrete Wavelet Transform (DWT), Stationary Wavelet Transform (SWT). I. INTRODUCTION Resolution has been frequently referred as an important property of an image. Images are being processed in order to obtain super enhanced resolution. One of the commonly used techniques for image resolution enhancement is Interpolation. Interpolation has been widely used in many image processing applications. Interpolation in image processing is a method to increase the number of pixels in a digital image. Traditionally there are three techniques for image interpolation namely Linear, Nearest Neighbor and Bicubic. Nearest Neighbor result in significant ―Jaggy‖ edge distortion [1]. The Bilinear Interpolation result in smoother edges but somewhat blurred appearance overall [1]. Bicubic Interpolation look’s best with smooth edges and much less blurring than the bilinear result [1]. By applying the 1-D discrete wavelet transform (DWT) along the rows of the image first, and then along the columns to produce 2-D decomposition of image[8]. DWT produce four subbands low-low(LL), low- high(LH), high-low(HL)and high-high(HH).By using these four subands we can regenerate original image[8]. Theoretically, a filter bank shown in Fig. 1 should work on the image in order to generate different subband frequency images. Manuscript received October 15, 2013. Sreeja K S, currently doing M-Tech in Electronics with specialization in Signal Processing in Govt.College of Engineering Cherthala under Cochin University of Science and Technology,Kerala,India Prasanth C.R, currently pursing Mtech in Digital signal processing from Govt. Engg college cherthala under Cochin University of science and technology Fig 1. Block diagram of DWT Filter Banks of level 1 [8] II. REGULARITY-PRESERVING IMAGE INTERPOLATION Traditional interpolation methods work in the time domain. As stated in [2], the regularity-preserving interpolation technique synthesizes a new wavelet subband based on the known wavelet transform coefficients decay. The lowpass output of a wavelet analysis stage can be considered as the image to be interpolated. The original image can given as input to a single wavelet synthesis stage along with the corresponding high frequency subbands to produce an image interpolated by a factor of two in both directions. The creation of unknown high-frequency subbands is necessary in the regularity-preserving interpolation strategy. Two-step process is carried out to obtain the unknown high-frequency subbands separably. In First step, in each row edges with significant correlation across scales are identified. Then near these edges the rate of decay of the wavelet coefficients is extrapolated to approximate the high- frequency subband required to resynthesize a row of twice the original size. In second step, the same procedure as in first step is then applied to each column of the row- interpolated image. Block diagram of interpolation system for 1-D row and column signals is shown in Fig. 2. Wavelet Transform Techniques for Image Resolution Enhancement Prasanth C.R, Sreeja K.S
  • 2. Wavelet Transform Techniques for Image Resolution Enhancement 69 www.erpublication.org Fig 2. Block diagram of interpolation system for 1-D row and column signals[2]. III. NEW EDGE-DIRECTED INTERPOLATION A hybrid approach produced by combining bilinear interpolation and covariance-based adaptive interpolation is used in [3] to reduce the overall computational complexity. Traditional linear interpolation schemes (e.g., bilinear and bicubic) based on space-invariant models are not able to capture the fast evolving statistics around edges and consequently produce interpolated images with blurred edges and annoying artifacts. Linear interpolation is good due to it’s computational simplicity but not good due to it’s the performance issue. Geometric regularity is very much important for the visual quality of a natural image such as the sharpness of edges and the freedom from artifacts. Without the loss of generality, Xin Li & Michael T. Orchard assume that the low-resolution image X i , j of size H  W directly comes from of size of 2H2W, i.e. Y2i ,2 j  X i, j . They use the following basic problem to introduce their new interpolation technique: How do they interpolate the interlacing lattice Y2i1,2 j1 from the lattice Y2i ,2 j  Xi, j .They constrain their selves to the fourth- order linear interpolation. The above equation is core part of this algorithm invented in [3]. In order to manage the computational complexity, they used the following hybrid approach: covariance-based adaptive interpolation is only applied to edge pixels (pixels near an edge); for nonedge pixels (pixels in smooth regions), they still use simple bilinear interpolation. Such a hybrid approach is based on the observation that only edge pixels benefit from the covariance-based adaptation and edge pixels often consist of a small fraction of the whole image. A pixel is considered as an edge pixel if an activity measure (e.g., the local variance estimated from the nearest four neighbors) is above a preselected threshold value . Since the computation of the activity measure is typically negligible when compared to that of covariance estimation, dramatic reduction of complexity can be achieved for images containing a small fraction of edge pixels. Xin Li & Michael T. Orchard in [3] have found that the percentage of edge pixels ranges from 5% to 15% for the test images used in their experiments, which implies a speed-up factor of 7– 20 [3]. IV. WZP-CSBASED IMAGE RESOLUTION ENHANCEMENT As stated in[4],[8] this algorithm consists of two main steps as follows: Step 1) an initial approximation to the unknown high resolution image is generated using wavelet domain zero padding (WZP).Step 2) The cycle-spinning methodology is adopted to operate the following tasks: i) Using high resolution image in part (1) a number of low resolution images are generated by spatial shifting, wavelet transforming, and discarding the high frequency subbands. ii)N high resolution images are obtained by applying the WZP processing to all those low resolution images. iii)The final high resolution image is reconstructed by re- aligning and averaging these intermediated high resolution images. Fig. 3 shows the block diagram of the WZP- and CS-based image super resolution[4]. Fig3. Block Diagram of the WZP-and-CS-based image Resolution Enhancement [4]. V. DT-CWTBASED IMAGE RESOLUTION ENHANCEMENT In this technique, as stated in [5],[8] dual-tree CWT (DT-CWT) is used to decompose an input image into different subband images. DT- CWT is used to decompose an input low-resolution image into different subbands. Then, the high-frequency subband images and the input image are interpolated, followed by combining all these images to generate a new high-resolution image by using inverse DT-CWT. The resolution enhancement is achieved by using directional selectivity provided by the CWT, where the high-frequency subbands in six different directions contribute to the sharpness of the high-frequency details, such as edges. Fig. 4 shows details of this technique, where the enlargement factor through the resolution enhancement is α. Fig4. Block Diagram of DT-CWT Based Image Resolution Enhancement [5] The dual-tree complex wavelet transform (CWT) is a relatively recent enhancement to the discrete wavelet transform (DWT), with important additional properties: It is nearly shift invariant and directionally selective in two and higher dimensions. It achieves this with a redundancy factor of only 2d for d-dimensional
  • 3. International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869, Volume-1, Issue-8, October 2013 70 www.erpublication.org signals, which is substantially lower than the undecimated DWT. The multidimensional (M-D) dual-tree CWT is nonseparable but is based on a computationally efficient, separable filter bank (FB).A method for image resolution enhancement from a single LR image using the dual-tree complex wavelet. The rough estimate of the HR image is decomposed to estimate the complex-valued high-pass wavelet coefficients for the input LR image. The estimated complex wavelet coefficients are used, together with the input LR image, to reconstruct the resultant HR image by employing IDT-CWT.Image resolution enhancement is a usable preprocess for many satellite image processing applications. Image resolution enhancement is a usable preprocess for many satellite image processing applications, such as vehicle recognition, bridge recognition, and building recognition to name a few. Image resolution enhancement techniques can be categorized into two major classes according to the domain that they are applied in: 1) image domain and 2) transform domain. The techniques in the image domain use the statistical and geometric data directly extracted from the input image itself while transform-domain techniques use transformations such as decimated discrete wavelet transform (DWT) to achieve the image resolution enhancement. The decimated DWT has been widely used for performing image resolution enhancement. A common assumption of DWT-based image resolution enhancement is that the low-resolution (LR) image is the low-pass-filtered subband of the wavelet-transformed high-resolution (HR) image. This type of approach requires the estimation of wavelet coefficients in sub bands containing high-pass spatial frequency information in order to estimate the HR image from the LR image. In order to estimate the high-pass spatial frequency information, many different approaches have been introduced.The high-pass coefficients with significant magnitudes are estimated as the evolution of the wavelet coefficients among the scales. The performance is mainly affected from the fact that the signs of the estimated coefficients are copied directly from parent coefficients without any attempt being made to estimate the actual signs. This is contradictory to the fact that there is very little correlation between the signs of the parent coefficients and their descendants. As a result, the signs of the coefficients estimated using extreme evolution techniques cannot be relied upon. A hidden Markov tree (HMT)-based method models the unknown wavelet coefficients as belonging to mixed Gaussian distributions which are symmetrical about the zero mean. HMT models are used to determine the most probable state for the coefficients to be estimated. The performance also suffers mainly from the sign changes between the scales. The decimated DWT is not shift invariant, and as a result, suppression of wavelet coefficients introduces artifacts into the image which manifest as ringing in the neighborhood of discontinuities. In order to combat this drawback in DWTbased image resolution enhancement, a cycle-spinning methodology was adopted. The perceptual and objective quality of the resolution-enhanced images by their method compares favorably with that in recent methods in the field. A dual-tree complex wavelet transform (DT-CWT) is introduced to alleviate the drawbacks caused by the decimated DWT . It is shift invariant and has improved directional resolution when compared with that of the decimated DWT. Such features make it suitable for image resolution enhancement. In this letter, a complex wavelet-domain image resolution enhancement algorithm based on the estimation of wavelet coefficients at HR scales is proposed. The initial estimate of the HR image is constructed by applying a cycle-spinning methodology in the DT-CWT domain. It is then decomposed using the one-level DT-CWT to create a set of high-pass coefficients at the same spatial resolution of the LR image. The high-pass coefficients, together with the LR image, are used to reconstruct the HR image using inverse DT-CWT (IDT-CWT). The DT-CWT is a combination of two real-valued decimated DWTs. The ordinary decimated DWT is shift variant due to the decimation operation exploited in the transform. As a result, a small shift in the input signal can result in a very different set of wavelet coefficients. For that, Kingsbury introduced a new kind of wavelet transform, called the DT-CWT which exhibits shift-invariant property and improves directional resolution when compared with that of the decimated DWT. The DT-CWT also yields perfect reconstruction by using two parallel decimated trees with real-valued coefficients generated at each tree. The 1-D DT-CWT decomposes the input signal f(x) by expressing it in terms of a complex shifted and dilated mother wavelet Ψ(x) and a scaling function Φ(x), i.e., where Z is the set of natural numbers, j and l refer to the index of shifts and dilations, respectively, sj0,l is the scaling coefficient, and cj,l is the complex wavelet coefficient with Φj0,l(x) = Φrj 0,l(x) + √ −1Φi j0,l(x) and Ψj,l(x) = Ψr √ j,l(x) + −1Ψi j,l(x), where the superscripts r and i denote the real and imaginary parts, respectively. In the 1-D DT-CWT case, the set {Φrj 0,l,Φi j0,l,Ψrj 0,l,Ψi j0,l } forms a tight wavelet frame with double redundancy. The real and imaginary parts of the 1-D DT-CWT are computed using separate filter banks with filters h0 and h1 for the real part and g0 and g1 for the imaginary part. Similar to the 1-D DT-CWT, the 2-D DT-CWT decomposes a 2-D image f(x, y) through a series of dilations and translations of a complex scaling function and six complex wavelet functions Ψθ j,l, METHOD Let us consider the unknown 2H × 2W HR image XH and the known H ×W LR image XL. The aim of the enhancement is to generate an estimated HR image ˆXH of the unknown HR image XH using the known LR image XL. Let us further assume that the one-level DT-CWT decomposition of a 2H × 2W image X results in a matrix of DT-CWT(X) = [LPX HPX], and the IDT-CWT of [LPX HPX] reconstructs the signal X perfectly, i.e., IDT-CWT([LPX HPX]) = X. LPX is a matrix of size H ×W which is the complex-valued low-pass subband resulting from the one-level DT-CWT decomposition of image X, and HPX is a matrix of size H ×W × 6 which is the collection of all six complex-valued high-pass subbands resulting from the one-level DT-CWT decomposition of image X. For a given LR image XL, the proposed resolution enhancement method is made up of the following four main
  • 4. Wavelet Transform Techniques for Image Resolution Enhancement 71 www.erpublication.org steps: 1) Generate the initial estimate (Y) of the HR image; 2) decompose Y using one-level DT-CWT to create a low and high-pass matrix structure [LPY HPY]; 3) formulate a matrix structure [XL HPY] using [LPY HPY] and the input LR image XL; and 4) generate the HR image by employing the IDT-CWT on [XL HPY]. The first step employs the cycle-spinning algorithm in the DT-CWT domain to create an initial estimate of the unknown HR image. The second step is the estimation of the high-pass coefficients for the input LR signal XL. The initial estimate Y is decomposed using the one-level DT-CWT to create one complex valued low-pass sub band and six complex-valued high-passsubbands with the same spatial resolution as that of XL, i.e., DT-CWT(Y) = [LPY HPY]. In the final step, the input LR image, together with the complex-valued high-pass sub bands HPY extracted from the one-level DT-CWT decomposition of Y, is used to create the HR image by employing IDT-CWT, i.e., The dual-tree CWT is a valuable enhancement of the traditional real wavelet transform that is nearly shift invariant and, in higher dimensions, directionally selective. Since the real and imaginary parts of the dual-tree CWT are, in fact, conventional real wavelet transforms, the CWT benefits from the vast theoretical, practical, and computational resources that have been developed for the standard DWT. A method for image resolution enhancement from a single LR image using the dual-tree complex wavelet. The initial rough estimate of the HR image is decomposed to estimate the complex-valued high-pass wavelet coefficients for the input LR image. The estimated complex wavelet coefficients are used, together with the input LR image, to reconstruct the resultant HR image by employing IDT-CWT.Thus image resolution enhancement can be effectively achieved by using dual-tree CWT. VI. IMAGE SUPERRESOLUTIONBASEDON INTERPOLATION OFWAVELETDOMAINHIGH FREQUENCYSUBBANDSANDTHESPATIAL DOMAIN INPUT IMAGE[6] High-frequency components(i.e. the edges) are main loss of an image after being super-resolved by applying interpolation. This loss occur due to the smoothing caused by interpolation. To increase quality of the super-resolved image, preserving the edges is essential. In [6] work by Hasan Demirel and Gholamreza Anbarjafari, DWT has been employed in order to preserve the high-frequency components of the image. DASR technique uses DWT to decompose an image into different subband images; namely, low-low (LL), low-high (LH), high-low (HL), and high-high (HH). These subband images contain the high-frequency components of the input image. In the DASR technique, the interpolation is applied to high-frequency subband images. This technique interpolates the input image as well as the high-frequency subband images obtained through the DWT process. IDWT of the interpolated subband images and the input image produce the final high-resolution output image. In the DASR technique, the employed interpolation method is the same for all subband and the input images. The interpolation technique and the wavelet function are two important factors in determining the quality of the super-resolved images. To measure quality of image PSNR value is used. FIG 5. BLOCK DIAGRAM OF IMAGE SUPER RESOLUTION BASED ON INTERPOLATION OF WAVELET DOMAIN HIGH FREQUENCY SUBBANDS AND THE SPATIAL DOMAIN INPUT IMAGE[6] VII. IMAGE RESOLUTION ENHANCEMENT METHOD USING SWT AND DWT[7] The main loss in image resolution enhancement by using interpolation is on its high frequency components (i.e., edges), which is due to the smoothing caused by interpolation. Edges plays very important role in image. To increase the quality of the super resolved image, it is essential to preserve all the edges in image. In [7] work, DWT has been employed in order to preserve the high frequency components of the image(i.e. edges). The redundancy and shift invariance of the DWT mean that DWT coefficients are inherently interpolable.In this correspondence, one level DWT (with Daubechies 9/7 as wavelet function) is used to decompose an input image into different sub band images. Three high frequency subbands (LH, HL, and HH) contain the high frequency components of the input image(i.e. edges). In this technique, bicubic interpolation with enlargement factor of 2 is applied to high frequency subband images. Information loss occur due to downsampling in each of the DWT sub bands caused in the respective sub bands. That is why SWT (Stationary Wavelet Transform) is used to minimize this loss. The SWT is an inherently redundant scheme as the output of each level of SWT contains the same number of samples as the input – so for a decomposition of N levels there is a redundancy of N in the wavelet coefficients. The interpolated high frequency subbands and the SWT high frequency subbands have the same size which means they can be added with each other. The new corrected high frequency subbands can be interpolated further for higher enlargement. Also it is known that in the wavelet domain, lowpass filtering of the high resolution image produce the low resolution image. In other words, low frequency subband is the low resolution of the original image. Therefore, instead of using low frequency subband, which
  • 5. International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869, Volume-1, Issue-8, October 2013 72 www.erpublication.org contains less information than the original high resolution image, Hasan Demirel and Gholamreza Anbarjafari [7] are using the input image for the interpolation of low frequency subband image. The quality of the super resolved image increases using input image instead of low frequency subband. Fig. 6 illustrates the block diagram of the used image resolution enhancement technique. By interpolating input image by 3, and high frequency subbands by 2 and in the intermediate and final interpolation stages respectively, and then by applying IDWT, as illustrated in Fig. 6, the output image will contain sharper edges than the interpolated image obtained by interpolation of the input image directly. This is due to the fact that, the interpolation of isolated high frequency components in high frequency subbands and using the corrections obtained by adding high frequency subbands of SWT of the input image, will preserve more high frequency components after the interpolation than interpolating input image directly. Fig 6. Block diagram of image resolution enhancement method using SWT and DWT [7]. VIII. EXAMPLES AND DISCUSSION These results are obtained by Hasan Demirel and Gholamreza Anbarjafari as shown in table I from [7]. PSNR and Entropy values are used to measure the quality of an image. Peak signal-to-noise ratio (PSNR) and root mean square error (RMSE) have been implemented in order to obtain some quantitative results for comparison. PSNR can be obtained by using the following formula : PSNR=10 log R2 /MSE 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). MSE=Iavg(i,j)-I—(I,j)/(M*N) Where M and N are the size of the images. When the two images are identical, the MSE will be zero.Clearly RMSE is the square root of MSE, hence it is given by RMSE=√MSE And image entropy is a quantity which is used to describe the ‘business’ of an image. , i.e. the amount of information which must be coded for by a compression algorithm. Image entropy is calculated with the formula ENTROPY=-∑PI Log2PI In the above expression, Pi is the probability that the difference between two adjacent pixels is equal to i, and Log 2 is the base 2 logarithms TABLE I PSNR (DB) VALUES FOR DIFFERENT RESOLUTION ENHANCEMENT TECHNIQUES FROM 128x128 TO 512x5 IX. CONCLUSION Different image resolution enhancement techniques in wavelet domain are discussed in this paper.WZP , is a simple method we can approach for image resolution enhancement.But efficiency is poor compared to other methods. The DTCWT,DWT,SWT methods gives better image resolution enhancement results.It is cleared from table I values that the image resolution enhancement method using DWT & SWT is giving far better result than any other technique studied in this paper. APPLICATIONS The image resolution enhancement techniques
  • 6. Wavelet Transform Techniques for Image Resolution Enhancement 73 www.erpublication.org discussed in this paper can be apply to noisy images and is mainly applicable to low resolution images. REFERENCES [1] Digital Image Processing Using MATLAB (Second Edition) by Rafel C. Gonzalez and Richard E. woods and Steven L. Eddins. [2] 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. [3] Xin. Li and Michael. T. Orchard, ―New edge-directed interpolation,‖ IEEE Trans. Image Process., vol. 10, no. 10, pp. 1521–1527, Oct. 2001. [4] 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. [5] 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. [6] 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. [7] Hasan. Demirel and Gholamreza. Anbarjafari, ―IMAGE Resolution Enhancement by Using Discrete and Stationary Wavelet Decomposition,‖ IEEE IMAGE PROCESSING, VOL. 20, NO. 5, MAY 2011.. [8] Hasan. Demirel and Gholamreza. Anbarjafari, ―Discrete Wavelet Transform-Based Satellite Image Resolution Enhancement,‖ IEEE Geosciences and Remote Sensing Letter, VOL. 49, NO. 6, JUNE 2011.Brown, L. D., Hua, H., and Gao, C. 2003. A widget [9] Dual Tree Complex wavelet Transforms- Ivan W. Selesnick, Richard G. Baraniuk, and Nick G. Kingsbury [10] Image Resolution Enhancement using Dual Tree Complex Wavelet Transforms- Turgay Celik and Tardi Tjahjadi Sreeja K S received the B- tech degree from Rajagiri School of Engineering and Technology under Mahatma Gandhi University,Kochi,Kerala,India.She is currently doing M-Tech in Electronics with specialization in Signal Processing in Govt.College of Engineering Cherthala under Cochin University of Science and Technology,Kerala,India Prasanth C.R Received Diploma in Electronics and Instrumentation from govt. Polytechnic cherthala (first class with distinction, third rank and gold medallist). He passed Btech in Electronics and Communication Engg from M.G university kerala, india.He currently pursing Mtech in Digital signal processing from Govt. Engg college cherthala under Cochin University of science and technology