SlideShare a Scribd company logo
1 of 5
Download to read offline
Aswathy Mohan et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.36-40
www.ijera.com 36 | P a g e
Image Enhancement Using DWT DCT and SVD
Aswathy Mohan, Mary Linda P A
Mtech, Department of Computer Science, Model Engineering College, Thrikkakara
ABSTRACT: Image enhancement deals with enhancing the image so that it provides more details. Several
techniques are proposed for contrast enhancement of a low-contrast satellite images and CT scans. Here a new
technique has been proposed based on the Discrete Wavelet Transform(DWT) Singular Value Decomposition
(SVD) and Discrete Cosine Transform (DCT). The proposed technique divides image into blocks and converts
each block of image into the DWT-SVD-DCT domain after normalizing the singular value matrix. Then the
modified image is reconstructed by using inverse DCT and DWT and the blocks are combined. Adaptive
Histogram Equalization (AHE) has been used here. Results of the proposed method clearly indicates increased
efficiency and flexibility perceptually and quantitatively over the existing methods like DWT-SVD technique.
Keywords– Adaptive histogram, DCT, DWT, Histogram Equalization, SVD
I. INTRODUCTION
Digital Image processing deals with
processing of digital images. Digital images have
digitized value of intensities. Image enhancement
deals with enhancing images so that visual quality of
image improves thus providing more information.
Medical Imagery deals with images that are used for
medical purposes like from CT scans MRI scans.
Enhancement of such images gives better
understanding of diseases. Here an enhancement
method using DWT DCT and SVD transform is
proposed. This uses advantages of the three
transforms for image enhancement.
II. PROPOSED METHOD
Satellite images are low contrast and dark
images, which has complete information but is not
visible. Similarly CT scans are also dark images . So
the enhancement of such images will help to get more
information. The problem is how the contrast of an
image can be improved from the input satellite
images and CT images. Here a new contrast
enhancement technique is proposed. There are 3 parts
involved. First one is dividing the image into 4
blocks so that the operation can be done on each
block. Then DWT followed by DCT and SVD. The
result shows that images are visibly enhanced using
DWT-DCT-SVD method by incorporating AHE.
2.1 Histogram Manipulation
The histogram of an image is a plot of
number of occurrences of gray levels in the image
against the gray level values. The histogram provides
a convenient summary of the intensities in an image.
Equalisation is the process that attempts to spread
gray level in an image so that they are evenly
distributed across their range. Histogram equalization
reassigns the brightness values of pixels based on
image enhancement. Histogram equalization provides
more visually pleasing results.
Adaptive Histogram Equalization (AHE)
computes several histograms, each corresponding to a
distinct section of the image, and uses them to
redistribute the lightness values of the image. It is
therefore suitable for improving the local contrast of
an image. Adaptive histogram equalization
transforms each pixel with a transformation function
derived from a neighborhood region. It enhances the
contrast of images by transforming the values in the
intensity image using contrast-limited adaptive
histogram equalization (CLAHE). It operates on
small data regions (tiles) and each tile's contrast is
enhanced, so that the histogram of the output region
approximately matches the specified histogram. The
neighboring tiles are then combined using bilinear
interpolation in order to eliminate artificially induced
boundaries. The contrast, especially in homogeneous
areas, can be limited in order to avoid amplifying the
noise which might be present in the image.
2.2 DWT
The decomposition of images into various
frequency ranges permits the isolation of the
frequency into certain sub-bands. This process results
in isolating small changes in an image mainly in low
frequency sub-band images. The 2D wavelet
decomposition of an image is performed by applying
1D DWT along the rows of the image first, and, then,
the results are decomposed along the columns. This
Decomposition results in four decomposed sub-band
images referred to as low-low (LL), low-high (LH),
high-low (HL), and high-high (HH). The Haar
wavelet was introduced in 1910. It is a bipolar step
function. The other wavelets are Daubechies
Wavelet, Morlet Wavelet, Mexican Hat Wavelet and
Shannon Wavelet.
RESEARCH ARTICLE OPEN ACCESS
Aswathy Mohan et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.36-40
www.ijera.com 37 | P a g e
2.3 DCT
The DCT transforms or converts a signal
from spatial domain into a frequency domain. DCT is
real-valued and provides a better approximation of a
signal with few coefficients. This approach reduces
the size of the normal equations by discarding higher
frequency DCT coefficients. Important structural
information is present in the low frequency DCT
coefficients. Hence, separating the high-frequency
DCT coefficient and applying the illumination
enhancement in the low–frequency DCT coefficient,
it will collect and cover the edge information from
satellite images. The enhanced image is reconstructed
by using inverse DCT and it will be sharper with
good contrast.
2.4 SVD
SVD is based on a theorem from linear
algebra which says that a rectangular matrix A, which
is a product of three matrices that is (i) an orthogonal
matrix UA, (ii) a diagonal matrix ΣA and (iii) the
transpose of an orthogonal matrix VA. The singular-
value-based image equalization (SVE) technique is
based on equalizing the singular value matrix
obtained by singular value decomposition (SVD).
SVD of an image, can be interpreted as a matrix, is
written as follows:
Basic enhancement occurs due to scaling of
singular values of the DCT coefficients. The singular
value matrix represents the intensity information of
input image and any change on the singular values
change the intensity of the input
image.
The main advantage of using SVD for image
equalization, ΣA contains the intensity information of
the image.
2.5 Algorithm
In the proposed technique, initially the input
image „A‟ is processed through AHE to generate
„newA‟ image. Then the DWT of the orginal image
and „newA‟ image is taken. After getting this, the LL
of both of these images are transformed by DCT into
the lower frequency DCT coefficient and higher–
frequency DCT coefficient. Then, the correction
coefficient for the singular value matrix can be
calculated by using:
Where numerator is the lower-frequency
coefficient singular matrix of the DWT of satellite
input image, and denominator is the lower-frequency
coefficient singular matrix of the DWT of satellite
output image of the Adaptive Histogram Equalization
(AHE). The new satellite image (D) is determined by:
---- is the lower DCT frequency component of the
original image that is reconstructed by applying the
inverse operation (IDCT) to produce equalized image
is …………………………
Then the IDWT of newA with LH HL HH
components gives the enhanced image.
The steps is as follows
1. Divide the image into 4 blocks
2. Apply AHE to the image A to get newA
3. Take DWT of the resultant image and
decompose into LL LH HL and HH
[LL, LH, HO, HH] = DWT (newA)
4. Take DCT of LL component
5. Apply DWT to Orginal Image A and decompose
them into LLA LHA HLA HHA
6. Apply DCT to LLA
7. Take SVD of the two DCT applied images and
take correction coefficient for the singular value
8. Obtain new LL image by multiplying U,
correction coefficient, ∑ ,V values from SVD
9. Take IDCT of the LL image to get ̄A
10. Apply IDWT to ̄A image and LHA HLA HHA
11. Combine the 4 blocks of the image to form the
original image
2.6 Performance measures
The performance of this method is measured
in terms of following significant parameters:
Aswathy Mohan et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.36-40
www.ijera.com 38 | P a g e
Mean (μ) is the average of all intensity
value. It denotes average brightness of the image,
where as standard deviation is the deviation of the
intensity values about mean. It denotes average
contrast of the image. Here I(x, y) is the intensity
value of the pixel (x, y), and (M, N) are the dimension
of the Image.
RESULT
Mean (μ) is the average of all intensity
value. It denotes average brightness of the image,
where as standard deviation is the deviation of the
intensity values about mean. It denotes average
contrast of the image. Here I(x, y) is the intensity
value of the pixel (x, y), and (M, N) are the dimension
of the Image [6]. The results for the enhancement of
satellite images and CT Scans are given in fig 3.1.
The visual and quantitative result shows that the
proposed method has increased efficiency and
flexibility. The resultant images for the enhancement
of satellite images are given below fig 3.3, the
following resultant images of DWT-DCT-SVD gives
the better contrast as well as high image quality.
Fig 3.1 Input CT Scan. Image Courtesy[13]
Fig 3.2 Output CT Scan.
Fig 3.3 Input Satellite Image. Image Courtesy[14]
Fig 3.4 Output Satellite Image
The quality of the visual results indicates
that the proposed technique is sharper and brighter
Aswathy Mohan et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.36-40
www.ijera.com 39 | P a g e
than existing technique as compared. After obtaining
mean and standard deviation, it is found that the
proposed algorithm gives better results in comparison
with the existing techniques. Mean (μ) represent the
intensity of the image and the standard deviation
represent (σ) the contrast present in the images. The
proposed method represents the better contrast as
well as better brightness with appropriate contrast. In
order to exhibit the superiority of the proposed
methodology two different images have been taken
for analysis. The singular values denote luminance of
each image layer after decomposition using DWT
and DCT methodology. The Mean (μ) & standard
deviation (σ ) values are given below for analysis of
this result. Here we can observe that the proposed
method gives better contrast as well as better
brightness than the DWT SVD method.
Table 3.1: Comparison of the results between
proposed methodology and already existing
technique
Mean Standard Deviation
Input Satellite
Image
179.0545 12.3043
DWT+SVD 157.0131 11.1123
Proposed
Technique
168.5849 29.1964
Input CT Scan
Image
88.2227 88.1706
DWT+SVD 90.5319 90.4389
Proposed
Technique
94.3802 98.2193
From the Table 3.1 above its clear that the mean and
standard deviation of the CT scans have increased
significantly and the output image shows increase in
visibility. For satellite image mean has decreased but
standard deviation has increased.
III. CONCLUSION
In this paper, a new technique has been
proposed based on the Discrete Wavelet Transform
(DWT), Singular Value Decomposition (SVD) and
Discrete Cosine Transform (DCT) that means DWT-
DCT-SVD domain for enhancement of low-contrast
satellite and CT Scan images. As the block
decomposition approach is used each block is
processed separately thus providing more local
enhancement. The basic enhancement occurs due to
scaling of singular values of the DCT coefficients of
the lower Sub-band of DWT. Performance of this
technique has been compared with existing contrast
enhancement techniques DWT-SVD based technique.
From the above experimental results, it can be
concluded that the proposed algorithm is effective in
enhancing low contrast images and the visibility
improvement. The results show that the proposed
technique gives better performance in terms of
contrast (variance) as well as brightness (mean) of
the enhanced. Thus, this technique can be considered
suitable for enhancement of low contrast satellite
image and CT Scans.
In future this work can be extended to color
images as well. Instead of SVD PCA method can be
used for enhancement.
References
[1] R. C. Gonzalez, and R. E. Woods, “Digital
Image Processing”, Englewood Cliffs, NJ:
Prentice-Hall, 2007
[2] G.Praveena, M.Venkatasrinu, A Modified
SVD-DCT Method for Enhancement of Low
Contrast Satellite Images, International
Journal Of Computational Engineering
Research, 5(2), 2012, 1615-1619.
[3] Ganesh naga sai Prasad. V , Habibullah
khan , Image enhancement using Wavelet
transforms and SVD ,Bhavana.k,Muralidhar.Ch
,Tulasi sai kiran.Ch, International Journal of
Engineering Science and Technology, 4(3),
2012, 1080-1087.
[4] K. Bhandari, A. Kumar and P. K. Padhy,
Enhancement of Low Contrast Satellite Images
using Discrete Cosine Transform and Singular
Value Decomposition,World Academy of
Science, Engineering and Technology , 2011.
[5] Sulochana S Vidhya R, Satellite Image
Contrast Enhancement using Multi wavelets
and Singular Value Decomposition(SVD) ,
International Journal of Computer
Applications 35(7), 2011,0975 – 8887.
Aswathy Mohan et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.36-40
www.ijera.com 40 | P a g e
[6] Hasan Demirel, Cagri Ozcinar, and
Gholamreza Anbarjafari, Satellite Image
Contrast Enhancement Using Discrete Wavelet
Transform and Singular Value Decomposition,
in IEEE GEOSCIENCE AND REMOTE
SENSING LETTERS, VOL. 7, NO. 2, APRIL
2010.
[7] P. S. Murty, and K.P. Rajesh, A Robust Digital
Image Watermarking Scheme Using Hybrid
DWT-DCT-SVD Technique , International
Journal of Computer Science and Network
Security, Vol.10, No.1, October 2010, 185-192
[8] Hasan Demirel and Gholamreza Anbarjafari,
IMAGE Resolution Enhancement by Using
Discrete and Stationary Wavelet
Decomposition, IEEE transactions on IMAGE
PROCESSING, 20( 5)
[9] H. Demirel and G. Anbarjafari, Satellite image
resolution enhancement using complex wavelet
transform, IEEE Geosciences and Remote
Sensing Letter, 7(1), Jan. 2010, 123–126,.
[10] Kirk Baker,” Singular Value Decomposition
Tutorial”. March 29, 2005
[11] T. K. Kim, J. K. Paik, and B. S. Kang, Contrast
enhancement system using spatially adaptive
histogram equalization with temporal filtering,
IEEE Trans. Consum. Electron. 44( 1), Feb.
1998, pp. 82-87.
[12] H. Demirel, G. Anbarjafari, and M. N. S.
Jahromi, Image equalization based on singular
value decomposition, in Proc. 23rd IEEE
Int.Symp.Comput. Inf. Sci., Istanbul, Turkey,
Oct. 2008, pp. 1-5.
[13] http://www.intjem.com/content/4/1/64/figure/F
4
[14] http://gal1.piclab.us/key/photos lowcontrast

More Related Content

What's hot

Gadljicsct955398
Gadljicsct955398Gadljicsct955398
Gadljicsct955398editorgadl
 
Digitized images and
Digitized images andDigitized images and
Digitized images andAshish Kumar
 
Medical image fusion using curvelet transform 2-3-4-5
Medical image fusion using curvelet transform 2-3-4-5Medical image fusion using curvelet transform 2-3-4-5
Medical image fusion using curvelet transform 2-3-4-5IAEME Publication
 
Visual Quality for both Images and Display of Systems by Visual Enhancement u...
Visual Quality for both Images and Display of Systems by Visual Enhancement u...Visual Quality for both Images and Display of Systems by Visual Enhancement u...
Visual Quality for both Images and Display of Systems by Visual Enhancement u...IJMER
 
Image pre processing
Image pre processingImage pre processing
Image pre processingAshish Kumar
 
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
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
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
 
Satellite image contrast enhancement using discrete wavelet transform
Satellite image contrast enhancement using discrete wavelet transformSatellite image contrast enhancement using discrete wavelet transform
Satellite image contrast enhancement using discrete wavelet transformHarishwar Reddy
 
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
 
5/3 Lifting Scheme Approach for Image Interpolation
5/3 Lifting Scheme Approach for Image Interpolation5/3 Lifting Scheme Approach for Image Interpolation
5/3 Lifting Scheme Approach for Image InterpolationIOSRJECE
 
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...ijsrd.com
 
Wavelet based image fusion
Wavelet based image fusionWavelet based image fusion
Wavelet based image fusionUmed Paliwal
 
Non-Blind Deblurring Using Partial Differential Equation Method
Non-Blind Deblurring Using Partial Differential Equation MethodNon-Blind Deblurring Using Partial Differential Equation Method
Non-Blind Deblurring Using Partial Differential Equation MethodEditor IJCATR
 
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
 
Labview with dwt for denoising the blurred biometric images
Labview with dwt for denoising the blurred biometric imagesLabview with dwt for denoising the blurred biometric images
Labview with dwt for denoising the blurred biometric imagesijcsa
 

What's hot (19)

Ik3415621565
Ik3415621565Ik3415621565
Ik3415621565
 
Gadljicsct955398
Gadljicsct955398Gadljicsct955398
Gadljicsct955398
 
Digitized images and
Digitized images andDigitized images and
Digitized images and
 
Medical image fusion using curvelet transform 2-3-4-5
Medical image fusion using curvelet transform 2-3-4-5Medical image fusion using curvelet transform 2-3-4-5
Medical image fusion using curvelet transform 2-3-4-5
 
Visual Quality for both Images and Display of Systems by Visual Enhancement u...
Visual Quality for both Images and Display of Systems by Visual Enhancement u...Visual Quality for both Images and Display of Systems by Visual Enhancement u...
Visual Quality for both Images and Display of Systems by Visual Enhancement u...
 
Image pre processing
Image pre processingImage pre processing
Image pre processing
 
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
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
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
 
Satellite image contrast enhancement using discrete wavelet transform
Satellite image contrast enhancement using discrete wavelet transformSatellite image contrast enhancement using discrete wavelet transform
Satellite image contrast enhancement using discrete wavelet transform
 
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)
 
5/3 Lifting Scheme Approach for Image Interpolation
5/3 Lifting Scheme Approach for Image Interpolation5/3 Lifting Scheme Approach for Image Interpolation
5/3 Lifting Scheme Approach for Image Interpolation
 
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
 
Digital.cc
Digital.ccDigital.cc
Digital.cc
 
Wavelet based image fusion
Wavelet based image fusionWavelet based image fusion
Wavelet based image fusion
 
Non-Blind Deblurring Using Partial Differential Equation Method
Non-Blind Deblurring Using Partial Differential Equation MethodNon-Blind Deblurring Using Partial Differential Equation Method
Non-Blind Deblurring Using Partial Differential Equation Method
 
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
 
Image segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
Image segmentation using wvlt trnsfrmtn and fuzzy logic. pptImage segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
Image segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
 
Labview with dwt for denoising the blurred biometric images
Labview with dwt for denoising the blurred biometric imagesLabview with dwt for denoising the blurred biometric images
Labview with dwt for denoising the blurred biometric images
 

Viewers also liked

Seasonal Dynamic of Mineral Macronutrients in Three Varieties of Clementine (...
Seasonal Dynamic of Mineral Macronutrients in Three Varieties of Clementine (...Seasonal Dynamic of Mineral Macronutrients in Three Varieties of Clementine (...
Seasonal Dynamic of Mineral Macronutrients in Three Varieties of Clementine (...IJERA Editor
 
Optimization of Fuzzy Matrix Games of Order 4 X 3
Optimization of Fuzzy Matrix Games of Order 4 X 3Optimization of Fuzzy Matrix Games of Order 4 X 3
Optimization of Fuzzy Matrix Games of Order 4 X 3IJERA Editor
 
Implementation of UART with BIST Technique Using Low Power LFSR
Implementation of UART with BIST Technique Using Low Power LFSRImplementation of UART with BIST Technique Using Low Power LFSR
Implementation of UART with BIST Technique Using Low Power LFSRIJERA Editor
 
Transformerless Topology for Grid-Conected Inverters With Unipolar PWM Control
Transformerless Topology for Grid-Conected Inverters With Unipolar PWM ControlTransformerless Topology for Grid-Conected Inverters With Unipolar PWM Control
Transformerless Topology for Grid-Conected Inverters With Unipolar PWM ControlIJERA Editor
 
Software Based Traffic Separation at the Access Layer
Software Based Traffic Separation at the Access LayerSoftware Based Traffic Separation at the Access Layer
Software Based Traffic Separation at the Access LayerIJERA Editor
 
Identification of Project Risks & Risk Breakdown Structure In Manufacture of ...
Identification of Project Risks & Risk Breakdown Structure In Manufacture of ...Identification of Project Risks & Risk Breakdown Structure In Manufacture of ...
Identification of Project Risks & Risk Breakdown Structure In Manufacture of ...IJERA Editor
 
Strength Evaluation of Steel-Nylon Hybrid Fibre Reinforced Concrete
Strength Evaluation of Steel-Nylon Hybrid Fibre Reinforced ConcreteStrength Evaluation of Steel-Nylon Hybrid Fibre Reinforced Concrete
Strength Evaluation of Steel-Nylon Hybrid Fibre Reinforced ConcreteIJERA Editor
 
A Thesis on Design Optimization of Heat Sink in Power Electronics
A Thesis on Design Optimization of Heat Sink in Power ElectronicsA Thesis on Design Optimization of Heat Sink in Power Electronics
A Thesis on Design Optimization of Heat Sink in Power ElectronicsIJERA Editor
 
Unos amigos en el sahara
Unos amigos en el saharaUnos amigos en el sahara
Unos amigos en el saharaDouce Nieto
 
Blooming of cactus (Floraison des cactus)
Blooming of cactus (Floraison des cactus)Blooming of cactus (Floraison des cactus)
Blooming of cactus (Floraison des cactus)Charlotte **
 
webdynpro에서 roadmap 사용
webdynpro에서 roadmap 사용webdynpro에서 roadmap 사용
webdynpro에서 roadmap 사용jung_se_hun
 
[Fr] diner débat du club des partenaires IT
[Fr] diner débat du club des partenaires IT [Fr] diner débat du club des partenaires IT
[Fr] diner débat du club des partenaires IT Yann Gourvennec
 

Viewers also liked (20)

G44083642
G44083642G44083642
G44083642
 
F044022531
F044022531F044022531
F044022531
 
Ad044203208
Ad044203208Ad044203208
Ad044203208
 
F044062933
F044062933F044062933
F044062933
 
Seasonal Dynamic of Mineral Macronutrients in Three Varieties of Clementine (...
Seasonal Dynamic of Mineral Macronutrients in Three Varieties of Clementine (...Seasonal Dynamic of Mineral Macronutrients in Three Varieties of Clementine (...
Seasonal Dynamic of Mineral Macronutrients in Three Varieties of Clementine (...
 
Optimization of Fuzzy Matrix Games of Order 4 X 3
Optimization of Fuzzy Matrix Games of Order 4 X 3Optimization of Fuzzy Matrix Games of Order 4 X 3
Optimization of Fuzzy Matrix Games of Order 4 X 3
 
Implementation of UART with BIST Technique Using Low Power LFSR
Implementation of UART with BIST Technique Using Low Power LFSRImplementation of UART with BIST Technique Using Low Power LFSR
Implementation of UART with BIST Technique Using Low Power LFSR
 
Transformerless Topology for Grid-Conected Inverters With Unipolar PWM Control
Transformerless Topology for Grid-Conected Inverters With Unipolar PWM ControlTransformerless Topology for Grid-Conected Inverters With Unipolar PWM Control
Transformerless Topology for Grid-Conected Inverters With Unipolar PWM Control
 
Software Based Traffic Separation at the Access Layer
Software Based Traffic Separation at the Access LayerSoftware Based Traffic Separation at the Access Layer
Software Based Traffic Separation at the Access Layer
 
Identification of Project Risks & Risk Breakdown Structure In Manufacture of ...
Identification of Project Risks & Risk Breakdown Structure In Manufacture of ...Identification of Project Risks & Risk Breakdown Structure In Manufacture of ...
Identification of Project Risks & Risk Breakdown Structure In Manufacture of ...
 
Strength Evaluation of Steel-Nylon Hybrid Fibre Reinforced Concrete
Strength Evaluation of Steel-Nylon Hybrid Fibre Reinforced ConcreteStrength Evaluation of Steel-Nylon Hybrid Fibre Reinforced Concrete
Strength Evaluation of Steel-Nylon Hybrid Fibre Reinforced Concrete
 
A Thesis on Design Optimization of Heat Sink in Power Electronics
A Thesis on Design Optimization of Heat Sink in Power ElectronicsA Thesis on Design Optimization of Heat Sink in Power Electronics
A Thesis on Design Optimization of Heat Sink in Power Electronics
 
Ab4506151155
Ab4506151155Ab4506151155
Ab4506151155
 
A045040110
A045040110A045040110
A045040110
 
D045051926
D045051926D045051926
D045051926
 
A045060107
A045060107A045060107
A045060107
 
Unos amigos en el sahara
Unos amigos en el saharaUnos amigos en el sahara
Unos amigos en el sahara
 
Blooming of cactus (Floraison des cactus)
Blooming of cactus (Floraison des cactus)Blooming of cactus (Floraison des cactus)
Blooming of cactus (Floraison des cactus)
 
webdynpro에서 roadmap 사용
webdynpro에서 roadmap 사용webdynpro에서 roadmap 사용
webdynpro에서 roadmap 사용
 
[Fr] diner débat du club des partenaires IT
[Fr] diner débat du club des partenaires IT [Fr] diner débat du club des partenaires IT
[Fr] diner débat du club des partenaires IT
 

Similar to G0443640

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
 
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
 
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
 
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
 
WAVELET BASED AUTHENTICATION/SECRET TRANSMISSION THROUGH IMAGE RESIZING (WA...
WAVELET BASED AUTHENTICATION/SECRET  TRANSMISSION THROUGH IMAGE RESIZING  (WA...WAVELET BASED AUTHENTICATION/SECRET  TRANSMISSION THROUGH IMAGE RESIZING  (WA...
WAVELET BASED AUTHENTICATION/SECRET TRANSMISSION THROUGH IMAGE RESIZING (WA...sipij
 
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
 
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
 
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
 
A New Approach for Segmentation of Fused Images using Cluster based Thresholding
A New Approach for Segmentation of Fused Images using Cluster based ThresholdingA New Approach for Segmentation of Fused Images using Cluster based Thresholding
A New Approach for Segmentation of Fused Images using Cluster based ThresholdingIDES Editor
 
A Novel Super Resolution Algorithm Using Interpolation and LWT Based Denoisin...
A Novel Super Resolution Algorithm Using Interpolation and LWT Based Denoisin...A Novel Super Resolution Algorithm Using Interpolation and LWT Based Denoisin...
A Novel Super Resolution Algorithm Using Interpolation and LWT Based Denoisin...CSCJournals
 
PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION
PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION
PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION cscpconf
 
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
 
Multimodal Medical Image Fusion Based On SVD
Multimodal Medical Image Fusion Based On SVDMultimodal Medical Image Fusion Based On SVD
Multimodal Medical Image Fusion Based On SVDIOSR Journals
 

Similar to G0443640 (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
 
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...
 
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
 
Dv34745751
Dv34745751Dv34745751
Dv34745751
 
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
 
WAVELET BASED AUTHENTICATION/SECRET TRANSMISSION THROUGH IMAGE RESIZING (WA...
WAVELET BASED AUTHENTICATION/SECRET  TRANSMISSION THROUGH IMAGE RESIZING  (WA...WAVELET BASED AUTHENTICATION/SECRET  TRANSMISSION THROUGH IMAGE RESIZING  (WA...
WAVELET BASED AUTHENTICATION/SECRET TRANSMISSION THROUGH IMAGE RESIZING (WA...
 
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
 
1873 1878
1873 18781873 1878
1873 1878
 
1873 1878
1873 18781873 1878
1873 1878
 
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 ...
 
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
 
A New Approach for Segmentation of Fused Images using Cluster based Thresholding
A New Approach for Segmentation of Fused Images using Cluster based ThresholdingA New Approach for Segmentation of Fused Images using Cluster based Thresholding
A New Approach for Segmentation of Fused Images using Cluster based Thresholding
 
A Novel Super Resolution Algorithm Using Interpolation and LWT Based Denoisin...
A Novel Super Resolution Algorithm Using Interpolation and LWT Based Denoisin...A Novel Super Resolution Algorithm Using Interpolation and LWT Based Denoisin...
A Novel Super Resolution Algorithm Using Interpolation and LWT Based Denoisin...
 
PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION
PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION
PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION
 
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...
 
E017263040
E017263040E017263040
E017263040
 
Multimodal Medical Image Fusion Based On SVD
Multimodal Medical Image Fusion Based On SVDMultimodal Medical Image Fusion Based On SVD
Multimodal Medical Image Fusion Based On SVD
 
Ct31628631
Ct31628631Ct31628631
Ct31628631
 
I010135760
I010135760I010135760
I010135760
 

Recently uploaded

Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 

Recently uploaded (20)

Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 

G0443640

  • 1. Aswathy Mohan et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.36-40 www.ijera.com 36 | P a g e Image Enhancement Using DWT DCT and SVD Aswathy Mohan, Mary Linda P A Mtech, Department of Computer Science, Model Engineering College, Thrikkakara ABSTRACT: Image enhancement deals with enhancing the image so that it provides more details. Several techniques are proposed for contrast enhancement of a low-contrast satellite images and CT scans. Here a new technique has been proposed based on the Discrete Wavelet Transform(DWT) Singular Value Decomposition (SVD) and Discrete Cosine Transform (DCT). The proposed technique divides image into blocks and converts each block of image into the DWT-SVD-DCT domain after normalizing the singular value matrix. Then the modified image is reconstructed by using inverse DCT and DWT and the blocks are combined. Adaptive Histogram Equalization (AHE) has been used here. Results of the proposed method clearly indicates increased efficiency and flexibility perceptually and quantitatively over the existing methods like DWT-SVD technique. Keywords– Adaptive histogram, DCT, DWT, Histogram Equalization, SVD I. INTRODUCTION Digital Image processing deals with processing of digital images. Digital images have digitized value of intensities. Image enhancement deals with enhancing images so that visual quality of image improves thus providing more information. Medical Imagery deals with images that are used for medical purposes like from CT scans MRI scans. Enhancement of such images gives better understanding of diseases. Here an enhancement method using DWT DCT and SVD transform is proposed. This uses advantages of the three transforms for image enhancement. II. PROPOSED METHOD Satellite images are low contrast and dark images, which has complete information but is not visible. Similarly CT scans are also dark images . So the enhancement of such images will help to get more information. The problem is how the contrast of an image can be improved from the input satellite images and CT images. Here a new contrast enhancement technique is proposed. There are 3 parts involved. First one is dividing the image into 4 blocks so that the operation can be done on each block. Then DWT followed by DCT and SVD. The result shows that images are visibly enhanced using DWT-DCT-SVD method by incorporating AHE. 2.1 Histogram Manipulation The histogram of an image is a plot of number of occurrences of gray levels in the image against the gray level values. The histogram provides a convenient summary of the intensities in an image. Equalisation is the process that attempts to spread gray level in an image so that they are evenly distributed across their range. Histogram equalization reassigns the brightness values of pixels based on image enhancement. Histogram equalization provides more visually pleasing results. Adaptive Histogram Equalization (AHE) computes several histograms, each corresponding to a distinct section of the image, and uses them to redistribute the lightness values of the image. It is therefore suitable for improving the local contrast of an image. Adaptive histogram equalization transforms each pixel with a transformation function derived from a neighborhood region. It enhances the contrast of images by transforming the values in the intensity image using contrast-limited adaptive histogram equalization (CLAHE). It operates on small data regions (tiles) and each tile's contrast is enhanced, so that the histogram of the output region approximately matches the specified histogram. The neighboring tiles are then combined using bilinear interpolation in order to eliminate artificially induced boundaries. The contrast, especially in homogeneous areas, can be limited in order to avoid amplifying the noise which might be present in the image. 2.2 DWT The decomposition of images into various frequency ranges permits the isolation of the frequency into certain sub-bands. This process results in isolating small changes in an image mainly in low frequency sub-band images. The 2D wavelet decomposition of an image is performed by applying 1D DWT along the rows of the image first, and, then, the results are decomposed along the columns. This Decomposition results in four decomposed sub-band images referred to as low-low (LL), low-high (LH), high-low (HL), and high-high (HH). The Haar wavelet was introduced in 1910. It is a bipolar step function. The other wavelets are Daubechies Wavelet, Morlet Wavelet, Mexican Hat Wavelet and Shannon Wavelet. RESEARCH ARTICLE OPEN ACCESS
  • 2. Aswathy Mohan et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.36-40 www.ijera.com 37 | P a g e 2.3 DCT The DCT transforms or converts a signal from spatial domain into a frequency domain. DCT is real-valued and provides a better approximation of a signal with few coefficients. This approach reduces the size of the normal equations by discarding higher frequency DCT coefficients. Important structural information is present in the low frequency DCT coefficients. Hence, separating the high-frequency DCT coefficient and applying the illumination enhancement in the low–frequency DCT coefficient, it will collect and cover the edge information from satellite images. The enhanced image is reconstructed by using inverse DCT and it will be sharper with good contrast. 2.4 SVD SVD is based on a theorem from linear algebra which says that a rectangular matrix A, which is a product of three matrices that is (i) an orthogonal matrix UA, (ii) a diagonal matrix ΣA and (iii) the transpose of an orthogonal matrix VA. The singular- value-based image equalization (SVE) technique is based on equalizing the singular value matrix obtained by singular value decomposition (SVD). SVD of an image, can be interpreted as a matrix, is written as follows: Basic enhancement occurs due to scaling of singular values of the DCT coefficients. The singular value matrix represents the intensity information of input image and any change on the singular values change the intensity of the input image. The main advantage of using SVD for image equalization, ΣA contains the intensity information of the image. 2.5 Algorithm In the proposed technique, initially the input image „A‟ is processed through AHE to generate „newA‟ image. Then the DWT of the orginal image and „newA‟ image is taken. After getting this, the LL of both of these images are transformed by DCT into the lower frequency DCT coefficient and higher– frequency DCT coefficient. Then, the correction coefficient for the singular value matrix can be calculated by using: Where numerator is the lower-frequency coefficient singular matrix of the DWT of satellite input image, and denominator is the lower-frequency coefficient singular matrix of the DWT of satellite output image of the Adaptive Histogram Equalization (AHE). The new satellite image (D) is determined by: ---- is the lower DCT frequency component of the original image that is reconstructed by applying the inverse operation (IDCT) to produce equalized image is ………………………… Then the IDWT of newA with LH HL HH components gives the enhanced image. The steps is as follows 1. Divide the image into 4 blocks 2. Apply AHE to the image A to get newA 3. Take DWT of the resultant image and decompose into LL LH HL and HH [LL, LH, HO, HH] = DWT (newA) 4. Take DCT of LL component 5. Apply DWT to Orginal Image A and decompose them into LLA LHA HLA HHA 6. Apply DCT to LLA 7. Take SVD of the two DCT applied images and take correction coefficient for the singular value 8. Obtain new LL image by multiplying U, correction coefficient, ∑ ,V values from SVD 9. Take IDCT of the LL image to get ̄A 10. Apply IDWT to ̄A image and LHA HLA HHA 11. Combine the 4 blocks of the image to form the original image 2.6 Performance measures The performance of this method is measured in terms of following significant parameters:
  • 3. Aswathy Mohan et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.36-40 www.ijera.com 38 | P a g e Mean (μ) is the average of all intensity value. It denotes average brightness of the image, where as standard deviation is the deviation of the intensity values about mean. It denotes average contrast of the image. Here I(x, y) is the intensity value of the pixel (x, y), and (M, N) are the dimension of the Image. RESULT Mean (μ) is the average of all intensity value. It denotes average brightness of the image, where as standard deviation is the deviation of the intensity values about mean. It denotes average contrast of the image. Here I(x, y) is the intensity value of the pixel (x, y), and (M, N) are the dimension of the Image [6]. The results for the enhancement of satellite images and CT Scans are given in fig 3.1. The visual and quantitative result shows that the proposed method has increased efficiency and flexibility. The resultant images for the enhancement of satellite images are given below fig 3.3, the following resultant images of DWT-DCT-SVD gives the better contrast as well as high image quality. Fig 3.1 Input CT Scan. Image Courtesy[13] Fig 3.2 Output CT Scan. Fig 3.3 Input Satellite Image. Image Courtesy[14] Fig 3.4 Output Satellite Image The quality of the visual results indicates that the proposed technique is sharper and brighter
  • 4. Aswathy Mohan et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.36-40 www.ijera.com 39 | P a g e than existing technique as compared. After obtaining mean and standard deviation, it is found that the proposed algorithm gives better results in comparison with the existing techniques. Mean (μ) represent the intensity of the image and the standard deviation represent (σ) the contrast present in the images. The proposed method represents the better contrast as well as better brightness with appropriate contrast. In order to exhibit the superiority of the proposed methodology two different images have been taken for analysis. The singular values denote luminance of each image layer after decomposition using DWT and DCT methodology. The Mean (μ) & standard deviation (σ ) values are given below for analysis of this result. Here we can observe that the proposed method gives better contrast as well as better brightness than the DWT SVD method. Table 3.1: Comparison of the results between proposed methodology and already existing technique Mean Standard Deviation Input Satellite Image 179.0545 12.3043 DWT+SVD 157.0131 11.1123 Proposed Technique 168.5849 29.1964 Input CT Scan Image 88.2227 88.1706 DWT+SVD 90.5319 90.4389 Proposed Technique 94.3802 98.2193 From the Table 3.1 above its clear that the mean and standard deviation of the CT scans have increased significantly and the output image shows increase in visibility. For satellite image mean has decreased but standard deviation has increased. III. CONCLUSION In this paper, a new technique has been proposed based on the Discrete Wavelet Transform (DWT), Singular Value Decomposition (SVD) and Discrete Cosine Transform (DCT) that means DWT- DCT-SVD domain for enhancement of low-contrast satellite and CT Scan images. As the block decomposition approach is used each block is processed separately thus providing more local enhancement. The basic enhancement occurs due to scaling of singular values of the DCT coefficients of the lower Sub-band of DWT. Performance of this technique has been compared with existing contrast enhancement techniques DWT-SVD based technique. From the above experimental results, it can be concluded that the proposed algorithm is effective in enhancing low contrast images and the visibility improvement. The results show that the proposed technique gives better performance in terms of contrast (variance) as well as brightness (mean) of the enhanced. Thus, this technique can be considered suitable for enhancement of low contrast satellite image and CT Scans. In future this work can be extended to color images as well. Instead of SVD PCA method can be used for enhancement. References [1] R. C. Gonzalez, and R. E. Woods, “Digital Image Processing”, Englewood Cliffs, NJ: Prentice-Hall, 2007 [2] G.Praveena, M.Venkatasrinu, A Modified SVD-DCT Method for Enhancement of Low Contrast Satellite Images, International Journal Of Computational Engineering Research, 5(2), 2012, 1615-1619. [3] Ganesh naga sai Prasad. V , Habibullah khan , Image enhancement using Wavelet transforms and SVD ,Bhavana.k,Muralidhar.Ch ,Tulasi sai kiran.Ch, International Journal of Engineering Science and Technology, 4(3), 2012, 1080-1087. [4] K. Bhandari, A. Kumar and P. K. Padhy, Enhancement of Low Contrast Satellite Images using Discrete Cosine Transform and Singular Value Decomposition,World Academy of Science, Engineering and Technology , 2011. [5] Sulochana S Vidhya R, Satellite Image Contrast Enhancement using Multi wavelets and Singular Value Decomposition(SVD) , International Journal of Computer Applications 35(7), 2011,0975 – 8887.
  • 5. Aswathy Mohan et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.36-40 www.ijera.com 40 | P a g e [6] Hasan Demirel, Cagri Ozcinar, and Gholamreza Anbarjafari, Satellite Image Contrast Enhancement Using Discrete Wavelet Transform and Singular Value Decomposition, in IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 7, NO. 2, APRIL 2010. [7] P. S. Murty, and K.P. Rajesh, A Robust Digital Image Watermarking Scheme Using Hybrid DWT-DCT-SVD Technique , International Journal of Computer Science and Network Security, Vol.10, No.1, October 2010, 185-192 [8] Hasan Demirel and Gholamreza Anbarjafari, IMAGE Resolution Enhancement by Using Discrete and Stationary Wavelet Decomposition, IEEE transactions on IMAGE PROCESSING, 20( 5) [9] H. Demirel and G. Anbarjafari, Satellite image resolution enhancement using complex wavelet transform, IEEE Geosciences and Remote Sensing Letter, 7(1), Jan. 2010, 123–126,. [10] Kirk Baker,” Singular Value Decomposition Tutorial”. March 29, 2005 [11] T. K. Kim, J. K. Paik, and B. S. Kang, Contrast enhancement system using spatially adaptive histogram equalization with temporal filtering, IEEE Trans. Consum. Electron. 44( 1), Feb. 1998, pp. 82-87. [12] H. Demirel, G. Anbarjafari, and M. N. S. Jahromi, Image equalization based on singular value decomposition, in Proc. 23rd IEEE Int.Symp.Comput. Inf. Sci., Istanbul, Turkey, Oct. 2008, pp. 1-5. [13] http://www.intjem.com/content/4/1/64/figure/F 4 [14] http://gal1.piclab.us/key/photos lowcontrast