SlideShare a Scribd company logo
1 of 4
Download to read offline
KASHYAP JOSHI et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 12( Part 6), December 2014, pp.188-191
www.ijera.com 188|P a g e
Image Enhancement Using Filter To Adjust Dynamic Range of
Pixels
KASHYAP JOSHI, JAYKRISHNA JOSHI, JAYASHREE KHANAPURI
Mukesh Patel School of Technology, Management & Engineering, Mumbai, India
Alamuri Ratnamala Institute of Management & Technology, Mumbai, India
Dean(Academics), K.J.Somaiya College Of Engineering, Mumbai, India
ABSTRACT:
In this paper, we propose a novel algorithm for image enhancement in compressed (DCT) domain. Despite, few
algorithms have been reported to enhance images in DCT domain proposed algorithm differs from previous
algorithms in such a way that it enhances both dark and bright regions of an image equally well. In addition, it
outperforms in enhancing the chromatic components as well as luminance components. Since the algorithm
works in DCT domain, computational complexity is reduced reasonably.
I. INTRODUCTION
To improve visualization in the field of image
processing the technique of enhancement is used.
Research in human Psycho-visual system yields an
idea to compress an image by removing redundant
information without affecting its quality. One such
widely used compression standard is JPEG [2] (Joint
Photographic Experts Group). Basic building block of
JPEG compression is Discrete Cosine Transform [2]
which transforms an image from spatial domain to
compressed domain. 2D DCT with quantization,
zigzag alignment, and run length coding are used to
encode the data in JPEG.
Today various techniques exist to compress image
both in spatial and DCT domain. Spatial domain
enhancing technique originates from histogram
equalization and spans widely to low pass filtering,
un-sharp masking, and high pass filtering, etc. These
enhancing techniques achieve desirable result in
enhancing gray-level images. But in modern days, we
are inspired with less storage space for data storage
and speed up in data transferring. Since all the
previous mentioned algorithms work in spatial
domain [10], they fail to provide compression.
However these algorithms could be used in pre-
compression and post compression
stages as reported in [7] with increased complexities
and reduced computing speed. Other drawback with
these algorithms is they work only with gray-level
images.
Modifications to these algorithms have been
reported to work with color images as well, but still in
spatial domain. Technique has been reported to
enhance the contrast alone of the image by
considering the DCT coefficients as the different
band sets [7]. This is one of radical technique which
brought the attention of researchers to develop
enhancing algorithms in DCT space. However this
algorithm speaks enhancement of contrast alone.
Alpha rooting [3, 9, and 11] and multi contrast
enhancement [7] are other algorithms to work in DCT
domain. These algorithms did not report with
processing on chromatic components. Further they
use non-uniform scaling constants for various bands
of frequencies of DCT block. With this motivation
and background, we present an algorithm in such a
way
1) To enhance both dark and bright regions of an
image equally well.
2) To enhance chromatic components as like as
luminance component.
3) To enhance with uniform scaling coefficient for all
frequency band sets of DCT blocks.
4) To enhance with complexity reduction because it
works in compressed domain.
II. DISCRETE COSINE TRANSFORM
For a 2D image say, I(x, y) DCT coefficients are
obtained as,
Where
Since DCT is a linear transformation, scaling and
superposition applied in DCT domain will be
reflected in spatial domain as well and vice versa.
Block DCT space is used in JPEG with a block size
as 8 X 8 [2]. JPEG takes advantage of human visual
system which is less sensitive to high frequency
components than low frequency components, hence
quantize, and loose unwanted high frequency
coefficients. Mean while, JPEG prefers Y-Cb-Cr
space to compress the image, since chromatic
RESEARCH ARTICLE OPEN ACCESS
KASHYAP JOSHI et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 12( Part 6), December 2014, pp.188-191
www.ijera.com 189|P a g e
components are less correlated in Y-Cb-Cr color
space than R-G-B Space, [2]. As per human visual
system, Contrast is defined as the ratio of high
frequency terms to low frequency terms. This means,
contrast is the ratio of standard deviation over a block
to mean of the block [Weber law]. Weber law defines
the contrast in DCT space as
Where µ is the mean and is the standard
deviation of DCT block respectively. In a block,
mean is defined to be the DC coefficient as
And standard deviation is defined as
Where is the normalized constant defined to be
From (4), and (5), it is verified that contrast is the
ratio of high frequency coefficients to low frequency
coefficients.
For Y- - Color Space the luminance
component, and the chrominance components
are represented as the linear combination of R, G, and
B respectively. Relation is described as
III. PROPOSED ALGORITHM
Fig 1. Block diagram for color image enhancement in
compressed DCT domain
Presented algorithm does the enhancement in
two passes as shown in fig 1 and the idea here is to
adjust the dynamic range of the pixels. A function
which rises exponentially is used to adjust the
dynamic range during the first pass. This function is
described in (8). This function serves better in
enhancing darker region of an image. A function
which decays exponentially is used to adjust the
dynamic range during the second pass. This function
is shown in (9). This function enhances the bright
region of an image well.
And
Fig 2. Plot of function in (8)
Fig 3. Plot of function in (9)
Plots of these two functions are shown in the
fig.2 and fig.3. The algorithm aims at finding the
factor λ which is mentioned in [7] using both the
functions. DC coefficient of a block is normalized
and translated slightly higher in amplitude with the
help of function shown in (8). This translated value is
divided by actual value to find the factor λ as shown
in (10).
KASHYAP JOSHI et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 12( Part 6), December 2014, pp.188-191
www.ijera.com 190|P a g e
Where is the maximum pixel value of all
blocks. Now, all the coefficients of luminance block
are multiplied by this λ to enhance spatial domain
pixel values. Since Multiplication is done with all DC
and AC coefficients by the same factor, over all
contrast of the block is kept unvaried. This could be
written in equation as
Similar procedure is used for chromatic components
as well. In processing the chromatic components, we
enhance the color details of an image.
IV. RESULTS
We have taken a test image shown in fig. 4 and fig
7. Result obtained after first pass is shown in fig 5
and fig 8.Result reveals that darker regions are well
enhanced but with too much brightness. This
excessive brightness need to be removed during the
second pass. Output image from first pass is given as
input to the second pass. Procedure is same as above,
except it uses different λ for range adjustment as
already explained. This explanation is supported with
(14). Treatment to chromatic components is also
similar. Equations (11), (12) and (13) support this
theoretical discussion.
Results obtained after second pass is shown in
fig.6 and fig 9. One could see from this figure that too
much brightness visible during the first pass is
removed. In addition; enhancement over bright and
dark regions is performed.
Fig 4.Original Tower Image
Fig 5.Output of Filter one
Fig 6.Enhanced Image
Fig 7.Original Leena Image
Fig 8.Output of Filter one
KASHYAP JOSHI et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 12( Part 6), December 2014, pp.188-191
www.ijera.com 191|P a g e
Fig 9 .Enhanced Image
V. CONCLUSION
In this paper an algorithm is presented to enhance
images in the compressed domain. Proposed
Algorithm is less complex and it outperforms in
enhancing chromatic and luminance components
equally well. The values from JPQM and PSNR
metrics insist that quality after enhancement is
improved. Algorithm is faster than the efficient image
enhancement in compressed domain
ACKNOWLEDGEMENT
I Jaykrishna Joshi would like to thank everyone,
including: parents, teachers, family, friends, and in
essence, all sentient beings for their help and support
this paper would not have been possible. Especially, I
dedicate my acknowledgment of gratitude toward my
mentor and Co-author Prof. Dattatray Babe and Prof.
Sanjay Hundiwale for his guidance and support.
REFERENCES
[1] Gregory K. Wallace, “The JPEG still picture
compression standard,” in IEEE transactions on
consumer electronics, vol ,pp. dec 1991.
[2] S. Aghagolzadeh and O. K. Ersoy, “Transform
image enhancement,”Opt. Eng., vol. 31, pp.
614–626, Mar. 1992.
[3] T.Tadashi Kasezawa, “Blocking artifacts
reduction using discrete cosine transform,”
IEEETrans.Consumer Electron., vol. 43, no. 1,
Feb.1997.
[4] S. S. O.Steven S. O. Choy, Y.-H.Yuk-Hee
Chan, andW.-C.Wan-Chi Siu, “Reduction of
blocktransform image coding artifacts by using
local statistics of transform coefficients,” IEEE
Signal Processing Letters, vol. 4, no. 1, pp. 5–7,
Jan.1997.
[5] Z. Wang, H. R. Sheikh, and A. C. Bovik,
“Noreference perceptual quality assessment of
JPEG compressed images,” in Proc. Int. Conf.
Image Processing, Rochester, NY, Sep. 2002,
vol. I, pp. 477–480.
[6] J. Tang, E. Peli, and S. Acton, “Image
enhancement using a contrast measure in the
compressed domain,” IEEE Signal Process.
Lett., vol. 10, no. 10, pp. 289–292, Oct. 2003.
[7] Ying Luo and Rabab K. Ward , “Removing the
Blocking Artifacts of Block-Based DCT
Compressed Images”, IEEE transactions on
Image Processing, Vol. 12, No. 7, July 2003.
[8] Yasuyuki Shibuya, etal,”Alpha E- and Alpha
Ncatenin Expression in Dorsal Root Ganglia
and Spinal Cord”, Kobe J. Med. Sci., Vol. 49,
No. 4, pp. 93-98, 2003.
[9] Chi-Farn Chen, Hung-Yu Chang, Li-Yu Chang,
“A Fuzzy-based method for remote sensing
image contrast enhancement,” The International
Archives of the Photogrammetry, Remote
Sensing and Spatial Information Sciences, Vol.
XXXVII. Part B2. Beijing 2008.pp995-999.

More Related Content

What's hot

ROI Based Image Compression in Baseline JPEG
ROI Based Image Compression in Baseline JPEGROI Based Image Compression in Baseline JPEG
ROI Based Image Compression in Baseline JPEGIJERA Editor
 
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
 
Satellite image resolution enhancement using multi
Satellite image resolution enhancement using multiSatellite image resolution enhancement using multi
Satellite image resolution enhancement using multieSAT Publishing House
 
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
 
Satellite Image Enhancement Using Dual Tree Complex Wavelet Transform
Satellite Image Enhancement Using Dual Tree Complex Wavelet TransformSatellite Image Enhancement Using Dual Tree Complex Wavelet Transform
Satellite Image Enhancement Using Dual Tree Complex Wavelet TransformjournalBEEI
 
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...IRJET Journal
 
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
 
Image resolution enhancement by using wavelet transform 2
Image resolution enhancement by using wavelet transform 2Image resolution enhancement by using wavelet transform 2
Image resolution enhancement by using wavelet transform 2IAEME Publication
 
Comparative Analysis of Lossless Image Compression Based On Row By Row Classi...
Comparative Analysis of Lossless Image Compression Based On Row By Row Classi...Comparative Analysis of Lossless Image Compression Based On Row By Row Classi...
Comparative Analysis of Lossless Image Compression Based On Row By Row Classi...IJERA Editor
 
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
 
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
 
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
 
Illumination Invariant Face Recognition System using Local Directional Patter...
Illumination Invariant Face Recognition System using Local Directional Patter...Illumination Invariant Face Recognition System using Local Directional Patter...
Illumination Invariant Face Recognition System using Local Directional Patter...Editor IJCATR
 

What's hot (17)

ROI Based Image Compression in Baseline JPEG
ROI Based Image Compression in Baseline JPEGROI Based Image Compression in Baseline JPEG
ROI Based Image Compression in Baseline JPEG
 
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...
 
Ijetr011837
Ijetr011837Ijetr011837
Ijetr011837
 
Satellite image resolution enhancement using multi
Satellite image resolution enhancement using multiSatellite image resolution enhancement using multi
Satellite image resolution enhancement using multi
 
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
 
Satellite Image Enhancement Using Dual Tree Complex Wavelet Transform
Satellite Image Enhancement Using Dual Tree Complex Wavelet TransformSatellite Image Enhancement Using Dual Tree Complex Wavelet Transform
Satellite Image Enhancement Using Dual Tree Complex Wavelet Transform
 
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
 
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...
 
Image resolution enhancement by using wavelet transform 2
Image resolution enhancement by using wavelet transform 2Image resolution enhancement by using wavelet transform 2
Image resolution enhancement by using wavelet transform 2
 
Comparative Analysis of Lossless Image Compression Based On Row By Row Classi...
Comparative Analysis of Lossless Image Compression Based On Row By Row Classi...Comparative Analysis of Lossless Image Compression Based On Row By Row Classi...
Comparative Analysis of Lossless Image Compression Based On Row By Row Classi...
 
Jpeg
JpegJpeg
Jpeg
 
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
 
Kv3419501953
Kv3419501953Kv3419501953
Kv3419501953
 
Dv34745751
Dv34745751Dv34745751
Dv34745751
 
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...
 
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
 
Illumination Invariant Face Recognition System using Local Directional Patter...
Illumination Invariant Face Recognition System using Local Directional Patter...Illumination Invariant Face Recognition System using Local Directional Patter...
Illumination Invariant Face Recognition System using Local Directional Patter...
 

Viewers also liked

моя школа
моя школамоя школа
моя школаHasmik12
 
Improving the Role of Universities in Conserving the Architectural Heritage
Improving the Role of Universities in Conserving the Architectural HeritageImproving the Role of Universities in Conserving the Architectural Heritage
Improving the Role of Universities in Conserving the Architectural HeritageIJERA Editor
 
A nano-reference-system based on two orthogonal (molecular) micro-goniometers...
A nano-reference-system based on two orthogonal (molecular) micro-goniometers...A nano-reference-system based on two orthogonal (molecular) micro-goniometers...
A nano-reference-system based on two orthogonal (molecular) micro-goniometers...IJERA Editor
 
Tilitoimiston tehokas tuotanto
Tilitoimiston tehokas tuotantoTilitoimiston tehokas tuotanto
Tilitoimiston tehokas tuotantoLeijonaksi
 
Study of Effecting Factors on Housing Price by Hedonic Model A Case Study of ...
Study of Effecting Factors on Housing Price by Hedonic Model A Case Study of ...Study of Effecting Factors on Housing Price by Hedonic Model A Case Study of ...
Study of Effecting Factors on Housing Price by Hedonic Model A Case Study of ...IJERA Editor
 
Design of a Low Power Combinational Circuit by using Adiabatic Logic
Design of a Low Power Combinational Circuit by using Adiabatic LogicDesign of a Low Power Combinational Circuit by using Adiabatic Logic
Design of a Low Power Combinational Circuit by using Adiabatic LogicIJERA Editor
 
M U S I C A N D S U P E R H E A L T H D R
M U S I C  A N D  S U P E R H E A L T H  D RM U S I C  A N D  S U P E R H E A L T H  D R
M U S I C A N D S U P E R H E A L T H D Rdrsolapurkar
 
Smalkā robeža (The Slight Edge) - Mārtiņa Martinsona grāmatas apskats
Smalkā robeža (The Slight Edge) - Mārtiņa Martinsona grāmatas apskatsSmalkā robeža (The Slight Edge) - Mārtiņa Martinsona grāmatas apskats
Smalkā robeža (The Slight Edge) - Mārtiņa Martinsona grāmatas apskatsFranklinCovey Latvia
 
A Simulated Behavioral Study of DSR Routing Protocol Using NS-2
A Simulated Behavioral Study of DSR Routing Protocol Using NS-2A Simulated Behavioral Study of DSR Routing Protocol Using NS-2
A Simulated Behavioral Study of DSR Routing Protocol Using NS-2IJERA Editor
 

Viewers also liked (14)

моя школа
моя школамоя школа
моя школа
 
Improving the Role of Universities in Conserving the Architectural Heritage
Improving the Role of Universities in Conserving the Architectural HeritageImproving the Role of Universities in Conserving the Architectural Heritage
Improving the Role of Universities in Conserving the Architectural Heritage
 
A nano-reference-system based on two orthogonal (molecular) micro-goniometers...
A nano-reference-system based on two orthogonal (molecular) micro-goniometers...A nano-reference-system based on two orthogonal (molecular) micro-goniometers...
A nano-reference-system based on two orthogonal (molecular) micro-goniometers...
 
Tilitoimiston tehokas tuotanto
Tilitoimiston tehokas tuotantoTilitoimiston tehokas tuotanto
Tilitoimiston tehokas tuotanto
 
Study of Effecting Factors on Housing Price by Hedonic Model A Case Study of ...
Study of Effecting Factors on Housing Price by Hedonic Model A Case Study of ...Study of Effecting Factors on Housing Price by Hedonic Model A Case Study of ...
Study of Effecting Factors on Housing Price by Hedonic Model A Case Study of ...
 
Design of a Low Power Combinational Circuit by using Adiabatic Logic
Design of a Low Power Combinational Circuit by using Adiabatic LogicDesign of a Low Power Combinational Circuit by using Adiabatic Logic
Design of a Low Power Combinational Circuit by using Adiabatic Logic
 
Surat lamaran kerja
Surat lamaran kerjaSurat lamaran kerja
Surat lamaran kerja
 
M U S I C A N D S U P E R H E A L T H D R
M U S I C  A N D  S U P E R H E A L T H  D RM U S I C  A N D  S U P E R H E A L T H  D R
M U S I C A N D S U P E R H E A L T H D R
 
Smalkā robeža (The Slight Edge) - Mārtiņa Martinsona grāmatas apskats
Smalkā robeža (The Slight Edge) - Mārtiņa Martinsona grāmatas apskatsSmalkā robeža (The Slight Edge) - Mārtiņa Martinsona grāmatas apskats
Smalkā robeža (The Slight Edge) - Mārtiņa Martinsona grāmatas apskats
 
Libya ulke raporu_2013
Libya ulke raporu_2013Libya ulke raporu_2013
Libya ulke raporu_2013
 
A Simulated Behavioral Study of DSR Routing Protocol Using NS-2
A Simulated Behavioral Study of DSR Routing Protocol Using NS-2A Simulated Behavioral Study of DSR Routing Protocol Using NS-2
A Simulated Behavioral Study of DSR Routing Protocol Using NS-2
 
HCM 4 5-6
HCM 4 5-6HCM 4 5-6
HCM 4 5-6
 
CGG Logo
CGG LogoCGG Logo
CGG Logo
 
Vedere guardare mostrare
Vedere guardare mostrareVedere guardare mostrare
Vedere guardare mostrare
 

Similar to Image Enhancement Using Filter To Adjust Dynamic Range of Pixels

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
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Editor IJARCET
 
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...IJDKP
 
11.0003www.iiste.org call for paper_d_discrete cosine transform for image com...
11.0003www.iiste.org call for paper_d_discrete cosine transform for image com...11.0003www.iiste.org call for paper_d_discrete cosine transform for image com...
11.0003www.iiste.org call for paper_d_discrete cosine transform for image com...Alexander Decker
 
An improved image compression algorithm based on daubechies wavelets with ar...
An improved image compression algorithm based on daubechies  wavelets with ar...An improved image compression algorithm based on daubechies  wavelets with ar...
An improved image compression algorithm based on daubechies wavelets with ar...Alexander Decker
 
Pipelined Architecture of 2D-DCT, Quantization and ZigZag Process for JPEG Im...
Pipelined Architecture of 2D-DCT, Quantization and ZigZag Process for JPEG Im...Pipelined Architecture of 2D-DCT, Quantization and ZigZag Process for JPEG Im...
Pipelined Architecture of 2D-DCT, Quantization and ZigZag Process for JPEG Im...VLSICS Design
 
PIPELINED ARCHITECTURE OF 2D-DCT, QUANTIZATION AND ZIGZAG PROCESS FOR JPEG IM...
PIPELINED ARCHITECTURE OF 2D-DCT, QUANTIZATION AND ZIGZAG PROCESS FOR JPEG IM...PIPELINED ARCHITECTURE OF 2D-DCT, QUANTIZATION AND ZIGZAG PROCESS FOR JPEG IM...
PIPELINED ARCHITECTURE OF 2D-DCT, QUANTIZATION AND ZIGZAG PROCESS FOR JPEG IM...VLSICS Design
 
Traffic sign classification
Traffic sign classificationTraffic sign classification
Traffic sign classificationBill Kromydas
 
0 nidhi sethi_finalpaper--1-5
0 nidhi sethi_finalpaper--1-50 nidhi sethi_finalpaper--1-5
0 nidhi sethi_finalpaper--1-5Alexander Decker
 
A Review on Image Compression using DCT and DWT
A Review on Image Compression using DCT and DWTA Review on Image Compression using DCT and DWT
A Review on Image Compression using DCT and DWTIJSRD
 
A Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesA Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesIRJET Journal
 
DCT based Steganographic Evaluation parameter analysis in Frequency domain by...
DCT based Steganographic Evaluation parameter analysis in Frequency domain by...DCT based Steganographic Evaluation parameter analysis in Frequency domain by...
DCT based Steganographic Evaluation parameter analysis in Frequency domain by...IOSR Journals
 
SINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAIN
SINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAINSINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAIN
SINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAINijma
 
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
 
3 d discrete cosine transform for image compression
3 d discrete cosine transform for image compression3 d discrete cosine transform for image compression
3 d discrete cosine transform for image compressionAlexander Decker
 

Similar to Image Enhancement Using Filter To Adjust Dynamic Range of Pixels (20)

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
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322
 
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
 
Jv2517361741
Jv2517361741Jv2517361741
Jv2517361741
 
Jv2517361741
Jv2517361741Jv2517361741
Jv2517361741
 
11.0003www.iiste.org call for paper_d_discrete cosine transform for image com...
11.0003www.iiste.org call for paper_d_discrete cosine transform for image com...11.0003www.iiste.org call for paper_d_discrete cosine transform for image com...
11.0003www.iiste.org call for paper_d_discrete cosine transform for image com...
 
An improved image compression algorithm based on daubechies wavelets with ar...
An improved image compression algorithm based on daubechies  wavelets with ar...An improved image compression algorithm based on daubechies  wavelets with ar...
An improved image compression algorithm based on daubechies wavelets with ar...
 
Jl2516751681
Jl2516751681Jl2516751681
Jl2516751681
 
Jl2516751681
Jl2516751681Jl2516751681
Jl2516751681
 
Pipelined Architecture of 2D-DCT, Quantization and ZigZag Process for JPEG Im...
Pipelined Architecture of 2D-DCT, Quantization and ZigZag Process for JPEG Im...Pipelined Architecture of 2D-DCT, Quantization and ZigZag Process for JPEG Im...
Pipelined Architecture of 2D-DCT, Quantization and ZigZag Process for JPEG Im...
 
PIPELINED ARCHITECTURE OF 2D-DCT, QUANTIZATION AND ZIGZAG PROCESS FOR JPEG IM...
PIPELINED ARCHITECTURE OF 2D-DCT, QUANTIZATION AND ZIGZAG PROCESS FOR JPEG IM...PIPELINED ARCHITECTURE OF 2D-DCT, QUANTIZATION AND ZIGZAG PROCESS FOR JPEG IM...
PIPELINED ARCHITECTURE OF 2D-DCT, QUANTIZATION AND ZIGZAG PROCESS FOR JPEG IM...
 
Traffic sign classification
Traffic sign classificationTraffic sign classification
Traffic sign classification
 
0 nidhi sethi_finalpaper--1-5
0 nidhi sethi_finalpaper--1-50 nidhi sethi_finalpaper--1-5
0 nidhi sethi_finalpaper--1-5
 
A Review on Image Compression using DCT and DWT
A Review on Image Compression using DCT and DWTA Review on Image Compression using DCT and DWT
A Review on Image Compression using DCT and DWT
 
A Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesA Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement Techniques
 
DCT based Steganographic Evaluation parameter analysis in Frequency domain by...
DCT based Steganographic Evaluation parameter analysis in Frequency domain by...DCT based Steganographic Evaluation parameter analysis in Frequency domain by...
DCT based Steganographic Evaluation parameter analysis in Frequency domain by...
 
J017156874
J017156874J017156874
J017156874
 
SINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAIN
SINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAINSINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAIN
SINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAIN
 
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
 
3 d discrete cosine transform for image compression
3 d discrete cosine transform for image compression3 d discrete cosine transform for image compression
3 d discrete cosine transform for image compression
 

Recently uploaded

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
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
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
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
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 

Recently uploaded (20)

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
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
 
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
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
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
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 

Image Enhancement Using Filter To Adjust Dynamic Range of Pixels

  • 1. KASHYAP JOSHI et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 12( Part 6), December 2014, pp.188-191 www.ijera.com 188|P a g e Image Enhancement Using Filter To Adjust Dynamic Range of Pixels KASHYAP JOSHI, JAYKRISHNA JOSHI, JAYASHREE KHANAPURI Mukesh Patel School of Technology, Management & Engineering, Mumbai, India Alamuri Ratnamala Institute of Management & Technology, Mumbai, India Dean(Academics), K.J.Somaiya College Of Engineering, Mumbai, India ABSTRACT: In this paper, we propose a novel algorithm for image enhancement in compressed (DCT) domain. Despite, few algorithms have been reported to enhance images in DCT domain proposed algorithm differs from previous algorithms in such a way that it enhances both dark and bright regions of an image equally well. In addition, it outperforms in enhancing the chromatic components as well as luminance components. Since the algorithm works in DCT domain, computational complexity is reduced reasonably. I. INTRODUCTION To improve visualization in the field of image processing the technique of enhancement is used. Research in human Psycho-visual system yields an idea to compress an image by removing redundant information without affecting its quality. One such widely used compression standard is JPEG [2] (Joint Photographic Experts Group). Basic building block of JPEG compression is Discrete Cosine Transform [2] which transforms an image from spatial domain to compressed domain. 2D DCT with quantization, zigzag alignment, and run length coding are used to encode the data in JPEG. Today various techniques exist to compress image both in spatial and DCT domain. Spatial domain enhancing technique originates from histogram equalization and spans widely to low pass filtering, un-sharp masking, and high pass filtering, etc. These enhancing techniques achieve desirable result in enhancing gray-level images. But in modern days, we are inspired with less storage space for data storage and speed up in data transferring. Since all the previous mentioned algorithms work in spatial domain [10], they fail to provide compression. However these algorithms could be used in pre- compression and post compression stages as reported in [7] with increased complexities and reduced computing speed. Other drawback with these algorithms is they work only with gray-level images. Modifications to these algorithms have been reported to work with color images as well, but still in spatial domain. Technique has been reported to enhance the contrast alone of the image by considering the DCT coefficients as the different band sets [7]. This is one of radical technique which brought the attention of researchers to develop enhancing algorithms in DCT space. However this algorithm speaks enhancement of contrast alone. Alpha rooting [3, 9, and 11] and multi contrast enhancement [7] are other algorithms to work in DCT domain. These algorithms did not report with processing on chromatic components. Further they use non-uniform scaling constants for various bands of frequencies of DCT block. With this motivation and background, we present an algorithm in such a way 1) To enhance both dark and bright regions of an image equally well. 2) To enhance chromatic components as like as luminance component. 3) To enhance with uniform scaling coefficient for all frequency band sets of DCT blocks. 4) To enhance with complexity reduction because it works in compressed domain. II. DISCRETE COSINE TRANSFORM For a 2D image say, I(x, y) DCT coefficients are obtained as, Where Since DCT is a linear transformation, scaling and superposition applied in DCT domain will be reflected in spatial domain as well and vice versa. Block DCT space is used in JPEG with a block size as 8 X 8 [2]. JPEG takes advantage of human visual system which is less sensitive to high frequency components than low frequency components, hence quantize, and loose unwanted high frequency coefficients. Mean while, JPEG prefers Y-Cb-Cr space to compress the image, since chromatic RESEARCH ARTICLE OPEN ACCESS
  • 2. KASHYAP JOSHI et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 12( Part 6), December 2014, pp.188-191 www.ijera.com 189|P a g e components are less correlated in Y-Cb-Cr color space than R-G-B Space, [2]. As per human visual system, Contrast is defined as the ratio of high frequency terms to low frequency terms. This means, contrast is the ratio of standard deviation over a block to mean of the block [Weber law]. Weber law defines the contrast in DCT space as Where µ is the mean and is the standard deviation of DCT block respectively. In a block, mean is defined to be the DC coefficient as And standard deviation is defined as Where is the normalized constant defined to be From (4), and (5), it is verified that contrast is the ratio of high frequency coefficients to low frequency coefficients. For Y- - Color Space the luminance component, and the chrominance components are represented as the linear combination of R, G, and B respectively. Relation is described as III. PROPOSED ALGORITHM Fig 1. Block diagram for color image enhancement in compressed DCT domain Presented algorithm does the enhancement in two passes as shown in fig 1 and the idea here is to adjust the dynamic range of the pixels. A function which rises exponentially is used to adjust the dynamic range during the first pass. This function is described in (8). This function serves better in enhancing darker region of an image. A function which decays exponentially is used to adjust the dynamic range during the second pass. This function is shown in (9). This function enhances the bright region of an image well. And Fig 2. Plot of function in (8) Fig 3. Plot of function in (9) Plots of these two functions are shown in the fig.2 and fig.3. The algorithm aims at finding the factor λ which is mentioned in [7] using both the functions. DC coefficient of a block is normalized and translated slightly higher in amplitude with the help of function shown in (8). This translated value is divided by actual value to find the factor λ as shown in (10).
  • 3. KASHYAP JOSHI et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 12( Part 6), December 2014, pp.188-191 www.ijera.com 190|P a g e Where is the maximum pixel value of all blocks. Now, all the coefficients of luminance block are multiplied by this λ to enhance spatial domain pixel values. Since Multiplication is done with all DC and AC coefficients by the same factor, over all contrast of the block is kept unvaried. This could be written in equation as Similar procedure is used for chromatic components as well. In processing the chromatic components, we enhance the color details of an image. IV. RESULTS We have taken a test image shown in fig. 4 and fig 7. Result obtained after first pass is shown in fig 5 and fig 8.Result reveals that darker regions are well enhanced but with too much brightness. This excessive brightness need to be removed during the second pass. Output image from first pass is given as input to the second pass. Procedure is same as above, except it uses different λ for range adjustment as already explained. This explanation is supported with (14). Treatment to chromatic components is also similar. Equations (11), (12) and (13) support this theoretical discussion. Results obtained after second pass is shown in fig.6 and fig 9. One could see from this figure that too much brightness visible during the first pass is removed. In addition; enhancement over bright and dark regions is performed. Fig 4.Original Tower Image Fig 5.Output of Filter one Fig 6.Enhanced Image Fig 7.Original Leena Image Fig 8.Output of Filter one
  • 4. KASHYAP JOSHI et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 12( Part 6), December 2014, pp.188-191 www.ijera.com 191|P a g e Fig 9 .Enhanced Image V. CONCLUSION In this paper an algorithm is presented to enhance images in the compressed domain. Proposed Algorithm is less complex and it outperforms in enhancing chromatic and luminance components equally well. The values from JPQM and PSNR metrics insist that quality after enhancement is improved. Algorithm is faster than the efficient image enhancement in compressed domain ACKNOWLEDGEMENT I Jaykrishna Joshi would like to thank everyone, including: parents, teachers, family, friends, and in essence, all sentient beings for their help and support this paper would not have been possible. Especially, I dedicate my acknowledgment of gratitude toward my mentor and Co-author Prof. Dattatray Babe and Prof. Sanjay Hundiwale for his guidance and support. REFERENCES [1] Gregory K. Wallace, “The JPEG still picture compression standard,” in IEEE transactions on consumer electronics, vol ,pp. dec 1991. [2] S. Aghagolzadeh and O. K. Ersoy, “Transform image enhancement,”Opt. Eng., vol. 31, pp. 614–626, Mar. 1992. [3] T.Tadashi Kasezawa, “Blocking artifacts reduction using discrete cosine transform,” IEEETrans.Consumer Electron., vol. 43, no. 1, Feb.1997. [4] S. S. O.Steven S. O. Choy, Y.-H.Yuk-Hee Chan, andW.-C.Wan-Chi Siu, “Reduction of blocktransform image coding artifacts by using local statistics of transform coefficients,” IEEE Signal Processing Letters, vol. 4, no. 1, pp. 5–7, Jan.1997. [5] Z. Wang, H. R. Sheikh, and A. C. Bovik, “Noreference perceptual quality assessment of JPEG compressed images,” in Proc. Int. Conf. Image Processing, Rochester, NY, Sep. 2002, vol. I, pp. 477–480. [6] J. Tang, E. Peli, and S. Acton, “Image enhancement using a contrast measure in the compressed domain,” IEEE Signal Process. Lett., vol. 10, no. 10, pp. 289–292, Oct. 2003. [7] Ying Luo and Rabab K. Ward , “Removing the Blocking Artifacts of Block-Based DCT Compressed Images”, IEEE transactions on Image Processing, Vol. 12, No. 7, July 2003. [8] Yasuyuki Shibuya, etal,”Alpha E- and Alpha Ncatenin Expression in Dorsal Root Ganglia and Spinal Cord”, Kobe J. Med. Sci., Vol. 49, No. 4, pp. 93-98, 2003. [9] Chi-Farn Chen, Hung-Yu Chang, Li-Yu Chang, “A Fuzzy-based method for remote sensing image contrast enhancement,” The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Vol. XXXVII. Part B2. Beijing 2008.pp995-999.