SlideShare una empresa de Scribd logo
1 de 9
Descargar para leer sin conexión
A MODIFIED HISTOGRAM BASED FAST
ENHANCEMENT ALGORITHM
Amany A. Kandeel1, Alaa M. Abbas 2, Mohiy M. Hadhoud3, Zeiad ElSaghir1
1

Dept. of Computer Science and Engineering,
Faculty of Electronic Engineering,
Univ. of Menoufia, 32952, Menouf, Egypt.
amany_1980@hotmail.com , zeiad40@yahoo.com
2

Dept. of Electronics and Electrical Communications, Faculty of Electronic
Engineering, Univ. of Menoufia32952, Menouf, Egypt.
m2alaa@hotmail.com

3

Dept. of Information Technology, Faculty of Computers and Information,
Univ. of Menoufia, 32511, ShebinElkom, Egypt.
mmhadhoud@yahoo.com

ABSTRACT
The contrast enhancement of medical images has an important role in diseases diagnostic,
specially, cancer cases. Histogram equalization is considered as the most popular algorithm for
contrast enhancement according to its effectiveness and simplicity. In this paper, we present a
modified version of the Histogram Based Fast Enhancement Algorithm. This algorithm
enhances the areas of interest with less complexity. It is applied only to CT head images and its
idea based on treating with the soft tissues and ignoring other details in the image. The
proposed modification make the algorithm is valid for most CT image types with enhanced
results.

KEYWORDS
Contrast enhancement, Histogram equalization, Histogram Based Fast Enhancement
Algorithm, CT image

1. INTRODUCTION
Diagnosing diseases using medical images becomes more popular using different types of
imaging techniques. Computed tomography (CT) is considered as the best of them after
developed in 1970’s [1], especially in cancer detection [2]. Its idea depends on specializing gray
level for every different organic tissue. Contrast of an image is defined as the ratio between the
brightest and the darkest pixel intensities.
Histogram Equalization (HE) is considered as the most popular algorithm for contrast
enhancement according to its effectiveness and simplicity. Its basic idea lies in mapping the gray
David C. Wyld et al. (Eds) : CST, ITCS, JSE, SIP, ARIA, DMS - 2014
pp. 261–269, 2014. © CS & IT-CSCP 2014

DOI : 10.5121/csit.2014.4124
262

Computer Science & Information Technology (CS & IT)

levels based on the probability distribution of the input gray levels. It flattens and stretches the
dynamic range of the image's histogram, resulting in an overall contrast improvement.HE has
been applied in various fields such as medical image processing and radar image processing [3,
4]. The two categories of histogram equalization are. Global histogram equalization, which is
simple and fast, but its contrast-enhancement power is relatively low. Local histogram
equalization, on the other hand, can effectively enhance contrast, but it requires more
computations.
Global Histogram equalization is powerful in highlighting the borders and edges between
different objects, but may reduce the local details within these objects [5] to overcome HE's
problems. Ketcham and et al invented Local Histogram Equalization (LHE); the algorithm uses
the histogram of a window of a predetermined size to determine the transformation of each pixel
in the image. LHE succeeded in enhancing local details, but it depends on fixed size for windows
where it may distort the boundaries between regions. It also demands high computational cost and
sometimes causes over-enhancement in some portion of the image [6, 7].
There are many algorithms trying to preserve the brightness of the output image like BBHE
(Brightness preserving Bi-Histogram Equalization) which separates the input image histogram
into two parts based on the mean of the input image and then each part is equalized
independently. There are many methods similar to BBHE like, DSIHE (Dualistic Sub-Image
Histogram Equalization) where, it divides the histogram based on the median value. MDSIHE
(Modified Dualistic Sub Image Histogram Equalization), A. Zadbuke made a modification on
DSIHE and obtainedgood results [8]. MMBEBHE (Minimum Mean Brightness Error BiHistogram Equalization) provides maximal brightness preservation, but its resultsare foundnot
good for the image with a lot details. To overcome these drawbacks, P. Jagatheeswari and et al
proposed a modification to this method. They enhanced images by passing the enhanced ones
through a median filter. The median filter is an effective method for the removal of impulse based
noise on the images [9]. Recursive Mean-Separate Histogram Equalization (RMSHE) is also
considered asan extension to BBHE. All these methods achieve good contrast but they have some
problems in gray level variation [7].
The rest of the paper is organized as follows. in section 2, the idea of A Histogram-Based Fast
Enhancement Algorithm will be introduced. Then, the problems were found in this algorithm and
the suggested modification is presented in section 3. Experimental results using clinical data of
CT images is discussed in section 4 to demonstrate the usefulness of the proposed method.
Concluding remarks ispresented in section 5.

2. A HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
J. Yin and et al proposed an algorithm to enhance local interested areas in CT head images; they
tried to improve the water-washed effect caused by the conventional histogram equalization
algorithms as shown in Figure1. The algorithm succeeded in removing water-washed effect.
There are some important features for this algorithm like the speed and the simplicity. Its idea
depends on that, most CT head images occupy the gray level 0 so they try to deal with the soft
tissues by enhancing the region by using full range of all possible gray levels to enhance it in the
CT head images. They analyzed these images and found that more than half of the whole range of
gray levels occupies 0 level, and all CT head images have three major peaks in their histograms.
The left peak is formed by background pixels, the middle peak is usually formed by soft tissues in
Computer Science & Information Technology (CS & IT)

263

the CT head images, and the right peak is formed mostly by bone. For enhancement details, we
need only the middle peak which formed by soft tissue [10].

Figure 1. (a) an original CT head image (b) enhanced by conventional histogram equalization algorithm (c)
Histogram-Based Fast Enhancement Algorithm.

3. A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
The idea of the algorithm depends on the characteristics of CT head images. This makesthe
algorithm is suitable for special type of images, so we tried to make a modification to this
algorithm to be more appropriate for a wide range of CT images with enhanced results.The
calculations of Histogram-Based Fast Enhancement Algorithm depends on a constant value k
(0<k<0.4) to evaluate how many gray levels should be ignored. This means that k remains
constant for all images regardlessof image characteristics, so we calculated the value of k to
change with the gray levels of the picture.
First, we evaluated k as a ratio of the mean value of histogram values, which is considered as an
importantfeature of the histogram then we recorded these results, and compared it with the
Histogram-Based Fast Enhancement Algorithm; we found that there is a valuable enhancement in
results. Thesteps of our proposed solution remained as in the Histogram-Based Fast Enhancement
Algorithm, but the change will be occurred in determining k value as below.
݇ = ‫ܪ ∗ ݋݅ݐܽݎ‬௠௘௔௡

(1)

Where Hmean is the mean value of the histogram, which is the sum of the values divided by the
number of values.Second, we performedanother modification by using k as a ratio of median
value of the histogram and found that the results become better that because the value depends on
the characteristic of image.
݇ = ‫ܪ ∗ ݋݅ݐܽݎ‬௠௘ௗ௜௔௡

(2)

WhereHmedian is the median value of the histogram, it is the value which divides the values into
two equal halves.At the last, we use the mode value as the most frequently occurring value in the
histogram.
݇ = ‫ܪ ∗ ݋݅ݐܽݎ‬௠௢ௗ௘

(3)

We applied the modified algorithm to large varieties of CT images including head and lung
images. To evaluate the effectiveness of the modification we use three widely-used metrics;
PSNR (Peak Signal-to-Noise Ratio), AMBE (Absolute Mean Brightness Error), and the entropy,
in addition to Inspection of Visual Quality. We will show briefly how to evaluate these metrics in
the next section.
264

Computer Science & Information Technology (CS & IT)

3.1 Peak Signal to Noise Ratio (PSNR)
PSNR is the evaluation standard of the reconstructed image quality, and is an important
measurement feature. PSNR is measured in decibels (dB). If we suppose a reference image f and
a test image t, both of size M×N, the PSNR between f and g is defined by.
ܴܲܵܰ(݂, ‫݃݋݈ = )ݐ‬ଵ଴ (‫)1 − ܮ‬ଶ /‫)ݐ ,݂(ܧܵܯ‬

(4)

Where L is gray levels and MSE (Mean square error), is then defined as.
ெ

ே

1
ଶ
ࡹܵ‫= )ݐ ,݂(ܧ‬
෍ ෍൫݂௜௝ − ‫ݐ‬௜௝ ൯
‫ܰܯ‬
௜ୀଵ ௝ୀଵ

(5)

Note that the greater the PSNR, the better the output image quality.

3.2 Absolute Mean Brightness Error (AMBE)
It is the difference between original and enhanced image and is given as.
‫|ܯܻ − ܯܺ| = )ܻ ,ܺ(ܧܤܯܣ‬

(6)

Where XM is the mean of the input image X = {X (i, j)} and YM is the mean of the output image
Y = {Y (i, j)}.
We try to preserve the brightness of the image to keep the image details, so if we reduce the
difference this preserve the brightness of the image.

3.3 Entropy
Entropy is a statistical measure of randomness that can be used to characterize the texture of the
input image. It is a useful tool to measure the Richness of the details in the output image [11].
௡

‫ݐ݊ܧ‬ሾܲሿ = ෍(ܲ௜ log ଶ (ܲ௜ ))
௜ୀଵ

(7)

3.4 Inspection of Visual Quality
In addition to the quantitative evaluation of contrast enhancement using the PSNR and entropy
values, it is also important to qualitatively assess the contrast enhancement. The major goal of
the qualitative assessment is to judge if the output image is visually acceptable to human eyes and
has a natural appearance [8].
Computer Science & Information Technology (CS & IT)

265

4. EXPERIMENTAL RESULTS
To show the effect of the proposed modification, we apply it on different types of CT images. We
use head images like the original algorithmin addition to the lung images to be validate for more
image types.

Figure 2. (a) Original CT head image (b) enhanced by conventional histogram equalization algorithm (c)
enhanced by Histogram-Based Fast Enhancement Algorithm. (d) Modified Histogram-Based Fast
Enhancement Algorithm using mean value (e) Modified Histogram-Based Fast Enhancement Algorithm
using median value. (f) Modified Histogram-Based Fast Enhancement Algorithm using mode value

Figure 3. (a) Original CT lung image (b) enhanced by conventional histogram equalization algorithm (c)
enhanced by Histogram-Based Fast Enhancement Algorithm. (d) Modified Histogram-Based Fast
Enhancement Algorithm using mean value (e) Modified Histogram-Based Fast Enhancement Algorithm
using median value (f) Modified Histogram-Based Fast Enhancement Algorithm using mode value
266

Computer Science & Information Technology (CS & IT)
Table 1. PSNR measurement

Image

CThead1
CThead2
CThead3
CThead4
CTlung1
CTlung2
CTlung3
CTlung4

Conventional
Histogram
Equalization
Algorithm

HistogramBased Fast
Enhanceme
nt
Algorithm

Modified Histogram-Based Fast Enhancement
Algorithm

6.6589
6.7181
4.2788
6.7181
17.9699
19.3186
8.839
15.3099

12.1687
12.3103
9.0203
12.3103
26.9840
30.1420
13.8357
21.5727

13.9531
14.8156
9.8088
14.8156
28.6100
32.3924
13.4644
26.8872

Using
Using
Mean
Median

Using Mode

14.6326
14.81723
11.22233
14.81723
32.35675
41.8492
14.50487
31.9475

14.63262
14.81723
11.22233
14.81723
34.2496
43.58417
14.5052
35.1296

As we mention before, the increase in the value of PSNR is considered as an enhancement in the
algorithm. From Table 1 we find that there is an enhancement using the proposed modified
algorithm.
Table 2. AMBE measurement.

Image

CThead1
CThead2
CThead3
CThead4
CTlung1
CTlung2
CTlung3
CTlung4

Conventional
Histogram
Equalization
Algorithm

Histogram-Based
Fast
Enhancement
Algorithm

Modified
Histogram-Based
Fast
Enhancement Algorithm
Using
Using Median Using Mode
Mean

111.8702
97.365
150.4411
112.059
13.4576
15.1077
76.9961
13.977

48.14349
41.37939
78.69606
47.4835
4.9821
4.1489
41.85713
11.785

38.0466
133.7495
70.7215
33.5147
3.427556
3.2355
43.53475
5.95788

34.55872
30.06355
57.66641
33.43602
1.969327
1.5521
35.29687
3.7327

34.55872
13.3852
57.66641
33.43602
1.6462
1.369413
35.26233
2.9718

Our Proposed algorithm is considered one of brightness persevered algorithm so we try to reduce
the difference between the brightness of input and the result image. From Table 2, we can
conclude that there is an enhancement in AMBE values using the proposed algorithm.
As we will see in Table 3, there is a small increase in the Entropy values especially using the
median and the mode where we have found there is a great convergence between median and
mode values. As for the Inspection of Visual Quality, as we see in Figure2 and Figure3 there are
some details appeared in the proposed algorithm which help in diagnostic diseases more accurate.
Computer Science & Information Technology (CS & IT)

267

Table 3. Entropy measurement.
Original
Image
Image

CThead1
CThead2
CThead3
CThead4
CTlung1
CTlung2
CTlung3
CTlung4

0.9991
0.8993
0.9169
0.9997
0.0022
0.0695
0.1575
0.2065

Conventional
Histogram
Equalizatio
n
Algorithm

HistogramBased Fast
Enhancem
ent
Algorithm

Modified
Histogram-Based
Enhancement Algorithm

3.3235
4.5394
2.3727
3.3564
5.8899
5.9528
3.3206
2.5454

4.608886
5.144703
2.812813
4.4211
6.9246
6. 8429
3.517687
6.4606

4.912558
2.077121
2.9972
5.0363
7.08508
6.9279
3.409321
6.687

Using
Mean

Using
Median
5.133528
5.391977
3.377863
5.058119
7.102342
7.1620
4.483833
6.687

Fast

Using Mode
5.13352
5.8384
3.37786
5.05811
7.0458
7.20219
4.50024
6.6064

We can exclude some points from the previous results that the modified algorithm achieves
greater values of PSNR, AMBE and entropy compared with Histogram-Based Fast Enhancement
Algorithm. The first metric of PSNR; the propose algorithm have increased the values of PSNR;
this means that less noise in the resulted image. The second metric is AMBE, it has been
minimized and this means that it has preserved the brightness of the image. The third metric of
entropy where it has increased; this means that more information can be extracted from the output
image. We also performed statistical analysis for the results in Figure4, Figure5, and Figure6,
where Figure4 shows the increment in PSNR values due to using the modification with mean,
median and mode.Figure5 shows the enhancement in entropy values and Figure6 show the
decrement of AMBE. There is a valuable improvement in the three parameters for the
modification especially the mode where give the best results. We found that there is a range of
ratio values that gives the best results for the three parameters and outside this range there arenot
good results. This gives us the ability to control this ratio to obtain the best results.

Figure4. The effect of modification on PSNR values
268

Computer Science & Information Technology (CS & IT)

Figure5.The effect of modification on entropy values

Figure6.The effect of modification on AMBE values

5. CONCLUSION
In this paper, we have presented a simple modificationof Histogram Based Fast Enhancement
Algorithm. First, we have showed how it succeeded in removing water-washed effect. Then
discuss the proposed modification which enhances the PSNR, AMBE and entropy parameters
values to be more appropriate for a wide range of CT images.In addition to the enhancements
occurred to the Histogram-Based Fast Enhancement Algorithm. There are some advantages of the
algorithm compared to other algorithms. It still keeps the advantage of simplicity due to less
complex calculations used in the algorithm. There is another advantage of this algorithm due to
its idea of using global histogram and not based on local histogram. This decreases the used time
for running.

REFERENCES
[1]
[2]
[3]

S. Smith, (2002) "The Scientist and Engineer's Guide to Digital Signal Processing", Chapter 25:
Special Imaging Techniques, Computed Tomography, Softcover,ISBN 0-7506-7444-X.
Dr. West,"Lung Cancer Screening Saves Lives", http://cancergrace.org/lung/2010/11/04/lung-cancerscreening-saves-lives.
Y. Kim, Feb.(1997) “Contrast enhancement using brightness preserving Bi-Histogram equalization”,
IEEE Trans. Consumer Electronics, vol. 43,no. 1, pp. 1-8.
Computer Science & Information Technology (CS & IT)
[4]

269

R. Krutsch and D. Tenorio,(2011)"Histogram Equalization", Document Number: AN4318,
Application Note Rev. 0.
[5] I. Jafar and H. Ying, (2007)" Multilevel Component-Based Histogram Equalization for Enhancing the
Quality of Grayscale Images”, IEEE EIT, pp. 563-568.
[6] R. Jonesand T. Tjahjadi, (1993)"A study and Modification of the Local Histogram Equalization
Algorithm", pattern recognition, vol2, no. 9, pp 1373-1381.
[7] P. Shanmugavadivu, K. Balasubramania, (2010) "Image Inversion and Bi Level Histogram
Equalization for Contrast Enhancement" International Journal of Computer Applications (0975 8887) Volume 1 – No. 15.
[8] A. Zadbuke,(2012)"Brightness Preserving Image Enhancement Using Modified Dualistic Sub Image
Histogram Equalization", International Journal of Scientific & Engineering Research, Volume 3,
Issue 2, 1 ISSN 2229-5518.
[9] P. Jagatheeswari, S. Suresh Kumar, M. Rajaram, (2009)" Contrast Enhancement for Medical Images
Based on Histogram Equalization Followed by Median Filter", the International Conference on ManMachine Systems (ICoMMS), MALAYSIA.
[10] J.Yin, X. Tian, Z. Tang, Y. Sun, (2006)"A Histogram-Based Fast Enhancement Algorithm for CT
Head Images", Intl. Conf. on Biomedical and Pharmaceutical Engineering (ICB PE).
[11] "Image entropy",http://www.esrf.eu/computing/Forum/imgCIF/PAPER/entropy.

Más contenido relacionado

La actualidad más candente

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
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniquesIJEACS
 
HUMAN VISION THRESHOLDING WITH ENHANCEMENT FOR DARK BLURRED IMAGES FOR LOCAL ...
HUMAN VISION THRESHOLDING WITH ENHANCEMENT FOR DARK BLURRED IMAGES FOR LOCAL ...HUMAN VISION THRESHOLDING WITH ENHANCEMENT FOR DARK BLURRED IMAGES FOR LOCAL ...
HUMAN VISION THRESHOLDING WITH ENHANCEMENT FOR DARK BLURRED IMAGES FOR LOCAL ...cscpconf
 
EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...
EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...
EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...cscpconf
 
Medical image enhancement using histogram processing part1
Medical image enhancement using histogram processing part1Medical image enhancement using histogram processing part1
Medical image enhancement using histogram processing part1Prashant Sharma
 
Spectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationSpectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationiaemedu
 
Fuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementFuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementSamrudh Keshava Kumar
 
Image Contrast Enhancement for Brightness Preservation Based on Dynamic Stret...
Image Contrast Enhancement for Brightness Preservation Based on Dynamic Stret...Image Contrast Enhancement for Brightness Preservation Based on Dynamic Stret...
Image Contrast Enhancement for Brightness Preservation Based on Dynamic Stret...CSCJournals
 
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
 
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLSMIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLSAM Publications
 
Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...
Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...
Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...IJECEIAES
 
Fast Segmentation of Sub-cellular Organelles
Fast Segmentation of Sub-cellular OrganellesFast Segmentation of Sub-cellular Organelles
Fast Segmentation of Sub-cellular OrganellesCSCJournals
 
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGIC
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGICQUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGIC
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGICijsc
 
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
 
A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...IAEME Publication
 
Ijiir journal of vib and control paper
Ijiir journal of vib and control paperIjiir journal of vib and control paper
Ijiir journal of vib and control paperkarhtikeyanvv
 

La actualidad más candente (17)

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...
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniques
 
HUMAN VISION THRESHOLDING WITH ENHANCEMENT FOR DARK BLURRED IMAGES FOR LOCAL ...
HUMAN VISION THRESHOLDING WITH ENHANCEMENT FOR DARK BLURRED IMAGES FOR LOCAL ...HUMAN VISION THRESHOLDING WITH ENHANCEMENT FOR DARK BLURRED IMAGES FOR LOCAL ...
HUMAN VISION THRESHOLDING WITH ENHANCEMENT FOR DARK BLURRED IMAGES FOR LOCAL ...
 
EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...
EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...
EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...
 
Medical image enhancement using histogram processing part1
Medical image enhancement using histogram processing part1Medical image enhancement using histogram processing part1
Medical image enhancement using histogram processing part1
 
Spectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationSpectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolation
 
Fuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementFuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast Enhancement
 
Image Contrast Enhancement for Brightness Preservation Based on Dynamic Stret...
Image Contrast Enhancement for Brightness Preservation Based on Dynamic Stret...Image Contrast Enhancement for Brightness Preservation Based on Dynamic Stret...
Image Contrast Enhancement for Brightness Preservation Based on Dynamic Stret...
 
Cq32579584
Cq32579584Cq32579584
Cq32579584
 
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
 
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLSMIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
 
Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...
Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...
Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...
 
Fast Segmentation of Sub-cellular Organelles
Fast Segmentation of Sub-cellular OrganellesFast Segmentation of Sub-cellular Organelles
Fast Segmentation of Sub-cellular Organelles
 
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGIC
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGICQUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGIC
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGIC
 
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)
 
A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...
 
Ijiir journal of vib and control paper
Ijiir journal of vib and control paperIjiir journal of vib and control paper
Ijiir journal of vib and control paper
 

Destacado

Pipeline YIR '15
Pipeline YIR '15Pipeline YIR '15
Pipeline YIR '15David Ben
 
Comunicado primera reunion regional autonoma
Comunicado primera reunion regional autonomaComunicado primera reunion regional autonoma
Comunicado primera reunion regional autonomaerik arellana
 
Anie Energia: sistemi di accumulo e fotovoltaico
Anie Energia: sistemi di accumulo e fotovoltaicoAnie Energia: sistemi di accumulo e fotovoltaico
Anie Energia: sistemi di accumulo e fotovoltaicoQualenergiaweb
 
Artículo Vano - Nuevo Mktg y Charlas 2006
Artículo Vano - Nuevo Mktg y Charlas 2006Artículo Vano - Nuevo Mktg y Charlas 2006
Artículo Vano - Nuevo Mktg y Charlas 2006Pablo Jalvo Johnson
 
Luann Simon Resume 12-2015
Luann Simon Resume 12-2015Luann Simon Resume 12-2015
Luann Simon Resume 12-2015Luann Simon
 
CRM Predictions for 2016 Webinar
CRM Predictions for 2016 WebinarCRM Predictions for 2016 Webinar
CRM Predictions for 2016 WebinarMaximizer Software
 
Nashi klevye itogi
Nashi klevye itogiNashi klevye itogi
Nashi klevye itogiFresh IT
 

Destacado (8)

Pipeline YIR '15
Pipeline YIR '15Pipeline YIR '15
Pipeline YIR '15
 
Presentación sobre gamificación en la URJC
Presentación sobre gamificación en la URJCPresentación sobre gamificación en la URJC
Presentación sobre gamificación en la URJC
 
Comunicado primera reunion regional autonoma
Comunicado primera reunion regional autonomaComunicado primera reunion regional autonoma
Comunicado primera reunion regional autonoma
 
Anie Energia: sistemi di accumulo e fotovoltaico
Anie Energia: sistemi di accumulo e fotovoltaicoAnie Energia: sistemi di accumulo e fotovoltaico
Anie Energia: sistemi di accumulo e fotovoltaico
 
Artículo Vano - Nuevo Mktg y Charlas 2006
Artículo Vano - Nuevo Mktg y Charlas 2006Artículo Vano - Nuevo Mktg y Charlas 2006
Artículo Vano - Nuevo Mktg y Charlas 2006
 
Luann Simon Resume 12-2015
Luann Simon Resume 12-2015Luann Simon Resume 12-2015
Luann Simon Resume 12-2015
 
CRM Predictions for 2016 Webinar
CRM Predictions for 2016 WebinarCRM Predictions for 2016 Webinar
CRM Predictions for 2016 Webinar
 
Nashi klevye itogi
Nashi klevye itogiNashi klevye itogi
Nashi klevye itogi
 

Similar a A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM

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 ALGORITHMcscpconf
 
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
 
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
 
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
 
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
 
Ijiir journal of vib and control paper
Ijiir journal of vib and control paperIjiir journal of vib and control paper
Ijiir journal of vib and control paperkarhtikeyanvv
 
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
 
Algorithm for Lossy Image Compression using FPGA
Algorithm for Lossy Image Compression using FPGAAlgorithm for Lossy Image Compression using FPGA
Algorithm for Lossy Image Compression using FPGAMistral Solutions
 
Modified clahe an adaptive algorithm for contrast enhancement of aerial medi...
Modified clahe an adaptive algorithm for contrast enhancement of aerial  medi...Modified clahe an adaptive algorithm for contrast enhancement of aerial  medi...
Modified clahe an adaptive algorithm for contrast enhancement of aerial medi...IAEME Publication
 
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
 
A GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENT
A GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENTA GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENT
A GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENTpharmaindexing
 
Optimal Coefficient Selection For Medical Image Fusion
Optimal Coefficient Selection For Medical Image FusionOptimal Coefficient Selection For Medical Image Fusion
Optimal Coefficient Selection For Medical Image FusionIJERA Editor
 
Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...IOSR Journals
 
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
 
iaetsd Image fusion of brain images using discrete wavelet transform
iaetsd Image fusion of brain images using discrete wavelet transformiaetsd Image fusion of brain images using discrete wavelet transform
iaetsd Image fusion of brain images using discrete wavelet transformIaetsd Iaetsd
 

Similar a A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM (20)

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
 
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)
 
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)
 
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
 
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...
 
Dh33653657
Dh33653657Dh33653657
Dh33653657
 
Ijiir journal of vib and control paper
Ijiir journal of vib and control paperIjiir journal of vib and control paper
Ijiir journal of vib and control paper
 
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...
 
Algorithm for Lossy Image Compression using FPGA
Algorithm for Lossy Image Compression using FPGAAlgorithm for Lossy Image Compression using FPGA
Algorithm for Lossy Image Compression using FPGA
 
G0813841
G0813841G0813841
G0813841
 
Modified clahe an adaptive algorithm for contrast enhancement of aerial medi...
Modified clahe an adaptive algorithm for contrast enhancement of aerial  medi...Modified clahe an adaptive algorithm for contrast enhancement of aerial  medi...
Modified clahe an adaptive algorithm for contrast enhancement of aerial medi...
 
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...
 
A GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENT
A GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENTA GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENT
A GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENT
 
Optimal Coefficient Selection For Medical Image Fusion
Optimal Coefficient Selection For Medical Image FusionOptimal Coefficient Selection For Medical Image Fusion
Optimal Coefficient Selection For Medical Image Fusion
 
Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
 
Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
 
Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...
 
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
 
iaetsd Image fusion of brain images using discrete wavelet transform
iaetsd Image fusion of brain images using discrete wavelet transformiaetsd Image fusion of brain images using discrete wavelet transform
iaetsd Image fusion of brain images using discrete wavelet transform
 

Último

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 

Último (20)

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 

A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM

  • 1. A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM Amany A. Kandeel1, Alaa M. Abbas 2, Mohiy M. Hadhoud3, Zeiad ElSaghir1 1 Dept. of Computer Science and Engineering, Faculty of Electronic Engineering, Univ. of Menoufia, 32952, Menouf, Egypt. amany_1980@hotmail.com , zeiad40@yahoo.com 2 Dept. of Electronics and Electrical Communications, Faculty of Electronic Engineering, Univ. of Menoufia32952, Menouf, Egypt. m2alaa@hotmail.com 3 Dept. of Information Technology, Faculty of Computers and Information, Univ. of Menoufia, 32511, ShebinElkom, Egypt. mmhadhoud@yahoo.com ABSTRACT The contrast enhancement of medical images has an important role in diseases diagnostic, specially, cancer cases. Histogram equalization is considered as the most popular algorithm for contrast enhancement according to its effectiveness and simplicity. In this paper, we present a modified version of the Histogram Based Fast Enhancement Algorithm. This algorithm enhances the areas of interest with less complexity. It is applied only to CT head images and its idea based on treating with the soft tissues and ignoring other details in the image. The proposed modification make the algorithm is valid for most CT image types with enhanced results. KEYWORDS Contrast enhancement, Histogram equalization, Histogram Based Fast Enhancement Algorithm, CT image 1. INTRODUCTION Diagnosing diseases using medical images becomes more popular using different types of imaging techniques. Computed tomography (CT) is considered as the best of them after developed in 1970’s [1], especially in cancer detection [2]. Its idea depends on specializing gray level for every different organic tissue. Contrast of an image is defined as the ratio between the brightest and the darkest pixel intensities. Histogram Equalization (HE) is considered as the most popular algorithm for contrast enhancement according to its effectiveness and simplicity. Its basic idea lies in mapping the gray David C. Wyld et al. (Eds) : CST, ITCS, JSE, SIP, ARIA, DMS - 2014 pp. 261–269, 2014. © CS & IT-CSCP 2014 DOI : 10.5121/csit.2014.4124
  • 2. 262 Computer Science & Information Technology (CS & IT) levels based on the probability distribution of the input gray levels. It flattens and stretches the dynamic range of the image's histogram, resulting in an overall contrast improvement.HE has been applied in various fields such as medical image processing and radar image processing [3, 4]. The two categories of histogram equalization are. Global histogram equalization, which is simple and fast, but its contrast-enhancement power is relatively low. Local histogram equalization, on the other hand, can effectively enhance contrast, but it requires more computations. Global Histogram equalization is powerful in highlighting the borders and edges between different objects, but may reduce the local details within these objects [5] to overcome HE's problems. Ketcham and et al invented Local Histogram Equalization (LHE); the algorithm uses the histogram of a window of a predetermined size to determine the transformation of each pixel in the image. LHE succeeded in enhancing local details, but it depends on fixed size for windows where it may distort the boundaries between regions. It also demands high computational cost and sometimes causes over-enhancement in some portion of the image [6, 7]. There are many algorithms trying to preserve the brightness of the output image like BBHE (Brightness preserving Bi-Histogram Equalization) which separates the input image histogram into two parts based on the mean of the input image and then each part is equalized independently. There are many methods similar to BBHE like, DSIHE (Dualistic Sub-Image Histogram Equalization) where, it divides the histogram based on the median value. MDSIHE (Modified Dualistic Sub Image Histogram Equalization), A. Zadbuke made a modification on DSIHE and obtainedgood results [8]. MMBEBHE (Minimum Mean Brightness Error BiHistogram Equalization) provides maximal brightness preservation, but its resultsare foundnot good for the image with a lot details. To overcome these drawbacks, P. Jagatheeswari and et al proposed a modification to this method. They enhanced images by passing the enhanced ones through a median filter. The median filter is an effective method for the removal of impulse based noise on the images [9]. Recursive Mean-Separate Histogram Equalization (RMSHE) is also considered asan extension to BBHE. All these methods achieve good contrast but they have some problems in gray level variation [7]. The rest of the paper is organized as follows. in section 2, the idea of A Histogram-Based Fast Enhancement Algorithm will be introduced. Then, the problems were found in this algorithm and the suggested modification is presented in section 3. Experimental results using clinical data of CT images is discussed in section 4 to demonstrate the usefulness of the proposed method. Concluding remarks ispresented in section 5. 2. A HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM J. Yin and et al proposed an algorithm to enhance local interested areas in CT head images; they tried to improve the water-washed effect caused by the conventional histogram equalization algorithms as shown in Figure1. The algorithm succeeded in removing water-washed effect. There are some important features for this algorithm like the speed and the simplicity. Its idea depends on that, most CT head images occupy the gray level 0 so they try to deal with the soft tissues by enhancing the region by using full range of all possible gray levels to enhance it in the CT head images. They analyzed these images and found that more than half of the whole range of gray levels occupies 0 level, and all CT head images have three major peaks in their histograms. The left peak is formed by background pixels, the middle peak is usually formed by soft tissues in
  • 3. Computer Science & Information Technology (CS & IT) 263 the CT head images, and the right peak is formed mostly by bone. For enhancement details, we need only the middle peak which formed by soft tissue [10]. Figure 1. (a) an original CT head image (b) enhanced by conventional histogram equalization algorithm (c) Histogram-Based Fast Enhancement Algorithm. 3. A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM The idea of the algorithm depends on the characteristics of CT head images. This makesthe algorithm is suitable for special type of images, so we tried to make a modification to this algorithm to be more appropriate for a wide range of CT images with enhanced results.The calculations of Histogram-Based Fast Enhancement Algorithm depends on a constant value k (0<k<0.4) to evaluate how many gray levels should be ignored. This means that k remains constant for all images regardlessof image characteristics, so we calculated the value of k to change with the gray levels of the picture. First, we evaluated k as a ratio of the mean value of histogram values, which is considered as an importantfeature of the histogram then we recorded these results, and compared it with the Histogram-Based Fast Enhancement Algorithm; we found that there is a valuable enhancement in results. Thesteps of our proposed solution remained as in the Histogram-Based Fast Enhancement Algorithm, but the change will be occurred in determining k value as below. ݇ = ‫ܪ ∗ ݋݅ݐܽݎ‬௠௘௔௡ (1) Where Hmean is the mean value of the histogram, which is the sum of the values divided by the number of values.Second, we performedanother modification by using k as a ratio of median value of the histogram and found that the results become better that because the value depends on the characteristic of image. ݇ = ‫ܪ ∗ ݋݅ݐܽݎ‬௠௘ௗ௜௔௡ (2) WhereHmedian is the median value of the histogram, it is the value which divides the values into two equal halves.At the last, we use the mode value as the most frequently occurring value in the histogram. ݇ = ‫ܪ ∗ ݋݅ݐܽݎ‬௠௢ௗ௘ (3) We applied the modified algorithm to large varieties of CT images including head and lung images. To evaluate the effectiveness of the modification we use three widely-used metrics; PSNR (Peak Signal-to-Noise Ratio), AMBE (Absolute Mean Brightness Error), and the entropy, in addition to Inspection of Visual Quality. We will show briefly how to evaluate these metrics in the next section.
  • 4. 264 Computer Science & Information Technology (CS & IT) 3.1 Peak Signal to Noise Ratio (PSNR) PSNR is the evaluation standard of the reconstructed image quality, and is an important measurement feature. PSNR is measured in decibels (dB). If we suppose a reference image f and a test image t, both of size M×N, the PSNR between f and g is defined by. ܴܲܵܰ(݂, ‫݃݋݈ = )ݐ‬ଵ଴ (‫)1 − ܮ‬ଶ /‫)ݐ ,݂(ܧܵܯ‬ (4) Where L is gray levels and MSE (Mean square error), is then defined as. ெ ே 1 ଶ ࡹܵ‫= )ݐ ,݂(ܧ‬ ෍ ෍൫݂௜௝ − ‫ݐ‬௜௝ ൯ ‫ܰܯ‬ ௜ୀଵ ௝ୀଵ (5) Note that the greater the PSNR, the better the output image quality. 3.2 Absolute Mean Brightness Error (AMBE) It is the difference between original and enhanced image and is given as. ‫|ܯܻ − ܯܺ| = )ܻ ,ܺ(ܧܤܯܣ‬ (6) Where XM is the mean of the input image X = {X (i, j)} and YM is the mean of the output image Y = {Y (i, j)}. We try to preserve the brightness of the image to keep the image details, so if we reduce the difference this preserve the brightness of the image. 3.3 Entropy Entropy is a statistical measure of randomness that can be used to characterize the texture of the input image. It is a useful tool to measure the Richness of the details in the output image [11]. ௡ ‫ݐ݊ܧ‬ሾܲሿ = ෍(ܲ௜ log ଶ (ܲ௜ )) ௜ୀଵ (7) 3.4 Inspection of Visual Quality In addition to the quantitative evaluation of contrast enhancement using the PSNR and entropy values, it is also important to qualitatively assess the contrast enhancement. The major goal of the qualitative assessment is to judge if the output image is visually acceptable to human eyes and has a natural appearance [8].
  • 5. Computer Science & Information Technology (CS & IT) 265 4. EXPERIMENTAL RESULTS To show the effect of the proposed modification, we apply it on different types of CT images. We use head images like the original algorithmin addition to the lung images to be validate for more image types. Figure 2. (a) Original CT head image (b) enhanced by conventional histogram equalization algorithm (c) enhanced by Histogram-Based Fast Enhancement Algorithm. (d) Modified Histogram-Based Fast Enhancement Algorithm using mean value (e) Modified Histogram-Based Fast Enhancement Algorithm using median value. (f) Modified Histogram-Based Fast Enhancement Algorithm using mode value Figure 3. (a) Original CT lung image (b) enhanced by conventional histogram equalization algorithm (c) enhanced by Histogram-Based Fast Enhancement Algorithm. (d) Modified Histogram-Based Fast Enhancement Algorithm using mean value (e) Modified Histogram-Based Fast Enhancement Algorithm using median value (f) Modified Histogram-Based Fast Enhancement Algorithm using mode value
  • 6. 266 Computer Science & Information Technology (CS & IT) Table 1. PSNR measurement Image CThead1 CThead2 CThead3 CThead4 CTlung1 CTlung2 CTlung3 CTlung4 Conventional Histogram Equalization Algorithm HistogramBased Fast Enhanceme nt Algorithm Modified Histogram-Based Fast Enhancement Algorithm 6.6589 6.7181 4.2788 6.7181 17.9699 19.3186 8.839 15.3099 12.1687 12.3103 9.0203 12.3103 26.9840 30.1420 13.8357 21.5727 13.9531 14.8156 9.8088 14.8156 28.6100 32.3924 13.4644 26.8872 Using Using Mean Median Using Mode 14.6326 14.81723 11.22233 14.81723 32.35675 41.8492 14.50487 31.9475 14.63262 14.81723 11.22233 14.81723 34.2496 43.58417 14.5052 35.1296 As we mention before, the increase in the value of PSNR is considered as an enhancement in the algorithm. From Table 1 we find that there is an enhancement using the proposed modified algorithm. Table 2. AMBE measurement. Image CThead1 CThead2 CThead3 CThead4 CTlung1 CTlung2 CTlung3 CTlung4 Conventional Histogram Equalization Algorithm Histogram-Based Fast Enhancement Algorithm Modified Histogram-Based Fast Enhancement Algorithm Using Using Median Using Mode Mean 111.8702 97.365 150.4411 112.059 13.4576 15.1077 76.9961 13.977 48.14349 41.37939 78.69606 47.4835 4.9821 4.1489 41.85713 11.785 38.0466 133.7495 70.7215 33.5147 3.427556 3.2355 43.53475 5.95788 34.55872 30.06355 57.66641 33.43602 1.969327 1.5521 35.29687 3.7327 34.55872 13.3852 57.66641 33.43602 1.6462 1.369413 35.26233 2.9718 Our Proposed algorithm is considered one of brightness persevered algorithm so we try to reduce the difference between the brightness of input and the result image. From Table 2, we can conclude that there is an enhancement in AMBE values using the proposed algorithm. As we will see in Table 3, there is a small increase in the Entropy values especially using the median and the mode where we have found there is a great convergence between median and mode values. As for the Inspection of Visual Quality, as we see in Figure2 and Figure3 there are some details appeared in the proposed algorithm which help in diagnostic diseases more accurate.
  • 7. Computer Science & Information Technology (CS & IT) 267 Table 3. Entropy measurement. Original Image Image CThead1 CThead2 CThead3 CThead4 CTlung1 CTlung2 CTlung3 CTlung4 0.9991 0.8993 0.9169 0.9997 0.0022 0.0695 0.1575 0.2065 Conventional Histogram Equalizatio n Algorithm HistogramBased Fast Enhancem ent Algorithm Modified Histogram-Based Enhancement Algorithm 3.3235 4.5394 2.3727 3.3564 5.8899 5.9528 3.3206 2.5454 4.608886 5.144703 2.812813 4.4211 6.9246 6. 8429 3.517687 6.4606 4.912558 2.077121 2.9972 5.0363 7.08508 6.9279 3.409321 6.687 Using Mean Using Median 5.133528 5.391977 3.377863 5.058119 7.102342 7.1620 4.483833 6.687 Fast Using Mode 5.13352 5.8384 3.37786 5.05811 7.0458 7.20219 4.50024 6.6064 We can exclude some points from the previous results that the modified algorithm achieves greater values of PSNR, AMBE and entropy compared with Histogram-Based Fast Enhancement Algorithm. The first metric of PSNR; the propose algorithm have increased the values of PSNR; this means that less noise in the resulted image. The second metric is AMBE, it has been minimized and this means that it has preserved the brightness of the image. The third metric of entropy where it has increased; this means that more information can be extracted from the output image. We also performed statistical analysis for the results in Figure4, Figure5, and Figure6, where Figure4 shows the increment in PSNR values due to using the modification with mean, median and mode.Figure5 shows the enhancement in entropy values and Figure6 show the decrement of AMBE. There is a valuable improvement in the three parameters for the modification especially the mode where give the best results. We found that there is a range of ratio values that gives the best results for the three parameters and outside this range there arenot good results. This gives us the ability to control this ratio to obtain the best results. Figure4. The effect of modification on PSNR values
  • 8. 268 Computer Science & Information Technology (CS & IT) Figure5.The effect of modification on entropy values Figure6.The effect of modification on AMBE values 5. CONCLUSION In this paper, we have presented a simple modificationof Histogram Based Fast Enhancement Algorithm. First, we have showed how it succeeded in removing water-washed effect. Then discuss the proposed modification which enhances the PSNR, AMBE and entropy parameters values to be more appropriate for a wide range of CT images.In addition to the enhancements occurred to the Histogram-Based Fast Enhancement Algorithm. There are some advantages of the algorithm compared to other algorithms. It still keeps the advantage of simplicity due to less complex calculations used in the algorithm. There is another advantage of this algorithm due to its idea of using global histogram and not based on local histogram. This decreases the used time for running. REFERENCES [1] [2] [3] S. Smith, (2002) "The Scientist and Engineer's Guide to Digital Signal Processing", Chapter 25: Special Imaging Techniques, Computed Tomography, Softcover,ISBN 0-7506-7444-X. Dr. West,"Lung Cancer Screening Saves Lives", http://cancergrace.org/lung/2010/11/04/lung-cancerscreening-saves-lives. Y. Kim, Feb.(1997) “Contrast enhancement using brightness preserving Bi-Histogram equalization”, IEEE Trans. Consumer Electronics, vol. 43,no. 1, pp. 1-8.
  • 9. Computer Science & Information Technology (CS & IT) [4] 269 R. Krutsch and D. Tenorio,(2011)"Histogram Equalization", Document Number: AN4318, Application Note Rev. 0. [5] I. Jafar and H. Ying, (2007)" Multilevel Component-Based Histogram Equalization for Enhancing the Quality of Grayscale Images”, IEEE EIT, pp. 563-568. [6] R. Jonesand T. Tjahjadi, (1993)"A study and Modification of the Local Histogram Equalization Algorithm", pattern recognition, vol2, no. 9, pp 1373-1381. [7] P. Shanmugavadivu, K. Balasubramania, (2010) "Image Inversion and Bi Level Histogram Equalization for Contrast Enhancement" International Journal of Computer Applications (0975 8887) Volume 1 – No. 15. [8] A. Zadbuke,(2012)"Brightness Preserving Image Enhancement Using Modified Dualistic Sub Image Histogram Equalization", International Journal of Scientific & Engineering Research, Volume 3, Issue 2, 1 ISSN 2229-5518. [9] P. Jagatheeswari, S. Suresh Kumar, M. Rajaram, (2009)" Contrast Enhancement for Medical Images Based on Histogram Equalization Followed by Median Filter", the International Conference on ManMachine Systems (ICoMMS), MALAYSIA. [10] J.Yin, X. Tian, Z. Tang, Y. Sun, (2006)"A Histogram-Based Fast Enhancement Algorithm for CT Head Images", Intl. Conf. on Biomedical and Pharmaceutical Engineering (ICB PE). [11] "Image entropy",http://www.esrf.eu/computing/Forum/imgCIF/PAPER/entropy.