SlideShare a Scribd company logo
1 of 10
Download to read offline
Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015
DOI : 10.14810/ecij.2015.4306 73
COLOUR IMAGE ENHANCEMENT BASED ON
HISTOGRAM EQUALIZATION
Kanika Kapoor and Shaveta Arora
Department of ECE, ITM University, Gurgaon, Haryana, India
ABSTRACT
Histogram equalization is a nonlinear technique for adjusting the contrast of an image using its
histogram. It increases the brightness of a gray scale image which is different from the mean brightness of
the original image. There are various types of Histogram equalization techniques like Histogram
Equalization, Contrast Limited Adaptive Histogram Equalization, Brightness Preserving Bi Histogram
Equalization, Dualistic Sub Image Histogram Equalization, Minimum Mean Brightness Error Bi
Histogram Equalization, Recursive Mean Separate Histogram Equalization and Recursive Sub Image
Histogram Equalization. In this paper, the histogram equalization approach of gray-level images is
extended for colour images. The acquired image is converted into HSV (Hue, Saturation, Value). The
image is then decomposed into two parts by using exposure threshold and then equalized them
independently Over enhancement is also controlled in this method by using clipping threshold. For
measuring the performance of the enhanced image, entropy and contrast are calculated.
KEYWORDS
Colour Enhancement, Histogram Equalization, Entropy, Contrast.
1. INTRODUCTION
Image Enhancement is the process of improving the visual quality of an image so that the results
are more suitable than the original. The process of image Enhancement is divided into two
domains i.e. frequency domain and spatial domain. In frequency domain, techniques operate on
frequency transform of the image whereas in spatial domain, techniques operate directly on the
pixels of the image [1]. Image Enhancement is used to improve the contrast of the image having
low luminance. Image enhancement removes the distortion from the image and improves the
quality of the image. Histogram Equalization is the enhancement technique. Histogram
Equalization is used to enhance the contrast of the colour image. Histogram Equalization is the
simple method for enhancing the quality of image. Histogram Equalization (HE) is the process of
remaps the pixels of the image. Histogram Equalization distributes the pixels of the image on the
dynamic range for enhancing the contrast of the image. There is various application of Histogram
Equalization such as medical image processing, sonar image processing, object tracking, speech
recognition, etc. For improving the contrast of the colour image Histogram Equalization is one of
the techniques which are used. Brightness Preserving Bi-Histogram Equalization (BBHE) was
proposed by kim in 1997 [2]. It divides the histogram of the image into two parts i.e.
underexposed and overexposed based on the mean value. Then it equalizes the sub image
Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015
74
histogram of original image. Dualistic Sub Image Histogram Equalization (DSIHE) was proposed
by Wan et al. in 1999. It is also used for preserving the brightness of image based on median
value not mean value [3]. In this method original histogram is divided into two parts based on
median value and then it equalizes the sub image histograms independently. Minimum Mean
Brightness Error Bi-Histogram Equalization (MMBEBHE) was proposed by Chen and Ramli in
2003a, b. It is the extension of brightness preserving bi-histogram equalization. In this we can
measure the brightness of image by using Absolute Mean Brightness Error (AMBE) [4, 5]. If the
Absolute Mean Brightness Error is minimum then it can improve the contrast of the image and
preserve the brightness of the image. Recursive Mean Separate Histogram Equalization was
proposed by Chen and Ramli in 2003a,b. It divides the histogram recursively up to a recursion
level r, generating 2௥
sub-histograms based on the mean value and equalized them independently
[4, 5]. Recursive Sub Image Histogram Equalization recursively was proposed by Sim et al. in
2007 [6]. In this histogram is recursively divided based on their median value and equalize them
independently.
In this paper we have extended the Exposure Based Sub Image Histogram Equalization for
improving the contrast of the colour images. Some other histogram based techniques are
compared with the proposed technique based on entropy and contrast of the image.
2. HISTOGRAM EQUALIZATION
Histogram Equalization is used to enhance the contrast of the colour image. It is one of the
simplest and less complex methods for enhancing the quality of the colour image. It distributes
the pixels of the image on the dynamic range for enhancing the contrast of the image [7]. It is the
process that remaps the pixels of the image. For improving the contrast of the image following
are the histogram based techniques [8] i.e.
A. Classical Histogram Equalization (CHE)
B. Contrast-limited adaptive histogram equalization (CLAHE)
C. Brightness Preserving Bi-Histogram Equalization (BBHE)
D. Dualistic Sub Image Histogram Equalization (DSIHE)
E. Minimum Mean Brightness Error Bi-Histogram Equalization (MMBEBHE)
F. Recursive Mean Separate Histogram Equalization (RMSHE)
G. Recursive Sub Image Histogram Equalization (RSIHE)
H. Exposure Based Sub Image Histogram Equalization (ESIHE).
3. CLASSICAL HISTOGRAM EQUALIZATION
Classical Histogram produces an equalized image with its fatten histogram. Histogram
Equalization is used to enhance the contrast of the image. Histogram Equalization is the simple
method for enhancing the contrast of image. Histogram Equalization distributes the pixels of the
Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015
75
image on the dynamic range for enhancing the contrast of the image [7]. Basically this method
uniformly distributes the gray level of the image; the range of gray level is 0 to L-1. So it
improves the contrast of the image. But this method also has some disadvantage. While
distributing the pixels on the dynamic range, signal gets distorted.
4. CONTRAST LIMITED ADAPTIVE HISTOGRAM EQALIZATION
Adaptive Histogram Equalization is also use to enhance the image’s contrast. In Adaptive
Histogram equalization for improving the contrast of the image we divide the image into different
small parts and take the histogram of each part and uses to redistributes the lightness values [8].
So the output of the adaptive histogram is same as the specified histogram. By using bilinear
interpolation the other neighbouring small parts of the image are combined [9]. This method is
different from Classical Histogram Equalization. The drawback of this method is that it cannot
regain the brightness as the input image. So to overcome on this drawback we use advance
version of adaptive histogram equalization i.e. Contrast Limited Adaptive Histogram
Equalization which is also fail to regain the brightness of image.
5. EXPOSURE BASED SUB IMAGE HISTOGRAM EQUALIZATION
Exposure Based Sub Image Histogram Equalization is also used for contrast enhancement [10]. It
divides the image into two sub image i.e. under exposed and over exposed image based on the
exposure threshold value
exposure =
ଵ
୐
෌ ୦(୩)୩
ಽ
ೖసభ
෌ ୦(୩)
ಽ
ೖసభ
(1)
Where,
L = total no of gray level
h(k) = histogram of the image
This exposure threshold is used for clipping histogram. The basic purpose for using clipping is to
prevent the over enhancement.
Tୡ =
ଵ
௅
∑ h(k)௅
௞ୀଵ (2)
hୡ(k) = Tc for h(k) ≥ Tୡ (3)
Where,
Tୡ = clipping threshold
hୡ(k) = clipped histogram
h(k) = original histogram of the image
By using exposure threshold value we find the parameter X୫
X୫ = L(1 − exposure) (4)
Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015
76
On the basis of this parameter we divide the histogram into sub histograms i.e. underexposed and
overexposed. After diving we find their probability density function and cumulative density
function respectively and equalize them independently.
P୳(k) =
୦ౙ(୩)
୒౫
, for 0 ≤ k ≤ X୫ (5)
P୭(k) =
୦ౙ(୩)
୒౥
, for X୫ + 1 ≤ k ≤ L − 1 (6)
C୳(k) = ෌ P୳(k)
ଡ଼ୟ
୩ୀ଴
(7)
C୭(k) = ෌ P୭(k)
୐ିଵ
୩ୀଡ଼ୟାଵ
(8)
Where,
N୳ = total no of pixels in underexposed image
N୭ = total no of pixels in overexposed image
P୳(k) = pdf of underexposed image
P୭(k) = pdf of overexposed image
C୳ = cdf of underexposed image
C୭ = cdf of overexposed image
For equalization we use transfer function. After equalization combines the sub images and gives
the output i.e. enhanced image.
F୳ = X୫ ∗ C୳ (9)
F୭ = (X୫ + 1) + (L − X୫ + 1)C୭ (10)
Where,
F୳ = transfer function for equalizing underexposed image
F୭ = transfer function for equalizing overexposed image
This method cannot be directly applied to the colour image. First we have to convert the RGB
component of colour image into HSV component and then extract the V component from the
HSV component of the image. Now the given algorithm for colour enhancement is applied and
finds the enhanced. Getting the enhanced colour image we combine the new V component with
the H and S components and then convert the HSV component into RGB component.
This method is best method for preserving the brightness. It gives highest entropy. Exposure
Based Sub Image is suitable for underexposed image. It controls the over enhancement by
histogram clipping. It improves the quality and colour contrast of the image better than other
methods.
Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015
77
6. FLOW CHART
Fig1. Flow chart of technique
7. PERFORMANCE MEASURE
For measuring the performance of the image we calculate two parameters i.e. entropy and
contrast.
7.1 Entropy
Here, we use entropy as the Shannon entropy which contains the maximum information [10]. It is
use to measure the quality of image. Images which have maximum entropy have the better
quality of the image.
Start
Convert RGB image into HSV
image and get histogram
Compute Exposure Threshold
Compute Clipping Threshold
Divide the Clipped Histogram
Apply Histogram Equalization
Combine the sub images into
one image
Convert the HSV image into
RGB image and get enhanced
image
Stop
Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015
78
Ent(p) = − ∑ p(݈)log݈୐ିଵ
୪ୀ଴ (11)
Where,
Ent = entropy of the image.
P(l) = probability density function at intensity level l.
L = total no of gray level.
7.2 Contrast
Second parameter is contrast which is also used for measuring the quality of the image. Image
which have highest value of contrast have good contrast visually.
contrast = ∑ |i − j|ଶ
୧,୨ p(i, j) (12)
where,
p(i, j) = no of gray level occurrence
8. RESULTS AND DISCUSSIONS
The proposed method is simulated on Matlab 2010. The simulation results of HE and CLAHE are
compared with the proposed method for eight colour images as shown in figure 2-9. For
measuring the performance of the image we have calculated two parameters entropy and contrast.
Table 1 shows the entropy values of all the images for different algorithms which are
demonstrated in Fig. 10. Table 2 shows the contrast of all the images using different algorithm
which is demonstrated in Fig.11. The visual results of the proposed method show more pleasing
effects than the other methods. Proposed method is suitable for underexposed low contrast
images. It gives the enhanced image with highest entropy and good contrast by reducing over
enhancement. HE sometimes over enhances the image and CLAHE shows over amplification and
some distorted pixel.
(a) (b) (c) (d)
Fig 2. Enhancement results of CCTV image: (a) Original, (b) HE, (c) CLAHE, and (h) ESIHE.
(a) (b) (c) (d)
Fig 3. Enhancement results of Knee image: (a) Original, (b) HE, (c) CLAHE, and (h) ESIHE
Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015
79
(a) (b) (c) (d)
Fig 4. Enhancement results of Building image: (a) Original, (b) HE, (c) CLAHE, and (h) ESIHE.
(a) (b) (c) (d)
Fig 5. Enhancement results of Shoe image: (a) Original, (b) HE, (c) CLAHE, and (h) ESIHE
(a) (b) (c) (d)
Fig 6. Enhancement results of Forest image: (a) Original, (b) HE, (c) CLAHE, and (h) ESIHE
(a) (b) (c) (d)
Fig 7. Enhancement results of Plane image: (a) Original, (b) HE, (c) CLAHE, and (h) ESIHE
(a) (b) (c) (d)
Fig 8. Enhancement results of Sun image: (a) Original, (b) HE, (c) CLAHE, and (h) ESIHE
Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015
80
Figure 2(a)-8(a) are the original dark images which are required to enhance. Fig 2(b)-8(b) shows
the simple histogram equalization. In histogram equalization over enhancement occurred.
Fig2(c)-8(c) shows the contrast limited adaptive histogram equalization but this method cannot
regain the brightness of the original image. Fig 2(d)-8(d) shows the result of the proposed method
which gives the enhanced image. The entropy of the enhanced image from the proposed method
is the highest than the other methods as calculated in Table 1. Contrast is also highest of the
enhanced image as given in Table 2. It can remove the smoke from the image. The image of
building, plane, and tree are the smoky images and our proposed method can remove the smoke
and enhance the image better than the others. The average entropy of proposed method is higher
than the average entropy of other methods.
Comparison of entropies of all the images is plotted for different methods in Fig.9. In this graph
we can see that our proposed method has the maximum entropy than the other method. It has the
richness in details than the original image. Fig 10 shows the contrast of all the images. In this
also contrast from proposed method is the highest among all.
Table 1: Comparison of Entropy of all images.
IMAGES ORIGINAL HE CLAHE ESIHE
Building 6.4161 7.3464 7.2442 7.4747
Plane 7.2653 7.6586 7.5494 7.7936
CCTV 6.1620 7.1711 7.3033 7.3962
Forest 6.6172 7.4067 7.3023 7.4716
Sun 6.3935 7.3513 7.1471 7.3617
Tree 6.7911 7.5117 7.3754 7.5749
Shoe 6.4953 7.1882 7.1616 7.3972
Knee 5.8835 6.2203 6.7304 6.5018
Table 2: Comparison of contrast of all images.
IMAGES ORIGINAL HE CLAHE ESIHE
Building 0.0309 0.0636 0.1345 0.0673
Plane 0.0438 0.0958 0.1838 0.1041
CCTV 0.0885 0.7048 0.4423 0.4831
Forest 0.0879 0.2590 0.3430 0.1932
Sun 0.0256 0.0424 0.0955 0.0399
Tree 0.0984 0.3641 0.4702 0.2346
Shoe 0.0972 0.2830 0.2902 0.2426
Knee 0.1962 0.4681 0.5654 0.4908
Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015
81
Fig 9. Entropy of all images
Fig 10 Contrast of all images
9. CONCLUSION
In this paper, histogram based technique is proposed for the enhancement of the underexposed
color images. Entropy and contrast values are calculated for different low contrast images. For
the enhancement of under exposed image this proposed method is effective and efficient. The
results show better performance of this technique in comparison to others.
Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015
82
REFERENCES
[1] Gonzalez, R.C., Woods, R.E., (2002). Digital Image Processing, second ed. Prentice Hall.
[2] Kim, Y.T., (1997). Contrast enhancement using brightness preserving bi-histogram equalization.
IEEE Trans. Consumer Electron. 43 (1), 1–8.
[3] Wan, Y., Chen, Q., Zhang, B.M., (1999). Image enhancement based on equal area dualistic sub-
image histogram equalization method. IEEE Trans. Consumer Electron. 45 (1), 68–75.
[4] Chen, S.D., Ramli, A.R., (2003a). Contrast enhancement using recursive mean-separate histogram
equalization for scalable brightness preservation. IEEE Trans.Consumer Electron. 49 (4), 1301–1309.
[5] Chen, S.D., Ramli, A.R., (2003b). Minimum mean brightness error bi-histogram equalization in
contrast enhancement. IEEE Trans. Consumer Electron. 49 (4), 1310–1319.
[6] Sim, K.S., Tso, C.P., Tan, Y.Y., (2007). Recursive sub-image histogram equalization applied to gray
scale images. Pattern Recogn. Lett. 28 (10), 1209–1221.
[7] Soong-Der Chen, Abd. Rahman Ramli, (2004). Preserving brightness in histogram equalization based
contrast enhancement techniques. Digital Signal Processing 14 (2004) 413–428.
[8] Sayali Nimkar, Sucheta Shrivastava and Sanal Varghese, (2013).CONTRAST Enhancement and
brightness preservation using multidecomposition histogram Equalization Signal & Image Processing
: An International Journal (SIPIJ) Vol.4, No.3, June 2013.
[9] Gurvir Sing, Mandeep Singh, (2013). Histogram Eualization Techniques for Image Enhancement
using Fuzzy Logic. International Journal of Engineering and Management Research.Volume-3, Issue-
6, December-2013, ISSN No.: 2250-0758.
[10] Kuldeep Singh, Rajiv Kapoor, (2014) Image enhancement using Exposure based Sub Image
Histogram Equalization, Pattern Recognition Letters No. 36, pp10–14.
AUTHORS
KANIKA KAPOOR
received B.Tech degree in Electronics and Communication, from Maharshi Dayanand
University, Haryana in 2013 and M.Tech degree in Electronics and Communication
from ITM University, Haryana in 2015. Her research interest includes Image
Processing.
SHAVETA ARORA
received her B.Tech(Hons.) in Instrumentation and Control Engineering from
Kurukshetra University, Haryana(India) in 2001and M.Tech from Punjab Technical
University in 2007. She is currently pursuing PhD in Fuzzy Image processing. She is
working as Assistant Professor (senior scale) in ITM University. Her expertise areas
include Digital Signal Processing, Biomedical Engineering, Non-linear Control system,
Image Processing, Fuzzy Logic, Digital Control System and Fuzzy Control System. She
has presented and published several research papers in the national and international
conferences and journals. She is member of IEEE and ISTE.

More Related Content

What's hot

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
 
Icdecs 2011
Icdecs 2011Icdecs 2011
Icdecs 2011garudht
 
Histogram equalization
Histogram equalizationHistogram equalization
Histogram equalizationtreasure17
 
Medical image enhancement using histogram processing part2
Medical image enhancement using histogram processing part2Medical image enhancement using histogram processing part2
Medical image enhancement using histogram processing part2Prashant Sharma
 
IRJET- Histogram Specification: A Review
IRJET-  	  Histogram Specification: A ReviewIRJET-  	  Histogram Specification: A Review
IRJET- Histogram Specification: A ReviewIRJET Journal
 
Point processing
Point processingPoint processing
Point processingpanupriyaa7
 
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...CSCJournals
 
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
 
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...IJCSEA Journal
 
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
 
Pan sharpening
Pan sharpeningPan sharpening
Pan sharpeningNadia Aziz
 
Contrast limited adaptive histogram equalization
Contrast limited adaptive histogram equalizationContrast limited adaptive histogram equalization
Contrast limited adaptive histogram equalizationEr. Nancy
 
Image enhancement lecture
Image enhancement lectureImage enhancement lecture
Image enhancement lectureISRAR HUSSAIN
 
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...journal ijrtem
 
Introduction to image contrast and enhancement method
Introduction to image contrast and enhancement methodIntroduction to image contrast and enhancement method
Introduction to image contrast and enhancement methodAbhishekvb
 
Iisrt zzz bhavyasri vanteddu
Iisrt zzz bhavyasri vantedduIisrt zzz bhavyasri vanteddu
Iisrt zzz bhavyasri vantedduIISRT
 
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...ijsrd.com
 

What's hot (19)

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
 
Icdecs 2011
Icdecs 2011Icdecs 2011
Icdecs 2011
 
Histogram equalization
Histogram equalizationHistogram equalization
Histogram equalization
 
Medical image enhancement using histogram processing part2
Medical image enhancement using histogram processing part2Medical image enhancement using histogram processing part2
Medical image enhancement using histogram processing part2
 
IRJET- Histogram Specification: A Review
IRJET-  	  Histogram Specification: A ReviewIRJET-  	  Histogram Specification: A Review
IRJET- Histogram Specification: A Review
 
Point processing
Point processingPoint processing
Point processing
 
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
 
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...
 
Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
 
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
 
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...
 
Pan sharpening
Pan sharpeningPan sharpening
Pan sharpening
 
Contrast limited adaptive histogram equalization
Contrast limited adaptive histogram equalizationContrast limited adaptive histogram equalization
Contrast limited adaptive histogram equalization
 
Be03303560361
Be03303560361Be03303560361
Be03303560361
 
Image enhancement lecture
Image enhancement lectureImage enhancement lecture
Image enhancement lecture
 
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
 
Introduction to image contrast and enhancement method
Introduction to image contrast and enhancement methodIntroduction to image contrast and enhancement method
Introduction to image contrast and enhancement method
 
Iisrt zzz bhavyasri vanteddu
Iisrt zzz bhavyasri vantedduIisrt zzz bhavyasri vanteddu
Iisrt zzz bhavyasri vanteddu
 
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
 

Similar to COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION

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
 
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
 
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
 
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
 
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
 
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
 
project presentation-90-MCS-200003.pptx
project presentation-90-MCS-200003.pptxproject presentation-90-MCS-200003.pptx
project presentation-90-MCS-200003.pptxNiladriBhattacharjee10
 
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
 
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
 
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
 
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
 
Fuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementFuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementSamrudh Keshava Kumar
 
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
 
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
 
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 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
 

Similar to COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION (20)

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...
 
Q01761119124
Q01761119124Q01761119124
Q01761119124
 
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...
 
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)
 
Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
 
C04302025030
C04302025030C04302025030
C04302025030
 
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...
 
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...
 
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
 
project presentation-90-MCS-200003.pptx
project presentation-90-MCS-200003.pptxproject presentation-90-MCS-200003.pptx
project presentation-90-MCS-200003.pptx
 
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...
 
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...
 
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...
 
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
 
Fuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementFuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast Enhancement
 
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 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
 
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 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 ecij

NEW Current Issue - CALL FOR PAPERS - Electrical and Computer Engineering An ...
NEW Current Issue - CALL FOR PAPERS - Electrical and Computer Engineering An ...NEW Current Issue - CALL FOR PAPERS - Electrical and Computer Engineering An ...
NEW Current Issue - CALL FOR PAPERS - Electrical and Computer Engineering An ...ecij
 
Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)ecij
 
Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)ecij
 
Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)ecij
 
Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)ecij
 
ADOPTING MEASURES TO REDUCE POWER OUTAGES
ADOPTING MEASURES TO REDUCE POWER OUTAGESADOPTING MEASURES TO REDUCE POWER OUTAGES
ADOPTING MEASURES TO REDUCE POWER OUTAGESecij
 
GRID SIDE CONVERTER CONTROL IN DFIG BASED WIND SYSTEM USING ENHANCED HYSTERES...
GRID SIDE CONVERTER CONTROL IN DFIG BASED WIND SYSTEM USING ENHANCED HYSTERES...GRID SIDE CONVERTER CONTROL IN DFIG BASED WIND SYSTEM USING ENHANCED HYSTERES...
GRID SIDE CONVERTER CONTROL IN DFIG BASED WIND SYSTEM USING ENHANCED HYSTERES...ecij
 
Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)ecij
 
PREPARATION OF POROUS AND RECYCLABLE PVA-TIO2HYBRID HYDROGEL
PREPARATION OF POROUS AND RECYCLABLE PVA-TIO2HYBRID HYDROGELPREPARATION OF POROUS AND RECYCLABLE PVA-TIO2HYBRID HYDROGEL
PREPARATION OF POROUS AND RECYCLABLE PVA-TIO2HYBRID HYDROGELecij
 
4th International Conference on Electrical Engineering (ELEC 2020)
4th International Conference on Electrical Engineering (ELEC 2020)4th International Conference on Electrical Engineering (ELEC 2020)
4th International Conference on Electrical Engineering (ELEC 2020)ecij
 
Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)ecij
 
4th International Conference on Bioscience & Engineering (BIEN 2020)
4th International Conference on Bioscience & Engineering (BIEN 2020) 4th International Conference on Bioscience & Engineering (BIEN 2020)
4th International Conference on Bioscience & Engineering (BIEN 2020) ecij
 
Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)ecij
 
Ecij cfp
Ecij cfpEcij cfp
Ecij cfpecij
 
GRID SIDE CONVERTER CONTROL IN DFIG BASED WIND SYSTEM USING ENHANCED HYSTERES...
GRID SIDE CONVERTER CONTROL IN DFIG BASED WIND SYSTEM USING ENHANCED HYSTERES...GRID SIDE CONVERTER CONTROL IN DFIG BASED WIND SYSTEM USING ENHANCED HYSTERES...
GRID SIDE CONVERTER CONTROL IN DFIG BASED WIND SYSTEM USING ENHANCED HYSTERES...ecij
 
UNION OF GRAVITATIONAL AND ELECTROMAGNETIC FIELDS ON THE BASIS OF NONTRADITIO...
UNION OF GRAVITATIONAL AND ELECTROMAGNETIC FIELDS ON THE BASIS OF NONTRADITIO...UNION OF GRAVITATIONAL AND ELECTROMAGNETIC FIELDS ON THE BASIS OF NONTRADITIO...
UNION OF GRAVITATIONAL AND ELECTROMAGNETIC FIELDS ON THE BASIS OF NONTRADITIO...ecij
 
USING MACHINE LEARNING TO BUILD A SEMI-INTELLIGENT BOT
USING MACHINE LEARNING TO BUILD A SEMI-INTELLIGENT BOT USING MACHINE LEARNING TO BUILD A SEMI-INTELLIGENT BOT
USING MACHINE LEARNING TO BUILD A SEMI-INTELLIGENT BOT ecij
 
MODELING AND SIMULATION OF SOLAR PHOTOVOLTAIC APPLICATION BASED MULTILEVEL IN...
MODELING AND SIMULATION OF SOLAR PHOTOVOLTAIC APPLICATION BASED MULTILEVEL IN...MODELING AND SIMULATION OF SOLAR PHOTOVOLTAIC APPLICATION BASED MULTILEVEL IN...
MODELING AND SIMULATION OF SOLAR PHOTOVOLTAIC APPLICATION BASED MULTILEVEL IN...ecij
 
Investigation of Interleaved Boost Converter with Voltage multiplier for PV w...
Investigation of Interleaved Boost Converter with Voltage multiplier for PV w...Investigation of Interleaved Boost Converter with Voltage multiplier for PV w...
Investigation of Interleaved Boost Converter with Voltage multiplier for PV w...ecij
 
A COMPARISON BETWEEN SWARM INTELLIGENCE ALGORITHMS FOR ROUTING PROBLEMS
A COMPARISON BETWEEN SWARM INTELLIGENCE ALGORITHMS FOR ROUTING PROBLEMSA COMPARISON BETWEEN SWARM INTELLIGENCE ALGORITHMS FOR ROUTING PROBLEMS
A COMPARISON BETWEEN SWARM INTELLIGENCE ALGORITHMS FOR ROUTING PROBLEMSecij
 

More from ecij (20)

NEW Current Issue - CALL FOR PAPERS - Electrical and Computer Engineering An ...
NEW Current Issue - CALL FOR PAPERS - Electrical and Computer Engineering An ...NEW Current Issue - CALL FOR PAPERS - Electrical and Computer Engineering An ...
NEW Current Issue - CALL FOR PAPERS - Electrical and Computer Engineering An ...
 
Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)
 
Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)
 
Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)
 
Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)
 
ADOPTING MEASURES TO REDUCE POWER OUTAGES
ADOPTING MEASURES TO REDUCE POWER OUTAGESADOPTING MEASURES TO REDUCE POWER OUTAGES
ADOPTING MEASURES TO REDUCE POWER OUTAGES
 
GRID SIDE CONVERTER CONTROL IN DFIG BASED WIND SYSTEM USING ENHANCED HYSTERES...
GRID SIDE CONVERTER CONTROL IN DFIG BASED WIND SYSTEM USING ENHANCED HYSTERES...GRID SIDE CONVERTER CONTROL IN DFIG BASED WIND SYSTEM USING ENHANCED HYSTERES...
GRID SIDE CONVERTER CONTROL IN DFIG BASED WIND SYSTEM USING ENHANCED HYSTERES...
 
Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)
 
PREPARATION OF POROUS AND RECYCLABLE PVA-TIO2HYBRID HYDROGEL
PREPARATION OF POROUS AND RECYCLABLE PVA-TIO2HYBRID HYDROGELPREPARATION OF POROUS AND RECYCLABLE PVA-TIO2HYBRID HYDROGEL
PREPARATION OF POROUS AND RECYCLABLE PVA-TIO2HYBRID HYDROGEL
 
4th International Conference on Electrical Engineering (ELEC 2020)
4th International Conference on Electrical Engineering (ELEC 2020)4th International Conference on Electrical Engineering (ELEC 2020)
4th International Conference on Electrical Engineering (ELEC 2020)
 
Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)
 
4th International Conference on Bioscience & Engineering (BIEN 2020)
4th International Conference on Bioscience & Engineering (BIEN 2020) 4th International Conference on Bioscience & Engineering (BIEN 2020)
4th International Conference on Bioscience & Engineering (BIEN 2020)
 
Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)Electrical & Computer Engineering: An International Journal (ECIJ)
Electrical & Computer Engineering: An International Journal (ECIJ)
 
Ecij cfp
Ecij cfpEcij cfp
Ecij cfp
 
GRID SIDE CONVERTER CONTROL IN DFIG BASED WIND SYSTEM USING ENHANCED HYSTERES...
GRID SIDE CONVERTER CONTROL IN DFIG BASED WIND SYSTEM USING ENHANCED HYSTERES...GRID SIDE CONVERTER CONTROL IN DFIG BASED WIND SYSTEM USING ENHANCED HYSTERES...
GRID SIDE CONVERTER CONTROL IN DFIG BASED WIND SYSTEM USING ENHANCED HYSTERES...
 
UNION OF GRAVITATIONAL AND ELECTROMAGNETIC FIELDS ON THE BASIS OF NONTRADITIO...
UNION OF GRAVITATIONAL AND ELECTROMAGNETIC FIELDS ON THE BASIS OF NONTRADITIO...UNION OF GRAVITATIONAL AND ELECTROMAGNETIC FIELDS ON THE BASIS OF NONTRADITIO...
UNION OF GRAVITATIONAL AND ELECTROMAGNETIC FIELDS ON THE BASIS OF NONTRADITIO...
 
USING MACHINE LEARNING TO BUILD A SEMI-INTELLIGENT BOT
USING MACHINE LEARNING TO BUILD A SEMI-INTELLIGENT BOT USING MACHINE LEARNING TO BUILD A SEMI-INTELLIGENT BOT
USING MACHINE LEARNING TO BUILD A SEMI-INTELLIGENT BOT
 
MODELING AND SIMULATION OF SOLAR PHOTOVOLTAIC APPLICATION BASED MULTILEVEL IN...
MODELING AND SIMULATION OF SOLAR PHOTOVOLTAIC APPLICATION BASED MULTILEVEL IN...MODELING AND SIMULATION OF SOLAR PHOTOVOLTAIC APPLICATION BASED MULTILEVEL IN...
MODELING AND SIMULATION OF SOLAR PHOTOVOLTAIC APPLICATION BASED MULTILEVEL IN...
 
Investigation of Interleaved Boost Converter with Voltage multiplier for PV w...
Investigation of Interleaved Boost Converter with Voltage multiplier for PV w...Investigation of Interleaved Boost Converter with Voltage multiplier for PV w...
Investigation of Interleaved Boost Converter with Voltage multiplier for PV w...
 
A COMPARISON BETWEEN SWARM INTELLIGENCE ALGORITHMS FOR ROUTING PROBLEMS
A COMPARISON BETWEEN SWARM INTELLIGENCE ALGORITHMS FOR ROUTING PROBLEMSA COMPARISON BETWEEN SWARM INTELLIGENCE ALGORITHMS FOR ROUTING PROBLEMS
A COMPARISON BETWEEN SWARM INTELLIGENCE ALGORITHMS FOR ROUTING PROBLEMS
 

Recently uploaded

Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 

Recently uploaded (20)

Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 

COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION

  • 1. Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015 DOI : 10.14810/ecij.2015.4306 73 COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION Kanika Kapoor and Shaveta Arora Department of ECE, ITM University, Gurgaon, Haryana, India ABSTRACT Histogram equalization is a nonlinear technique for adjusting the contrast of an image using its histogram. It increases the brightness of a gray scale image which is different from the mean brightness of the original image. There are various types of Histogram equalization techniques like Histogram Equalization, Contrast Limited Adaptive Histogram Equalization, Brightness Preserving Bi Histogram Equalization, Dualistic Sub Image Histogram Equalization, Minimum Mean Brightness Error Bi Histogram Equalization, Recursive Mean Separate Histogram Equalization and Recursive Sub Image Histogram Equalization. In this paper, the histogram equalization approach of gray-level images is extended for colour images. The acquired image is converted into HSV (Hue, Saturation, Value). The image is then decomposed into two parts by using exposure threshold and then equalized them independently Over enhancement is also controlled in this method by using clipping threshold. For measuring the performance of the enhanced image, entropy and contrast are calculated. KEYWORDS Colour Enhancement, Histogram Equalization, Entropy, Contrast. 1. INTRODUCTION Image Enhancement is the process of improving the visual quality of an image so that the results are more suitable than the original. The process of image Enhancement is divided into two domains i.e. frequency domain and spatial domain. In frequency domain, techniques operate on frequency transform of the image whereas in spatial domain, techniques operate directly on the pixels of the image [1]. Image Enhancement is used to improve the contrast of the image having low luminance. Image enhancement removes the distortion from the image and improves the quality of the image. Histogram Equalization is the enhancement technique. Histogram Equalization is used to enhance the contrast of the colour image. Histogram Equalization is the simple method for enhancing the quality of image. Histogram Equalization (HE) is the process of remaps the pixels of the image. Histogram Equalization distributes the pixels of the image on the dynamic range for enhancing the contrast of the image. There is various application of Histogram Equalization such as medical image processing, sonar image processing, object tracking, speech recognition, etc. For improving the contrast of the colour image Histogram Equalization is one of the techniques which are used. Brightness Preserving Bi-Histogram Equalization (BBHE) was proposed by kim in 1997 [2]. It divides the histogram of the image into two parts i.e. underexposed and overexposed based on the mean value. Then it equalizes the sub image
  • 2. Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015 74 histogram of original image. Dualistic Sub Image Histogram Equalization (DSIHE) was proposed by Wan et al. in 1999. It is also used for preserving the brightness of image based on median value not mean value [3]. In this method original histogram is divided into two parts based on median value and then it equalizes the sub image histograms independently. Minimum Mean Brightness Error Bi-Histogram Equalization (MMBEBHE) was proposed by Chen and Ramli in 2003a, b. It is the extension of brightness preserving bi-histogram equalization. In this we can measure the brightness of image by using Absolute Mean Brightness Error (AMBE) [4, 5]. If the Absolute Mean Brightness Error is minimum then it can improve the contrast of the image and preserve the brightness of the image. Recursive Mean Separate Histogram Equalization was proposed by Chen and Ramli in 2003a,b. It divides the histogram recursively up to a recursion level r, generating 2௥ sub-histograms based on the mean value and equalized them independently [4, 5]. Recursive Sub Image Histogram Equalization recursively was proposed by Sim et al. in 2007 [6]. In this histogram is recursively divided based on their median value and equalize them independently. In this paper we have extended the Exposure Based Sub Image Histogram Equalization for improving the contrast of the colour images. Some other histogram based techniques are compared with the proposed technique based on entropy and contrast of the image. 2. HISTOGRAM EQUALIZATION Histogram Equalization is used to enhance the contrast of the colour image. It is one of the simplest and less complex methods for enhancing the quality of the colour image. It distributes the pixels of the image on the dynamic range for enhancing the contrast of the image [7]. It is the process that remaps the pixels of the image. For improving the contrast of the image following are the histogram based techniques [8] i.e. A. Classical Histogram Equalization (CHE) B. Contrast-limited adaptive histogram equalization (CLAHE) C. Brightness Preserving Bi-Histogram Equalization (BBHE) D. Dualistic Sub Image Histogram Equalization (DSIHE) E. Minimum Mean Brightness Error Bi-Histogram Equalization (MMBEBHE) F. Recursive Mean Separate Histogram Equalization (RMSHE) G. Recursive Sub Image Histogram Equalization (RSIHE) H. Exposure Based Sub Image Histogram Equalization (ESIHE). 3. CLASSICAL HISTOGRAM EQUALIZATION Classical Histogram produces an equalized image with its fatten histogram. Histogram Equalization is used to enhance the contrast of the image. Histogram Equalization is the simple method for enhancing the contrast of image. Histogram Equalization distributes the pixels of the
  • 3. Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015 75 image on the dynamic range for enhancing the contrast of the image [7]. Basically this method uniformly distributes the gray level of the image; the range of gray level is 0 to L-1. So it improves the contrast of the image. But this method also has some disadvantage. While distributing the pixels on the dynamic range, signal gets distorted. 4. CONTRAST LIMITED ADAPTIVE HISTOGRAM EQALIZATION Adaptive Histogram Equalization is also use to enhance the image’s contrast. In Adaptive Histogram equalization for improving the contrast of the image we divide the image into different small parts and take the histogram of each part and uses to redistributes the lightness values [8]. So the output of the adaptive histogram is same as the specified histogram. By using bilinear interpolation the other neighbouring small parts of the image are combined [9]. This method is different from Classical Histogram Equalization. The drawback of this method is that it cannot regain the brightness as the input image. So to overcome on this drawback we use advance version of adaptive histogram equalization i.e. Contrast Limited Adaptive Histogram Equalization which is also fail to regain the brightness of image. 5. EXPOSURE BASED SUB IMAGE HISTOGRAM EQUALIZATION Exposure Based Sub Image Histogram Equalization is also used for contrast enhancement [10]. It divides the image into two sub image i.e. under exposed and over exposed image based on the exposure threshold value exposure = ଵ ୐ ෌ ୦(୩)୩ ಽ ೖసభ ෌ ୦(୩) ಽ ೖసభ (1) Where, L = total no of gray level h(k) = histogram of the image This exposure threshold is used for clipping histogram. The basic purpose for using clipping is to prevent the over enhancement. Tୡ = ଵ ௅ ∑ h(k)௅ ௞ୀଵ (2) hୡ(k) = Tc for h(k) ≥ Tୡ (3) Where, Tୡ = clipping threshold hୡ(k) = clipped histogram h(k) = original histogram of the image By using exposure threshold value we find the parameter X୫ X୫ = L(1 − exposure) (4)
  • 4. Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015 76 On the basis of this parameter we divide the histogram into sub histograms i.e. underexposed and overexposed. After diving we find their probability density function and cumulative density function respectively and equalize them independently. P୳(k) = ୦ౙ(୩) ୒౫ , for 0 ≤ k ≤ X୫ (5) P୭(k) = ୦ౙ(୩) ୒౥ , for X୫ + 1 ≤ k ≤ L − 1 (6) C୳(k) = ෌ P୳(k) ଡ଼ୟ ୩ୀ଴ (7) C୭(k) = ෌ P୭(k) ୐ିଵ ୩ୀଡ଼ୟାଵ (8) Where, N୳ = total no of pixels in underexposed image N୭ = total no of pixels in overexposed image P୳(k) = pdf of underexposed image P୭(k) = pdf of overexposed image C୳ = cdf of underexposed image C୭ = cdf of overexposed image For equalization we use transfer function. After equalization combines the sub images and gives the output i.e. enhanced image. F୳ = X୫ ∗ C୳ (9) F୭ = (X୫ + 1) + (L − X୫ + 1)C୭ (10) Where, F୳ = transfer function for equalizing underexposed image F୭ = transfer function for equalizing overexposed image This method cannot be directly applied to the colour image. First we have to convert the RGB component of colour image into HSV component and then extract the V component from the HSV component of the image. Now the given algorithm for colour enhancement is applied and finds the enhanced. Getting the enhanced colour image we combine the new V component with the H and S components and then convert the HSV component into RGB component. This method is best method for preserving the brightness. It gives highest entropy. Exposure Based Sub Image is suitable for underexposed image. It controls the over enhancement by histogram clipping. It improves the quality and colour contrast of the image better than other methods.
  • 5. Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015 77 6. FLOW CHART Fig1. Flow chart of technique 7. PERFORMANCE MEASURE For measuring the performance of the image we calculate two parameters i.e. entropy and contrast. 7.1 Entropy Here, we use entropy as the Shannon entropy which contains the maximum information [10]. It is use to measure the quality of image. Images which have maximum entropy have the better quality of the image. Start Convert RGB image into HSV image and get histogram Compute Exposure Threshold Compute Clipping Threshold Divide the Clipped Histogram Apply Histogram Equalization Combine the sub images into one image Convert the HSV image into RGB image and get enhanced image Stop
  • 6. Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015 78 Ent(p) = − ∑ p(݈)log݈୐ିଵ ୪ୀ଴ (11) Where, Ent = entropy of the image. P(l) = probability density function at intensity level l. L = total no of gray level. 7.2 Contrast Second parameter is contrast which is also used for measuring the quality of the image. Image which have highest value of contrast have good contrast visually. contrast = ∑ |i − j|ଶ ୧,୨ p(i, j) (12) where, p(i, j) = no of gray level occurrence 8. RESULTS AND DISCUSSIONS The proposed method is simulated on Matlab 2010. The simulation results of HE and CLAHE are compared with the proposed method for eight colour images as shown in figure 2-9. For measuring the performance of the image we have calculated two parameters entropy and contrast. Table 1 shows the entropy values of all the images for different algorithms which are demonstrated in Fig. 10. Table 2 shows the contrast of all the images using different algorithm which is demonstrated in Fig.11. The visual results of the proposed method show more pleasing effects than the other methods. Proposed method is suitable for underexposed low contrast images. It gives the enhanced image with highest entropy and good contrast by reducing over enhancement. HE sometimes over enhances the image and CLAHE shows over amplification and some distorted pixel. (a) (b) (c) (d) Fig 2. Enhancement results of CCTV image: (a) Original, (b) HE, (c) CLAHE, and (h) ESIHE. (a) (b) (c) (d) Fig 3. Enhancement results of Knee image: (a) Original, (b) HE, (c) CLAHE, and (h) ESIHE
  • 7. Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015 79 (a) (b) (c) (d) Fig 4. Enhancement results of Building image: (a) Original, (b) HE, (c) CLAHE, and (h) ESIHE. (a) (b) (c) (d) Fig 5. Enhancement results of Shoe image: (a) Original, (b) HE, (c) CLAHE, and (h) ESIHE (a) (b) (c) (d) Fig 6. Enhancement results of Forest image: (a) Original, (b) HE, (c) CLAHE, and (h) ESIHE (a) (b) (c) (d) Fig 7. Enhancement results of Plane image: (a) Original, (b) HE, (c) CLAHE, and (h) ESIHE (a) (b) (c) (d) Fig 8. Enhancement results of Sun image: (a) Original, (b) HE, (c) CLAHE, and (h) ESIHE
  • 8. Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015 80 Figure 2(a)-8(a) are the original dark images which are required to enhance. Fig 2(b)-8(b) shows the simple histogram equalization. In histogram equalization over enhancement occurred. Fig2(c)-8(c) shows the contrast limited adaptive histogram equalization but this method cannot regain the brightness of the original image. Fig 2(d)-8(d) shows the result of the proposed method which gives the enhanced image. The entropy of the enhanced image from the proposed method is the highest than the other methods as calculated in Table 1. Contrast is also highest of the enhanced image as given in Table 2. It can remove the smoke from the image. The image of building, plane, and tree are the smoky images and our proposed method can remove the smoke and enhance the image better than the others. The average entropy of proposed method is higher than the average entropy of other methods. Comparison of entropies of all the images is plotted for different methods in Fig.9. In this graph we can see that our proposed method has the maximum entropy than the other method. It has the richness in details than the original image. Fig 10 shows the contrast of all the images. In this also contrast from proposed method is the highest among all. Table 1: Comparison of Entropy of all images. IMAGES ORIGINAL HE CLAHE ESIHE Building 6.4161 7.3464 7.2442 7.4747 Plane 7.2653 7.6586 7.5494 7.7936 CCTV 6.1620 7.1711 7.3033 7.3962 Forest 6.6172 7.4067 7.3023 7.4716 Sun 6.3935 7.3513 7.1471 7.3617 Tree 6.7911 7.5117 7.3754 7.5749 Shoe 6.4953 7.1882 7.1616 7.3972 Knee 5.8835 6.2203 6.7304 6.5018 Table 2: Comparison of contrast of all images. IMAGES ORIGINAL HE CLAHE ESIHE Building 0.0309 0.0636 0.1345 0.0673 Plane 0.0438 0.0958 0.1838 0.1041 CCTV 0.0885 0.7048 0.4423 0.4831 Forest 0.0879 0.2590 0.3430 0.1932 Sun 0.0256 0.0424 0.0955 0.0399 Tree 0.0984 0.3641 0.4702 0.2346 Shoe 0.0972 0.2830 0.2902 0.2426 Knee 0.1962 0.4681 0.5654 0.4908
  • 9. Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015 81 Fig 9. Entropy of all images Fig 10 Contrast of all images 9. CONCLUSION In this paper, histogram based technique is proposed for the enhancement of the underexposed color images. Entropy and contrast values are calculated for different low contrast images. For the enhancement of under exposed image this proposed method is effective and efficient. The results show better performance of this technique in comparison to others.
  • 10. Electrical & Computer Engineering: An International Journal (ECIJ) Volume 4, Number 3, September 2015 82 REFERENCES [1] Gonzalez, R.C., Woods, R.E., (2002). Digital Image Processing, second ed. Prentice Hall. [2] Kim, Y.T., (1997). Contrast enhancement using brightness preserving bi-histogram equalization. IEEE Trans. Consumer Electron. 43 (1), 1–8. [3] Wan, Y., Chen, Q., Zhang, B.M., (1999). Image enhancement based on equal area dualistic sub- image histogram equalization method. IEEE Trans. Consumer Electron. 45 (1), 68–75. [4] Chen, S.D., Ramli, A.R., (2003a). Contrast enhancement using recursive mean-separate histogram equalization for scalable brightness preservation. IEEE Trans.Consumer Electron. 49 (4), 1301–1309. [5] Chen, S.D., Ramli, A.R., (2003b). Minimum mean brightness error bi-histogram equalization in contrast enhancement. IEEE Trans. Consumer Electron. 49 (4), 1310–1319. [6] Sim, K.S., Tso, C.P., Tan, Y.Y., (2007). Recursive sub-image histogram equalization applied to gray scale images. Pattern Recogn. Lett. 28 (10), 1209–1221. [7] Soong-Der Chen, Abd. Rahman Ramli, (2004). Preserving brightness in histogram equalization based contrast enhancement techniques. Digital Signal Processing 14 (2004) 413–428. [8] Sayali Nimkar, Sucheta Shrivastava and Sanal Varghese, (2013).CONTRAST Enhancement and brightness preservation using multidecomposition histogram Equalization Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013. [9] Gurvir Sing, Mandeep Singh, (2013). Histogram Eualization Techniques for Image Enhancement using Fuzzy Logic. International Journal of Engineering and Management Research.Volume-3, Issue- 6, December-2013, ISSN No.: 2250-0758. [10] Kuldeep Singh, Rajiv Kapoor, (2014) Image enhancement using Exposure based Sub Image Histogram Equalization, Pattern Recognition Letters No. 36, pp10–14. AUTHORS KANIKA KAPOOR received B.Tech degree in Electronics and Communication, from Maharshi Dayanand University, Haryana in 2013 and M.Tech degree in Electronics and Communication from ITM University, Haryana in 2015. Her research interest includes Image Processing. SHAVETA ARORA received her B.Tech(Hons.) in Instrumentation and Control Engineering from Kurukshetra University, Haryana(India) in 2001and M.Tech from Punjab Technical University in 2007. She is currently pursuing PhD in Fuzzy Image processing. She is working as Assistant Professor (senior scale) in ITM University. Her expertise areas include Digital Signal Processing, Biomedical Engineering, Non-linear Control system, Image Processing, Fuzzy Logic, Digital Control System and Fuzzy Control System. She has presented and published several research papers in the national and international conferences and journals. She is member of IEEE and ISTE.