SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Engineering and Technical Research (IJETR)
ISSN: 2321-0869, Volume-2, Issue-2, February 2014
13 www.erpublication.org

Abstract— Image transformation methods in the category of
spatial domain are based on direct manipulation of pixels of an
image. The spatial domain processing has two distinct
categories: Intensity transformation and Spatial filtering. The
Histogram method falls within the category of Intensity
transformation.
Histograms are the base techniques for a number of spatial
domain processing techniques. Histogram can be used
effectively for image quality enhancement. In addition to
providing image statistics, the information inherent in the
histogram is also quiet useful in other image processing
applications, such as image compression and segmentation.
Histograms are also simple in manipulation as well as economic
for hardware implementations, thus making it a useful tool for
image processing.
However, it is noteworthy that all the histogram methods are not
so effective for image transformation, thus we need to choose the
most effective method for specific purpose.
The present study shows - how much it is effective to use
Histogram Equalization method for image transformation, its
problems and the way-out in terms of an advance Histogram
Equalization (Contrast Limited Adaptive Histogram
Equalization -CLAHE) method. The study is also followed by
restricted number of experiments to prove its theme.
Index Terms— Histogram Equalization, Contrast Limited
Adaptive Histogram, /Intensity Transformation, Colour
transformation.
I. INTRODUCTION
Considering Intensity transformation the histogram
equalization used for grey scale image contrast enhancement
is a well-known technique in the literature of image
processing. Given a grey scale image I with grey levels in the
range [0, L-1], its normalized histogram is a discrete function
H(l)=nl/n, where the l is the lth grey level, nl is the frequency
of occurrence of the corresponding grey level and n is the total
pixel population in the image. Histogram equalization can be
achieved by using a Cumulative Distribution Function (CDF),
and its discrete version is as follows:
Manuscript received Feb. 02, 2014.
D. P. Sharma, M. Tech., Final, CSE Dept. JNTUH, Hyderabad 500043.
Dr. N. Chandra Sekhar Reddy, Professor, CSE Department, Institute of
Aeronautical Engineering, Hyderabad 500043.
Prof. A. Praveen, Professor,CSE&IT Department, IARE, Hyderabad
500043.
Prof. Uma Shankar, Professor, CSE Department, IARE, Hyderabad
500043.
………(1)
The equation uniformly distributes the pixel population of an
image to all the available grey levels of visualization devices,
and thus maximizing the contrast. With the rapid development
of colour media,
the requirement for enhancing colour image has become more
and more demanding. Histogram equalization, originally
designed for grey scale images has been extended to enhance
colour.
II. THE LITERATURE SURVEY - PROBLEMS OF INTENSITY
TRANSFORMATION METHODS
While considering the intensity transformation by applying
Histogram method, we have following difficulties:
A. Less image clarity (i.e., the clarity is not to its fullest
intensity)
B. Unequal contrast projection.
Ordinary histogram equalization uses the same transformation
derived from the image histogram to transform all pixels. This
goes well when the distribution of pixel values is similar
throughout the image. However, under generalized shade, that
is, when the image contains regions that are significantly
lighter or darker than most of the image, the contrast in those
regions will not be sufficiently enhanced.
Thus, we can consider step ahead by applying the Adaptive
Histogram Equalization method to improve the contrast. Here
we encounter the following new set of problems:
The prominent characteristic of adaptive method is that it
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 and bringing out
more details of the image. However, AHE has a tendency to
over-amplify noise (that is, the random fluctuation of image
signals) in relatively homogeneous regions of an image.
Problems of Intensity Transformation Methods and
Selecting Appropriate Histogram Technique
D. P. Sharma, Dr. N. Chandra Sekhar Reddy, Prof. A. Praveen, Prof. Uma Shankar
Problems of Intensity Transformation Methods and Selecting Appropriate Histogram Technique
14 www.erpublication.org
Figure 1 (a) An unequalized image
Figure 1 (b) Corresponding histogram (red) and
cumulative histogram (black)
Figure 2 (a) The same image after histogram equalization
Figure 2 (a) Corresponding histogram (red) and
cumulative histogram (black)
Simple Filtering
Figure 3 (a) Step 1 Filtering
Figure 3 (b) Step 2 Filtering
III. SELECTING THE APPROPRIATE HISTOGRAM METHOD
A variant of adaptive histogram equalization called contrast
limited adaptive histogram equalization (CLAHE) prevents
the problems of over-amplification of AHE (Adaptive
Histogram Equalization) method by limiting the
amplification.
Thus, the application of Contrast Limited Adaptive
Histogram Equalization (CLAHE) is found to be more
suitable alternative as it fulfills all the following objectives:
i. Image clarity (i.e., the clarity is to its fullest intensity),
ii. Equalizing the contrast projection, and
iii.prevents over-amplification of noise signals by
limiting the amplification
The Contrast Limited Adaptive Histogram Equalization
(CLAHE) differs from ordinary adaptive histogram
equalization in its contrast limiting aspect. This feature can
also be applied to global histogram equalization, giving rise to
contrast limited histogram equalization (CLHE), which is
rarely used in practice. In the case of CLAHE, the contrast
limiting procedure has to be applied for each neighbourhood
International Journal of Engineering and Technical Research (IJETR)
ISSN: 2321-0869, Volume-2, Issue-2, February 2014
15 www.erpublication.org
from which a transformation function is derived. CLAHE was
developed to prevent the over amplification of noise that
adaptive histogram equalization can give rise to.
Thus, it is achieved by limiting the contrast enhancement of
AHE method. The contrast amplification in vicinity of a given
pixel value is given by the slope of the transformation
function. This is proportional to the slope of the
neighbourhood cumulative distribution function (CDF) and
therefore to the value of the histogram at that pixel value.
CLAHE limits the amplification by clipping the histogram at a
predefined value before computing the CDF. This limits the
slope of the CDF and therefore of the transformation function.
The value at which the histogram is clipped, the so-called clip
limit, depends on the normalization of the histogram and
thereby on the size of the neighbourhood region. Common
values limit the resulting amplification to between 3 and 4
times the histogram mean value.
It is to note that, it is always advantageous not to discard the
part of the histogram that exceeds the clip limit but to
redistribute it equally among all histogram bins.
Figure 4 Redistributed Histogram
The redistribution will push some bins over the clip limit
again (region shaded green in the figure), resulting in an
effective clip limit that is larger than the prescribed limit and
the exact value of which depends on the image. If this is
undesirable, the redistribution procedure can be repeated
recursively until the excess is negligible.
To perform the Contrast Limited AHE, let us device a
balanced algorithm that can present a true picture of the
Contrast Limited Adaptive Histogram Equalization
(CLAHE).
Algorithm:
1. Read the image,
2. Convert indexed image to true-color (RGB) format,
3. Convert image to L*a*b* color space,
4. Scale values to range from 0 to 1,
5. Perform CLAHE,
6. Convert back to RGB color space,
7. Display the results,
The result of Contrast Limited Adaptive Histogram
Equalization obtained from R2013a version of MatLab.
a) CLAHE result on black and white image:
Figure 5(a) Image before applying CLAHE
Figure 5(b) Image after applying CLAHE
b) CLAHE result on colour image:
Figure 6 (a) Image before applying CLAHE
Figure 6(b) Image after applying CLAHE
Problems of Intensity Transformation Methods and Selecting Appropriate Histogram Technique
16 www.erpublication.org
Figure 7 (a) Histogram of Figure 7 (a)
Figure7 (b) Histogram of Figure 7 (b)
IV. FINDINGS OF EXPERIMENTS
There are interesting findings of application of Contrast
Limited Adaptive Histogram Equalization on the given
image. It shows that:
A. Details of the image are exposed out.
B. Proper equalizing of contrast projection is found, and
C. over-amplification of noise signals is prevented by
limiting the amplification (i.e., the even distribution of
amplification effect)
These features of the CLAHE method makes it appropriate
for its uses in intensity transformation of images overcoming
all shortcomings of the previous methods.
V. FUTURE SCOPE
The present work can be extended further in the field of
medical diagnosis through coloured imaging, which is
expected to help in the direction of diagnosis of ailments on
the basis of comparative study of colour of organ under
investigation versus lesion. It may also be used in the field of
qualitative recovery of images on the basis of colour
reformation.
VI. CONCLUSION
Entire experiment suggests that the Contrast Limited
Adaptive Histogram Equalization method is far more
appropriate in favour of –
A. Image clarity (i.e., the clarity is to its maximum
intensity),
B. Equalization of the contrast projection is found to a
significant level, and
C. Over-amplification of noise signals is prevented by
limiting the amplification.
It can, therefore, be used for medical imaging and diagnostics
with lesser or absolutely no errors getting a better visual
quality of images. Though the result of Contrast Limited
Adaptive Histogram Equalization (CLAHE) is found to be
comparatively better in terms of monochromic images, yet the
experiment with colour images also provided quiet a
satisfactory empirical result that can readily be used for
various practical utilities. It also opens a new avenue for
diagnostics and qualitative recovery of images.
REFERENCES
[1] Contrast Enhancement by Multi-scale Adaptive Histogram
Equalization, Yinpeng Jin, Laura Fayad, Andrew Laine, department of
Biomedical Engineering, Columbia University, New York, NY
Department of Radiology, Columbia-Presbyterian Medical Center,
New York, NY.
[2] Contrast Limited Adaptive Histogram Equalization Image Processing
to improve the detection of simulated spiculations in dense
Mammograms, Etta D Pisano, Suquan Zong, Bradley M Hemminger,
Marla DeLuca, R. Eugene Johnston, Keith Muller, M. Patricia,
Braeuning, Stephen M Pizer, Depart. Of Radiology, Computer
Science, Biomedical Engineering and Biostatistics, Univ. of North
Carolina.
[3] Enhancement of Images Using Histogram Processing Techniques,
Komal Vij, Yaduvir Singh, Department of Electrical &
Instrumentation Engineering, Thapar University, Patiala, India,
[4] Image Contrast Enhancement based Sub-histogram Equalization
Technique without Over-equalization Noise, Hyunsup Yoon,
Youngjoon Han, and Hernsoo Hahn. International Journal of Electrical
and Electronics Engineering 3:6 2009
[5] Novel Histogram Processing for Colour Image Enhancement, Jiang
Duan and Guoping Qiu, School of Computer Science, The University
of Nottingham, United Kingdom.
[6] Shape Preserving Local Histogram Modication, Vicent Caselles,
Jose-Luis Lisani, Jean-Michel Morely, Guillermo Sapiro, Dept. of
Mathematics and Informatics, University of Illes Balears, 07071 Palma
de Mallorca, Spain.3.
[7] S. Naik and C. Murthy, ―Hue-preserving color image enhancement
without gamut problem,‖ IEEE Trans. Image Processing, vol. 12, no.
12, pp. 1591–1598, Dec. 2003
[8] P. E. Trahanias and A. N. Venetsanopoulos, ―Color image
enhancement through 3-D histogram equalization,‖ in Proc. 15th IAPR
Int. Conf. Pattern Recognition, vol. 1, pp. 545–548, Aug.-Sep. 1992.
[9] N. Bassiou and C. Kotropoulos, "Color image histogram equalization
by absolute discounting back-off," Computer Vision and Image
Understanding, vol. 107, no. 1-2, pp.108-122, Jul.-Aug. 2007
R. J. Vidmar. (1992, August). On the use of atmospheric plasmas as
electromagnetic reflectors. IEEE Trans. Plasma Sci. [Online]. 21(3).
pp. 876—880. Available:
http://www.halcyon.com/pub/journals/21ps03-vidmar
International Journal of Engineering and Technical Research (IJETR)
ISSN: 2321-0869, Volume-2, Issue-2, February 2014
17 www.erpublication.org
D. P. Sharma, M. Sc. (Comp. Sc.), MCA, M. Phil.
(Comp. Sc.), M. Tech. (Final), MIAE, MEE, MCSTA (USA). Fellow IETE
(India), MIARCS (TIFR), MIACSIT (Singapore).
Dr. N. Chandra Sekhar Reddy, B.Tech (CSIT), M.Tech (S.E), LMCSI,
CSI-SBC, Professor, CSE Department, Institute of Aeronautical
Engineering, Hyderabad 500043.
Dr. Nagu Chandra Sekhar Reddy, B.E (C.S.E),
M.Tech (C.S.E),Ph.D(C.S.E), LMISTE, LMCSI, CSI-NC-MEMBER,FIE,
Professor-CSE Dept.,I/C M.Tech CSE/IT/SE, Discipline Committee
Chairman, Institute of Aeronautical Engineering,Hyderabad-500 043,
Andhra Pradesh, India. Academic Consultant for ISTE, CSI, NBA, Faculty
Recruitment's, Micro Soft & IBM Academic Tech clubs,.
Prof. Uma Shankar, Professor, CSE Department, IARE, Hyderabad
500043

More Related Content

What's hot

A Survey on Exemplar-Based Image Inpainting Techniques
A Survey on Exemplar-Based Image Inpainting TechniquesA Survey on Exemplar-Based Image Inpainting Techniques
A Survey on Exemplar-Based Image Inpainting Techniquesijsrd.com
 
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATIONCOLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATIONecij
 
Image in Painting Techniques: A survey
Image in Painting Techniques: A survey Image in Painting Techniques: A survey
Image in Painting Techniques: A survey IOSR Journals
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...Editor IJCATR
 
Analysis of collaborative learning methods for image contrast enhancement
Analysis of collaborative learning methods for image contrast enhancementAnalysis of collaborative learning methods for image contrast enhancement
Analysis of collaborative learning methods for image contrast enhancementIAEME Publication
 
Review on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial DomainReview on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial Domainidescitation
 
Kurmi 2015-ijca-905317
Kurmi 2015-ijca-905317Kurmi 2015-ijca-905317
Kurmi 2015-ijca-905317Yashwant Kurmi
 
Multifocus image fusion based on nsct
Multifocus image fusion based on nsctMultifocus image fusion based on nsct
Multifocus image fusion based on nsctjpstudcorner
 
A Review on Image Inpainting to Restore Image
A Review on Image Inpainting to Restore ImageA Review on Image Inpainting to Restore Image
A Review on Image Inpainting to Restore ImageIOSR Journals
 
Comparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainComparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainIAEME Publication
 
IMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSINGIMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSINGgarima0690
 
Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...sipij
 
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...IRJET Journal
 
BilateralFiltering
BilateralFilteringBilateralFiltering
BilateralFilteringJacob Logas
 
improving differently illuminant images with fuzzy membership based saturatio...
improving differently illuminant images with fuzzy membership based saturatio...improving differently illuminant images with fuzzy membership based saturatio...
improving differently illuminant images with fuzzy membership based saturatio...INFOGAIN PUBLICATION
 

What's hot (19)

A Survey on Exemplar-Based Image Inpainting Techniques
A Survey on Exemplar-Based Image Inpainting TechniquesA Survey on Exemplar-Based Image Inpainting Techniques
A Survey on Exemplar-Based Image Inpainting Techniques
 
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATIONCOLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
 
Image Inpainting
Image InpaintingImage Inpainting
Image Inpainting
 
Image in Painting Techniques: A survey
Image in Painting Techniques: A survey Image in Painting Techniques: A survey
Image in Painting Techniques: A survey
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
 
Analysis of collaborative learning methods for image contrast enhancement
Analysis of collaborative learning methods for image contrast enhancementAnalysis of collaborative learning methods for image contrast enhancement
Analysis of collaborative learning methods for image contrast enhancement
 
Review on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial DomainReview on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial Domain
 
Kurmi 2015-ijca-905317
Kurmi 2015-ijca-905317Kurmi 2015-ijca-905317
Kurmi 2015-ijca-905317
 
Multifocus image fusion based on nsct
Multifocus image fusion based on nsctMultifocus image fusion based on nsct
Multifocus image fusion based on nsct
 
A Review on Image Inpainting to Restore Image
A Review on Image Inpainting to Restore ImageA Review on Image Inpainting to Restore Image
A Review on Image Inpainting to Restore Image
 
Comparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainComparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domain
 
IMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSINGIMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSING
 
Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...
 
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
 
G0813841
G0813841G0813841
G0813841
 
BilateralFiltering
BilateralFilteringBilateralFiltering
BilateralFiltering
 
337
337337
337
 
improving differently illuminant images with fuzzy membership based saturatio...
improving differently illuminant images with fuzzy membership based saturatio...improving differently illuminant images with fuzzy membership based saturatio...
improving differently illuminant images with fuzzy membership based saturatio...
 

Viewers also liked

Presentación1
Presentación1Presentación1
Presentación1zdekko
 
Rassegna IdeaFimit - Massimo Brunelli IdeaFimit Sgr
Rassegna IdeaFimit - Massimo Brunelli IdeaFimit SgrRassegna IdeaFimit - Massimo Brunelli IdeaFimit Sgr
Rassegna IdeaFimit - Massimo Brunelli IdeaFimit Sgrfabriziosolin
 
Tecnologie e strategie progettuali per il retrofit del sistema edificio-impianto
Tecnologie e strategie progettuali per il retrofit del sistema edificio-impiantoTecnologie e strategie progettuali per il retrofit del sistema edificio-impianto
Tecnologie e strategie progettuali per il retrofit del sistema edificio-impiantoSOLAVA
 
волкова ю.а.
волкова ю.а.волкова ю.а.
волкова ю.а.kdnz-22
 
Valorizzazione della Darsena di Milano
Valorizzazione della Darsena di MilanoValorizzazione della Darsena di Milano
Valorizzazione della Darsena di MilanoSOLAVA
 
Materyal sunummmmm
Materyal sunummmmmMateryal sunummmmm
Materyal sunummmmmbrc02
 
Internal Hemorrhoids
Internal HemorrhoidsInternal Hemorrhoids
Internal HemorrhoidsDustin Ole
 
Fixture olimpaz21-04-2013
Fixture olimpaz21-04-2013Fixture olimpaz21-04-2013
Fixture olimpaz21-04-2013webmasterupeu
 
Free Tool for Voice Recording
Free Tool for Voice RecordingFree Tool for Voice Recording
Free Tool for Voice Recordingaudio4fun
 
Chude06 nhom16
Chude06 nhom16Chude06 nhom16
Chude06 nhom16Linh Dang
 
Talk Like Medusa in Dota 2
Talk Like Medusa in Dota 2Talk Like Medusa in Dota 2
Talk Like Medusa in Dota 2audio4fun
 
åRvoll idrettslag
åRvoll idrettslagåRvoll idrettslag
åRvoll idrettslagtinaskarpsno
 

Viewers also liked (17)

Presentación1
Presentación1Presentación1
Presentación1
 
Rassegna IdeaFimit - Massimo Brunelli IdeaFimit Sgr
Rassegna IdeaFimit - Massimo Brunelli IdeaFimit SgrRassegna IdeaFimit - Massimo Brunelli IdeaFimit Sgr
Rassegna IdeaFimit - Massimo Brunelli IdeaFimit Sgr
 
Tecnologie e strategie progettuali per il retrofit del sistema edificio-impianto
Tecnologie e strategie progettuali per il retrofit del sistema edificio-impiantoTecnologie e strategie progettuali per il retrofit del sistema edificio-impianto
Tecnologie e strategie progettuali per il retrofit del sistema edificio-impianto
 
волкова ю.а.
волкова ю.а.волкова ю.а.
волкова ю.а.
 
Valorizzazione della Darsena di Milano
Valorizzazione della Darsena di MilanoValorizzazione della Darsena di Milano
Valorizzazione della Darsena di Milano
 
Materyal sunummmmm
Materyal sunummmmmMateryal sunummmmm
Materyal sunummmmm
 
Internal Hemorrhoids
Internal HemorrhoidsInternal Hemorrhoids
Internal Hemorrhoids
 
Ijetr021117
Ijetr021117Ijetr021117
Ijetr021117
 
SPSS
SPSSSPSS
SPSS
 
Fixture olimpaz21-04-2013
Fixture olimpaz21-04-2013Fixture olimpaz21-04-2013
Fixture olimpaz21-04-2013
 
Free Tool for Voice Recording
Free Tool for Voice RecordingFree Tool for Voice Recording
Free Tool for Voice Recording
 
Imperativo doble
Imperativo dobleImperativo doble
Imperativo doble
 
Cd6
Cd6Cd6
Cd6
 
Chude06 nhom16
Chude06 nhom16Chude06 nhom16
Chude06 nhom16
 
Talk Like Medusa in Dota 2
Talk Like Medusa in Dota 2Talk Like Medusa in Dota 2
Talk Like Medusa in Dota 2
 
åRvoll idrettslag
åRvoll idrettslagåRvoll idrettslag
åRvoll idrettslag
 
General docs 1
General docs 1General docs 1
General docs 1
 

Similar to Ijetr021211

Enhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid TechniqueEnhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid TechniqueINFOGAIN PUBLICATION
 
CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...
CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...
CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...sipij
 
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...ijcseit
 
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...ijcseit
 
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATIONCOLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATIONecij
 
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLABANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLABJim Jimenez
 
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...IJMER
 
An image enhancement method based on gabor filtering in wavelet domain and ad...
An image enhancement method based on gabor filtering in wavelet domain and ad...An image enhancement method based on gabor filtering in wavelet domain and ad...
An image enhancement method based on gabor filtering in wavelet domain and ad...nooriasukmaningtyas
 
E FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGES
E FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGESE FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGES
E FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGESsipij
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniquesIJEACS
 
A study of a modified histogram based fast enhancement algorithm (mhbfe)
A study of a modified histogram based fast enhancement algorithm (mhbfe)A study of a modified histogram based fast enhancement algorithm (mhbfe)
A study of a modified histogram based fast enhancement algorithm (mhbfe)sipij
 
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...ijsrd.com
 
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion TechniqueModified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Techniqueiosrjce
 
Optimized Histogram Based Contrast Limited Enhancement for Mammogram Images
Optimized Histogram Based Contrast Limited Enhancement for Mammogram ImagesOptimized Histogram Based Contrast Limited Enhancement for Mammogram Images
Optimized Histogram Based Contrast Limited Enhancement for Mammogram ImagesIDES Editor
 
Icamme managed brightness and contrast enhancement using adapted histogram eq...
Icamme managed brightness and contrast enhancement using adapted histogram eq...Icamme managed brightness and contrast enhancement using adapted histogram eq...
Icamme managed brightness and contrast enhancement using adapted histogram eq...Jagan Rampalli
 
A comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...A comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...eSAT Publishing House
 
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMA MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMcsandit
 

Similar to Ijetr021211 (20)

4
44
4
 
Enhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid TechniqueEnhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid Technique
 
CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...
CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...
CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...
 
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
 
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
 
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATIONCOLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
 
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLABANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
 
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
 
An image enhancement method based on gabor filtering in wavelet domain and ad...
An image enhancement method based on gabor filtering in wavelet domain and ad...An image enhancement method based on gabor filtering in wavelet domain and ad...
An image enhancement method based on gabor filtering in wavelet domain and ad...
 
685 689
685 689685 689
685 689
 
E FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGES
E FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGESE FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGES
E FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGES
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniques
 
A study of a modified histogram based fast enhancement algorithm (mhbfe)
A study of a modified histogram based fast enhancement algorithm (mhbfe)A study of a modified histogram based fast enhancement algorithm (mhbfe)
A study of a modified histogram based fast enhancement algorithm (mhbfe)
 
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...
 
Q01761119124
Q01761119124Q01761119124
Q01761119124
 
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion TechniqueModified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
 
Optimized Histogram Based Contrast Limited Enhancement for Mammogram Images
Optimized Histogram Based Contrast Limited Enhancement for Mammogram ImagesOptimized Histogram Based Contrast Limited Enhancement for Mammogram Images
Optimized Histogram Based Contrast Limited Enhancement for Mammogram Images
 
Icamme managed brightness and contrast enhancement using adapted histogram eq...
Icamme managed brightness and contrast enhancement using adapted histogram eq...Icamme managed brightness and contrast enhancement using adapted histogram eq...
Icamme managed brightness and contrast enhancement using adapted histogram eq...
 
A comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...A comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...
 
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMA MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
 

More from Engineering Research Publication (20)

Ijetr042339
Ijetr042339Ijetr042339
Ijetr042339
 
Ijetr042336
Ijetr042336Ijetr042336
Ijetr042336
 
Ijetr042335
Ijetr042335Ijetr042335
Ijetr042335
 
Ijetr042334
Ijetr042334Ijetr042334
Ijetr042334
 
Ijetr042330
Ijetr042330Ijetr042330
Ijetr042330
 
Ijetr042329
Ijetr042329Ijetr042329
Ijetr042329
 
Ijetr042328
Ijetr042328Ijetr042328
Ijetr042328
 
Ijetr042327
Ijetr042327Ijetr042327
Ijetr042327
 
Ijetr042322
Ijetr042322Ijetr042322
Ijetr042322
 
Ijetr042321
Ijetr042321Ijetr042321
Ijetr042321
 
Ijetr042319
Ijetr042319Ijetr042319
Ijetr042319
 
Ijetr042318
Ijetr042318Ijetr042318
Ijetr042318
 
Ijetr042316
Ijetr042316Ijetr042316
Ijetr042316
 
Ijetr042313
Ijetr042313Ijetr042313
Ijetr042313
 
Ijetr042309
Ijetr042309Ijetr042309
Ijetr042309
 
Ijetr042301
Ijetr042301Ijetr042301
Ijetr042301
 
Ijetr042207
Ijetr042207Ijetr042207
Ijetr042207
 
Ijetr042201
Ijetr042201Ijetr042201
Ijetr042201
 
Ijetr042195
Ijetr042195Ijetr042195
Ijetr042195
 
Ijetr042192
Ijetr042192Ijetr042192
Ijetr042192
 

Recently uploaded

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 

Recently uploaded (20)

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 

Ijetr021211

  • 1. International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869, Volume-2, Issue-2, February 2014 13 www.erpublication.org  Abstract— Image transformation methods in the category of spatial domain are based on direct manipulation of pixels of an image. The spatial domain processing has two distinct categories: Intensity transformation and Spatial filtering. The Histogram method falls within the category of Intensity transformation. Histograms are the base techniques for a number of spatial domain processing techniques. Histogram can be used effectively for image quality enhancement. In addition to providing image statistics, the information inherent in the histogram is also quiet useful in other image processing applications, such as image compression and segmentation. Histograms are also simple in manipulation as well as economic for hardware implementations, thus making it a useful tool for image processing. However, it is noteworthy that all the histogram methods are not so effective for image transformation, thus we need to choose the most effective method for specific purpose. The present study shows - how much it is effective to use Histogram Equalization method for image transformation, its problems and the way-out in terms of an advance Histogram Equalization (Contrast Limited Adaptive Histogram Equalization -CLAHE) method. The study is also followed by restricted number of experiments to prove its theme. Index Terms— Histogram Equalization, Contrast Limited Adaptive Histogram, /Intensity Transformation, Colour transformation. I. INTRODUCTION Considering Intensity transformation the histogram equalization used for grey scale image contrast enhancement is a well-known technique in the literature of image processing. Given a grey scale image I with grey levels in the range [0, L-1], its normalized histogram is a discrete function H(l)=nl/n, where the l is the lth grey level, nl is the frequency of occurrence of the corresponding grey level and n is the total pixel population in the image. Histogram equalization can be achieved by using a Cumulative Distribution Function (CDF), and its discrete version is as follows: Manuscript received Feb. 02, 2014. D. P. Sharma, M. Tech., Final, CSE Dept. JNTUH, Hyderabad 500043. Dr. N. Chandra Sekhar Reddy, Professor, CSE Department, Institute of Aeronautical Engineering, Hyderabad 500043. Prof. A. Praveen, Professor,CSE&IT Department, IARE, Hyderabad 500043. Prof. Uma Shankar, Professor, CSE Department, IARE, Hyderabad 500043. ………(1) The equation uniformly distributes the pixel population of an image to all the available grey levels of visualization devices, and thus maximizing the contrast. With the rapid development of colour media, the requirement for enhancing colour image has become more and more demanding. Histogram equalization, originally designed for grey scale images has been extended to enhance colour. II. THE LITERATURE SURVEY - PROBLEMS OF INTENSITY TRANSFORMATION METHODS While considering the intensity transformation by applying Histogram method, we have following difficulties: A. Less image clarity (i.e., the clarity is not to its fullest intensity) B. Unequal contrast projection. Ordinary histogram equalization uses the same transformation derived from the image histogram to transform all pixels. This goes well when the distribution of pixel values is similar throughout the image. However, under generalized shade, that is, when the image contains regions that are significantly lighter or darker than most of the image, the contrast in those regions will not be sufficiently enhanced. Thus, we can consider step ahead by applying the Adaptive Histogram Equalization method to improve the contrast. Here we encounter the following new set of problems: The prominent characteristic of adaptive method is that it 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 and bringing out more details of the image. However, AHE has a tendency to over-amplify noise (that is, the random fluctuation of image signals) in relatively homogeneous regions of an image. Problems of Intensity Transformation Methods and Selecting Appropriate Histogram Technique D. P. Sharma, Dr. N. Chandra Sekhar Reddy, Prof. A. Praveen, Prof. Uma Shankar
  • 2. Problems of Intensity Transformation Methods and Selecting Appropriate Histogram Technique 14 www.erpublication.org Figure 1 (a) An unequalized image Figure 1 (b) Corresponding histogram (red) and cumulative histogram (black) Figure 2 (a) The same image after histogram equalization Figure 2 (a) Corresponding histogram (red) and cumulative histogram (black) Simple Filtering Figure 3 (a) Step 1 Filtering Figure 3 (b) Step 2 Filtering III. SELECTING THE APPROPRIATE HISTOGRAM METHOD A variant of adaptive histogram equalization called contrast limited adaptive histogram equalization (CLAHE) prevents the problems of over-amplification of AHE (Adaptive Histogram Equalization) method by limiting the amplification. Thus, the application of Contrast Limited Adaptive Histogram Equalization (CLAHE) is found to be more suitable alternative as it fulfills all the following objectives: i. Image clarity (i.e., the clarity is to its fullest intensity), ii. Equalizing the contrast projection, and iii.prevents over-amplification of noise signals by limiting the amplification The Contrast Limited Adaptive Histogram Equalization (CLAHE) differs from ordinary adaptive histogram equalization in its contrast limiting aspect. This feature can also be applied to global histogram equalization, giving rise to contrast limited histogram equalization (CLHE), which is rarely used in practice. In the case of CLAHE, the contrast limiting procedure has to be applied for each neighbourhood
  • 3. International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869, Volume-2, Issue-2, February 2014 15 www.erpublication.org from which a transformation function is derived. CLAHE was developed to prevent the over amplification of noise that adaptive histogram equalization can give rise to. Thus, it is achieved by limiting the contrast enhancement of AHE method. The contrast amplification in vicinity of a given pixel value is given by the slope of the transformation function. This is proportional to the slope of the neighbourhood cumulative distribution function (CDF) and therefore to the value of the histogram at that pixel value. CLAHE limits the amplification by clipping the histogram at a predefined value before computing the CDF. This limits the slope of the CDF and therefore of the transformation function. The value at which the histogram is clipped, the so-called clip limit, depends on the normalization of the histogram and thereby on the size of the neighbourhood region. Common values limit the resulting amplification to between 3 and 4 times the histogram mean value. It is to note that, it is always advantageous not to discard the part of the histogram that exceeds the clip limit but to redistribute it equally among all histogram bins. Figure 4 Redistributed Histogram The redistribution will push some bins over the clip limit again (region shaded green in the figure), resulting in an effective clip limit that is larger than the prescribed limit and the exact value of which depends on the image. If this is undesirable, the redistribution procedure can be repeated recursively until the excess is negligible. To perform the Contrast Limited AHE, let us device a balanced algorithm that can present a true picture of the Contrast Limited Adaptive Histogram Equalization (CLAHE). Algorithm: 1. Read the image, 2. Convert indexed image to true-color (RGB) format, 3. Convert image to L*a*b* color space, 4. Scale values to range from 0 to 1, 5. Perform CLAHE, 6. Convert back to RGB color space, 7. Display the results, The result of Contrast Limited Adaptive Histogram Equalization obtained from R2013a version of MatLab. a) CLAHE result on black and white image: Figure 5(a) Image before applying CLAHE Figure 5(b) Image after applying CLAHE b) CLAHE result on colour image: Figure 6 (a) Image before applying CLAHE Figure 6(b) Image after applying CLAHE
  • 4. Problems of Intensity Transformation Methods and Selecting Appropriate Histogram Technique 16 www.erpublication.org Figure 7 (a) Histogram of Figure 7 (a) Figure7 (b) Histogram of Figure 7 (b) IV. FINDINGS OF EXPERIMENTS There are interesting findings of application of Contrast Limited Adaptive Histogram Equalization on the given image. It shows that: A. Details of the image are exposed out. B. Proper equalizing of contrast projection is found, and C. over-amplification of noise signals is prevented by limiting the amplification (i.e., the even distribution of amplification effect) These features of the CLAHE method makes it appropriate for its uses in intensity transformation of images overcoming all shortcomings of the previous methods. V. FUTURE SCOPE The present work can be extended further in the field of medical diagnosis through coloured imaging, which is expected to help in the direction of diagnosis of ailments on the basis of comparative study of colour of organ under investigation versus lesion. It may also be used in the field of qualitative recovery of images on the basis of colour reformation. VI. CONCLUSION Entire experiment suggests that the Contrast Limited Adaptive Histogram Equalization method is far more appropriate in favour of – A. Image clarity (i.e., the clarity is to its maximum intensity), B. Equalization of the contrast projection is found to a significant level, and C. Over-amplification of noise signals is prevented by limiting the amplification. It can, therefore, be used for medical imaging and diagnostics with lesser or absolutely no errors getting a better visual quality of images. Though the result of Contrast Limited Adaptive Histogram Equalization (CLAHE) is found to be comparatively better in terms of monochromic images, yet the experiment with colour images also provided quiet a satisfactory empirical result that can readily be used for various practical utilities. It also opens a new avenue for diagnostics and qualitative recovery of images. REFERENCES [1] Contrast Enhancement by Multi-scale Adaptive Histogram Equalization, Yinpeng Jin, Laura Fayad, Andrew Laine, department of Biomedical Engineering, Columbia University, New York, NY Department of Radiology, Columbia-Presbyterian Medical Center, New York, NY. [2] Contrast Limited Adaptive Histogram Equalization Image Processing to improve the detection of simulated spiculations in dense Mammograms, Etta D Pisano, Suquan Zong, Bradley M Hemminger, Marla DeLuca, R. Eugene Johnston, Keith Muller, M. Patricia, Braeuning, Stephen M Pizer, Depart. Of Radiology, Computer Science, Biomedical Engineering and Biostatistics, Univ. of North Carolina. [3] Enhancement of Images Using Histogram Processing Techniques, Komal Vij, Yaduvir Singh, Department of Electrical & Instrumentation Engineering, Thapar University, Patiala, India, [4] Image Contrast Enhancement based Sub-histogram Equalization Technique without Over-equalization Noise, Hyunsup Yoon, Youngjoon Han, and Hernsoo Hahn. International Journal of Electrical and Electronics Engineering 3:6 2009 [5] Novel Histogram Processing for Colour Image Enhancement, Jiang Duan and Guoping Qiu, School of Computer Science, The University of Nottingham, United Kingdom. [6] Shape Preserving Local Histogram Modication, Vicent Caselles, Jose-Luis Lisani, Jean-Michel Morely, Guillermo Sapiro, Dept. of Mathematics and Informatics, University of Illes Balears, 07071 Palma de Mallorca, Spain.3. [7] S. Naik and C. Murthy, ―Hue-preserving color image enhancement without gamut problem,‖ IEEE Trans. Image Processing, vol. 12, no. 12, pp. 1591–1598, Dec. 2003 [8] P. E. Trahanias and A. N. Venetsanopoulos, ―Color image enhancement through 3-D histogram equalization,‖ in Proc. 15th IAPR Int. Conf. Pattern Recognition, vol. 1, pp. 545–548, Aug.-Sep. 1992. [9] N. Bassiou and C. Kotropoulos, "Color image histogram equalization by absolute discounting back-off," Computer Vision and Image Understanding, vol. 107, no. 1-2, pp.108-122, Jul.-Aug. 2007 R. J. Vidmar. (1992, August). On the use of atmospheric plasmas as electromagnetic reflectors. IEEE Trans. Plasma Sci. [Online]. 21(3). pp. 876—880. Available: http://www.halcyon.com/pub/journals/21ps03-vidmar
  • 5. International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869, Volume-2, Issue-2, February 2014 17 www.erpublication.org D. P. Sharma, M. Sc. (Comp. Sc.), MCA, M. Phil. (Comp. Sc.), M. Tech. (Final), MIAE, MEE, MCSTA (USA). Fellow IETE (India), MIARCS (TIFR), MIACSIT (Singapore). Dr. N. Chandra Sekhar Reddy, B.Tech (CSIT), M.Tech (S.E), LMCSI, CSI-SBC, Professor, CSE Department, Institute of Aeronautical Engineering, Hyderabad 500043. Dr. Nagu Chandra Sekhar Reddy, B.E (C.S.E), M.Tech (C.S.E),Ph.D(C.S.E), LMISTE, LMCSI, CSI-NC-MEMBER,FIE, Professor-CSE Dept.,I/C M.Tech CSE/IT/SE, Discipline Committee Chairman, Institute of Aeronautical Engineering,Hyderabad-500 043, Andhra Pradesh, India. Academic Consultant for ISTE, CSI, NBA, Faculty Recruitment's, Micro Soft & IBM Academic Tech clubs,. Prof. Uma Shankar, Professor, CSE Department, IARE, Hyderabad 500043