SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
International Journal of Computational Engineering Research||Vol, 04||Issue, 3||
||Issn 2250-3005 || || March || 2014 || Page 25
Bi-Level Weighted Histogram Equalization with Adaptive
Gamma Correction
Jeena Baby1,
V. Karunakaran2
1 PG Student, Department of Computer Science and Engineering, Karunya University
2 Assistant Professor, Department of Computer Science and Engineering, Karunya University
I. INTRODUCTION
Contrast enhancement means improving the visual appearance of the images as well as videos to make
it more satisfactory to the human or machine. Contrast enhancement comes under the image enhancement
techniques. It is used in both image as well as video processing for better visual perception. Several contrast
enhancement techniques are already available. Each technique has got merits and demerits. Histogram
equalization is a very traditional technique where the intensity values of the image are redistributed. Due to
environmental lighting conditions or because of the defects in the photographic devices, images may suffer from
poor contrast. So in order to improve the image quality contrast enhancement is done. Histogram equalization is
a simple and effective technique commonly for contrast enhancement [9].
Generally, the image enhancement techniques are categorized into two: direct [2] and indirect
enhancement techniques. In direct enhancement techniques, the contrast of the image is directly defined by a
definite contrast term [2]. But in indirect enhancement techniques the contrast is improved by redistributing the
intensity values of the image [1]. Histogram equalization [9] techniques can be divided as local and global. In
global, the active range of intensity can be extended using the histogram of the image and thereby increase the
quality. In histogram equalization [9], cumulative distribution function is used to normalize the distribution of
intensities, so that the output image will have uniform distribution of intensities. HE will produce a washed out
effect in the images [9].
In local HE, the histogram as well as the information obtained from the neighborhood pixels are used
for this technique. Here the image is divided into several sub-blocks and then perform HE on each block. The
final image is produced by merging these sub-blocks. The most popular indirect enhancement technique is
called histogram modification techniques [3]. These are easy techniques which can be implemented in a faster
way [1]. A gamma correction method comes under these HM techniques. Here a varying adaptive parameter Îł is
used. Transform- based gamma correction [17] is the simplest and it can be derived as
Abstract:
In this paper the bi-level weighted histogram equalization is combined with adaptive gamma correction
method for better brightness preservation and contrast enhancement. The main idea of this method is to
initially divide the input dimmed image into R, G and B components and apply the probability density
function and weighting constraints on each component separately. And finally, an adaptive gamma
correction method is applied to each component and their union produces a brightness preserved and
contrast enhanced output image. The performance of this technique is calculated using Absolute mean
brightness error (AMBE) measure.
Keywords: Contrast enhancement, brightness preservation, histogram equalization, peak signal to
noise ratio, absolute mean brightness error, adaptive gamma correction, probability density function,
cumulative density function.
brightness error
(1)
Bi-Level Weighted Histogram Equalization with Adaptive Gammma Correction
||Issn 2250-3005 || || March || 2014 || Page 26
Where l is the intensity of each pixel in the input image and is the maximum intensity. Since a fixed
parameter is used in gamma correction different images will display same changes in intensity. In order to solve
this problem a bi level weighted histogram equalization technique proposed in [16] is used. But this method also
has some problems like over enhancement.
In section 2, related works are described. Section 3 presents the proposed technique. Section 4
discusses the performance metrics to measure the quality of contrast enhanced image. In section 5, results are
discussed and conclusion is given in section 6.
II. RELATED WORKS
Here some previous works related to histogram equalization and adaptive gamma corrections are
discussed. The bi level weighted histogram equalization (BWHE) method [16] segments the input histogram
into two sub histograms based on its mean intensity value. The major problem of this method is the over
enhancement and the introduction of irregularity, called blocking effect.
In segment dependent dynamic multi-histogram equalization [18] the input histogram is divided into n
segments based either on its mean or median and a range is calculated. Histogram equalization is done based on
this range and finally the output image will be normalized. This method is not suitable for color images. Another
method called adaptive gamma correction with weighting distribution combines the traditional HE method and
TGC method [17].
III. PROPOSED METHOD
To solve the problems of the earlier works, a new method has been proposed which combines the bi level HE with
the adaptive gamma correction method [5]. It will produce a high quality image and the computation is also less. This bi
level HE is a technique which combines two methods Weighted Threshold Histogram Equalization (WTHE) [13] and
Brightness preserving Bi-Histogram equalization (BBHE) [3]. The algorithm for the proposed method can be described as
follows in which the equations are derived from [16] and [17]:
1. Input image is separated into R, G and B components. The following steps are applied to each of the
components separately.
2. Compute the probability density function (PDF) of each component.
3. Find the mean pdf of each component.
4. Then apply the constraints described below on each component.
Where , 0.1< <1.0, =0.0001 and is the power factor such that 0.1< <1.0.
5. Find the mean of constrained pdf and then compute the mean error.
6. Add the mean error to constrained pdf .
7. Find the cumulative density function using the .
8. After that find the weighted pdf value using the below equation:
9. Then the modified cdf can be approximated as:
(2)
(3)
(4)
(3)
(5)
(3)
Bi-Level Weighted Histogram Equalization with Adaptive Gammma Correction
||Issn 2250-3005 || || March || 2014 || Page 27
Where the sum of can be calculated as:
11. Finally the gamma value is calculated as:
And apply this in the gamma correction formula as:
The AGC method will gradually increase the low intensities and avoid the decrease of the high
intensity. So in order to avoid the undesirable effects produced in the image, a weighting distribution is also
applied [4]. According to [6] and [7] color images are enhanced using HSV color model, where the hue (H) and
saturation (S) is used to represent the color content and value (V) represents the luminance intensity.
In bi-level histogram equalization the computation of constrained pdf helps to control the equalization
of images. After finding out the pdf it is clamped to an upper threshold value and lower threshold value . The
value of comes in the range of 0.1 to 1.0 so that, the pdf’s are clipped with high probabilities. If the value of
is beyond this limit, then over-enhancement occurs. The value of is always less so that, over-enhancement is
very rare. The mean error is calculated in order to recompense the change in the mean luminance level.
IV. IMAGE QUALITY MEASUREMENT
Here two parameters are used to measure the quality of the image. They are: Peak Signal to Noise
Ratio (PSNR) for contrast enhancement measurement [8] and Absolute Mean Brightness Error (AMBE) for
measuring the mean brightness value [8].
4.1. Peak Signal to Noise Ratio
The PSNR [8] is used to compute the peak signal to noise ratio between two images. The ratio is used
as a quality measurement between the original and contrast enhanced image. The higher the PSNR value, the
better the quality of the image.
To compute the PSNR value initially the mean-squared error is calculated using the following equation:
Where M and N are the number of rows and columns in the input images. Then the PSNR can be calculated as
follows:
R is the maximum variation in the input image data type.
4.2. Absolute Mean Brightness Error
The proposed method is trying to preserve the brightness of the images by considering the value of
AMBE [8]. It is calculated as:
Where E[Y] is the mean of contrast enhanced image and E[X] is the mean of original image.
(8)
(7)
(3)
(9)
(10)
(11)
(6)
(3)
Bi-Level Weighted Histogram Equalization with Adaptive Gammma Correction
||Issn 2250-3005 || || March || 2014 || Page 28
V. RESULTS AND DISCUSSION
The performance of the proposed method bi-level histogram equalization with adaptive gamma
correction (BWHEAGC) was tested on several color images. The images are shown in Figure 1. To compare the
performance of the proposed method the same images are enhanced using AGCWD [17] method, BWHE and
SDMHE methods. The performance of all these methods are qualitatively measured using PSNR and AMBE.
In this paper 8 dimmed images are used for contrast enhancement and comparison. The contrast
enhancement of images (a) and (e) and their corresponding histogram are shown in Figure 2 and Figure 3
respectively.
Figure 1. Eight dimmed images
(1) (2)
(3) (4)
(5)
Figure 2. Contrast enhancement of image (a), (1) original image, (2) BWHE method, (3) SDMHE method, (4)
AGCWD method, (5) Proposed method
Bi-Level Weighted Histogram Equalization with Adaptive Gammma Correction
||Issn 2250-3005 || || March || 2014 || Page 29
(1) (2)
(3) (4)
(5)
Figure 2. Contrast enhancement of image (e), (1) original image, (2) BWHE method, (3) SDMHE method, (4)
AGCWD method, (5) Proposed method
From the above contrast enhanced images it is clear that the BWHE [16] method and the SDMHE [18]
method are producing poor results. In BWHE method over-enhancement is the problem. This problem is solved
in the proposed method by using an adaptive gamma correction method. The SDMHE method is suitable only
for gray level images. The AGCWD [17] method and the proposed method are giving visually acceptable
images. But the output produced by the proposed method is better. The performances of these methods are
measured using two parameters namely, PSNR and AMBE. The PSNR values are given in Table 1 and the
AMBE values are given in Table 2.
Table 1. Comparison of PSNR values
Image Method
BWHE SDMHE AGCWD BWHEAGC
(a) 8.2298 10.2595 14.6281 15.9629
(b) 8.3320 11.1200 13.5193 15.2113
(c) 11.9212 7.8042 20.1488 20.2374
(d) 7.8913 10.0006 15.4067 15.6079
(e) 5.4459 14.9751 15.4850 13.4838
(f) 11.0392 11.1143 15.5627 16.7379
(g) 7.9589 9.1970 17.6459 17.6741
(h) 15.1585 9.4252 17.0107 20.2862
By comparing the PSNR values produced by each of the four methods it is clear that the proposed
method (BWHEAGC) produces better results. Because, from the definition of PSNR it is clear that, higher its
value better will be the image quality. Also from the Table 2, we get the values of AMBE measure which
indicates that the brightness is preserved in the output images. Lower the value of AMBE better will be the
brightness preservation.
Bi-Level Weighted Histogram Equalization with Adaptive Gammma Correction
||Issn 2250-3005 || || March || 2014 || Page 30
Table 2. Comparison of AMBE value
Image Method
BWHE SDMHE AGCWD BWHEAGC
(a) 5.8938 0.9116 1.5164 0.4639
(b) 2.3363 9.3737 9.8524 0.1690
(c) 4.2299 0.4463 0.8360 0.0882
(d) 9.6491 3.2908 1.8068 0.5882
(e) 1.0146 0.2724 1.3507 0.6385
(f) 7.0487 6.5929 8.4963 0.3330
(g) 0.1944 8.6451 4.6604 0.4523
(h) 16.5474 3.1738 9.2396 0.4170
VI. CONCLUSION
In this paper, the contrast of dimmed images are enhanced with the help of bi-level weighted HE with
adaptive gamma correction method. This technique is accomplished using two methods, bi-level weighted
histogram equalization where, the pdf and cdf is calculated in a constrained manner and the adaptive gamma
correction method where, a weighting is done on this constrained pdf. Then using the calculated gamma value
the transformation is done. It is computationally simple method and has a high degree of detail preservation.
From the calculated values of PSNR and AMBE measures it is clear that the proposed method has better
brightness preservation and is the best method for contrast enhancement.
REFERENCES
[1] T. Arici, S. Dikbas, and Y. Altunbasak, “A histogram modification framework and its application for image contrast enhancement,”
IEEE Trans. Image Process., vol. 18, no. 9, pp. 1921–1935, Sep. 2009.
[2] A. Beghdadi and A. L. Negrate, “Contrast enhancement technique based on local detection of edges,” Comput. Vis, Graph., Image
Process., vol. 46, no. 2, pp. 162–174, May 1989.
[3] Y. Kim, “Contrast enhancement using brightness preserving bi-histogram equalization,” IEEE Trans. Consum. Electron., vol. 43,
no. 1, pp. 1–8, Feb. 1997.
[4] M. Kim and M. G. Chung, “Recursively separated and weighted histogram equalization for brightness preservation and contrast
enhancement,” IEEE Trans. Consum. Electron., vol. 54, no. 3, pp. 1389–1397, Aug. 2008.
[5] Z.-G. Wang, Z.-H. Liang, and C.-L. Liu, “A real-time image processor with combining dynamic contrast ratio enhancement and
inverse gamma correction for PDP,” Displays, vol. 30, no. 3, pp. 133–139, Jul. 2009.
[6] M. Hanmandlu and D. Jha, “An optimal fuzzy system for color image enhancement,” IEEE Trans. Image Process., vol. 15, no. 10,
pp. 2956–2966, Oct. 2006.
[7] M. Hanmandlu, O. P. Verma, N. K. Kumar, and M. Kulkarni, “A novel optimal fuzzy system for color image enhancement using
bacterial foraging,” IEEE Trans. Instrum. Meas., vol. 58, no. 8, pp. 2867–2879, Aug. 2009.
[8] Kim M. and Chung G., “Recursively Separated and Weighted Histogram Equalization for Brightness Preservation and Contrast
Enhancement,” IEEE Transactions on Consumer Electronics, vol. 54, no. 3, pp. 1389-1397, 2008.
[9] Rafael G. and Richard W., Digital Image Processing, Prentice Hall, Gonzalez, 2002.
[10] Shanmugavadivu P. and Balasubramanian K., “Image Edge and Contrast Enhancement using Unsharp Masking and Constrained
Histogram Equalization,” Communications in Computer and Information Science, vol. 140, no. 2, pp. 129-136, 2011.
[11] Shanmugavadivu P., Balasubramanian K., and Somasundaram K., “Median Adjusted Constrained PDF based Histogram
Equalization for Image Contrast Enhancement,” Communications in Computer and Information Science, vol. 204, no. 1, pp. 244-
253, 2011.
[12] Shanmugavadivu P., Balasubramanian K., and Somasundaram K., “Modified Histogram Equalization for Image Contrast
Enhancement using Particle Swarm Optimization,” International Journal of Computer Science, Engineering and Information
Technology , vol. 1, no. 5, pp. 13-27, 2012.
[13] Wang Q. and Ward R., “Fast Image/Video Contrast Enhancement Based on Weighted Thresholded Histogram Equalization,” IEEE
Transactions on Consumer Electronics, vol. 53, no. 2, pp. 757-764, 2007.
[14] Kabir H., Al-Wadud A., and Chae O., “Brightness Preserving Image Contrast Enhancement using Weighted Mixture of Global and
Local Transformation Functions,” International Arab Journal of Information Technology, vol. 7, no. 4, pp. 403-410, 2010.
[15] A. Polesel, G. Ramponi, and V. Mathews, “Image enhancement via adaptive unsharp masking,” IEEE Trans. Image Process., vol. 9,
no. 3, pp. 505–510, Mar. 2000.
[16] Shanmugavadivu Pichai, Balasubramanian Krishnasamy, and Somasundaram Karuppanagounder, “Bi-Level Weighted Histogram
Equalization for Scalable Brightness Preservation and Contrast Enhancement for Images”, The International Arab Journal of
Information Technology, Vol. 10, No. 6, November 2013
[17] Shih-Chia Huang, Fan-Chieh Cheng, and Yi-Sheng Chiu, “Efficient Contrast Enhancement Using Adaptive Gamma Correction
With Weighting Distribution”, IEEE Trans. Image processing, Vol. 22, no. 3, Mar 2013.
[18] MohammadFarhanKhan, EkramKhan,Z.A.Abbasi, “Segment Dependent dynamic multi-histogram Equalization for Image Contrast
Enhancement”, Elsevier Digital Signal Processing 25(2014) 198–223.

Weitere ähnliche Inhalte

Was ist angesagt?

Review on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial DomainReview on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial Domainidescitation
 
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
 
Quality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion TechniqueQuality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion TechniqueIJEEE
 
A Novel Color Image Fusion for Multi Sensor Night Vision Images
A Novel Color Image Fusion for Multi Sensor Night Vision ImagesA Novel Color Image Fusion for Multi Sensor Night Vision Images
A Novel Color Image Fusion for Multi Sensor Night Vision ImagesEditor IJCATR
 
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
 
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATIONCOLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATIONecij
 
Image Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed ImagesImage Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed ImagesDr. Amarjeet Singh
 
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 comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...A comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...eSAT Publishing House
 
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
 
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
 
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
 
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
 
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...IOSR Journals
 
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 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
 

Was ist angesagt? (18)

Review on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial DomainReview on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial Domain
 
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...
 
Quality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion TechniqueQuality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion Technique
 
A Novel Color Image Fusion for Multi Sensor Night Vision Images
A Novel Color Image Fusion for Multi Sensor Night Vision ImagesA Novel Color Image Fusion for Multi Sensor Night Vision Images
A Novel Color Image Fusion for Multi Sensor Night Vision Images
 
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...
 
G0813841
G0813841G0813841
G0813841
 
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATIONCOLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
 
Image Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed ImagesImage Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed Images
 
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 comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...A comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...
 
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...
 
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...
 
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
 
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
 
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
 
D046022629
D046022629D046022629
D046022629
 
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 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
 

Ă„hnlich wie C04302025030

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
 
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
 
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATIONCOLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATIONecij
 
A Comparative Study on Image Contrast Enhancement Techniques
A Comparative Study on Image Contrast Enhancement TechniquesA Comparative Study on Image Contrast Enhancement Techniques
A Comparative Study on Image Contrast Enhancement TechniquesIRJET Journal
 
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...ijsrd.com
 
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
 
A Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesA Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesIRJET Journal
 
Interpolation Technique using Non Linear Partial Differential Equation with E...
Interpolation Technique using Non Linear Partial Differential Equation with E...Interpolation Technique using Non Linear Partial Differential Equation with E...
Interpolation Technique using Non Linear Partial Differential Equation with E...CSCJournals
 
Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...IRJET Journal
 
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
 
Efficient contrast enhancement using gamma correction with multilevel thresho...
Efficient contrast enhancement using gamma correction with multilevel thresho...Efficient contrast enhancement using gamma correction with multilevel thresho...
Efficient contrast enhancement using gamma correction with multilevel thresho...eSAT Publishing House
 
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
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Editor IJARCET
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Editor IJARCET
 
Mammographic Image Enhancement using Digital Image Processing Technique
Mammographic Image Enhancement using Digital Image Processing TechniqueMammographic Image Enhancement using Digital Image Processing Technique
Mammographic Image Enhancement using Digital Image Processing TechniqueIJCSIS Research Publications
 
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
 

Ă„hnlich wie C04302025030 (19)

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...
 
Q01761119124
Q01761119124Q01761119124
Q01761119124
 
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion TechniqueModified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
 
Icdecs 2011
Icdecs 2011Icdecs 2011
Icdecs 2011
 
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATIONCOLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
 
A Comparative Study on Image Contrast Enhancement Techniques
A Comparative Study on Image Contrast Enhancement TechniquesA Comparative Study on Image Contrast Enhancement Techniques
A Comparative Study on Image Contrast Enhancement Techniques
 
4
44
4
 
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...
 
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...
 
A Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesA Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement Techniques
 
Interpolation Technique using Non Linear Partial Differential Equation with E...
Interpolation Technique using Non Linear Partial Differential Equation with E...Interpolation Technique using Non Linear Partial Differential Equation with E...
Interpolation Technique using Non Linear Partial Differential Equation with E...
 
Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...
 
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...
 
Efficient contrast enhancement using gamma correction with multilevel thresho...
Efficient contrast enhancement using gamma correction with multilevel thresho...Efficient contrast enhancement using gamma correction with multilevel thresho...
Efficient contrast enhancement using gamma correction with multilevel thresho...
 
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
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322
 
Mammographic Image Enhancement using Digital Image Processing Technique
Mammographic Image Enhancement using Digital Image Processing TechniqueMammographic Image Enhancement using Digital Image Processing Technique
Mammographic Image Enhancement using Digital Image Processing Technique
 
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
 

KĂĽrzlich hochgeladen

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the weldingMuhammadUzairLiaqat
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
National Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfNational Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfRajuKanojiya4
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Industrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESIndustrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESNarmatha D
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadaditya806802
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdfCaalaaAbdulkerim
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptxNikhil Raut
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgsaravananr517913
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 

KĂĽrzlich hochgeladen (20)

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the welding
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
National Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfNational Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdf
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Industrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESIndustrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIES
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasad
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdf
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptx
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 

C04302025030

  • 1. International Journal of Computational Engineering Research||Vol, 04||Issue, 3|| ||Issn 2250-3005 || || March || 2014 || Page 25 Bi-Level Weighted Histogram Equalization with Adaptive Gamma Correction Jeena Baby1, V. Karunakaran2 1 PG Student, Department of Computer Science and Engineering, Karunya University 2 Assistant Professor, Department of Computer Science and Engineering, Karunya University I. INTRODUCTION Contrast enhancement means improving the visual appearance of the images as well as videos to make it more satisfactory to the human or machine. Contrast enhancement comes under the image enhancement techniques. It is used in both image as well as video processing for better visual perception. Several contrast enhancement techniques are already available. Each technique has got merits and demerits. Histogram equalization is a very traditional technique where the intensity values of the image are redistributed. Due to environmental lighting conditions or because of the defects in the photographic devices, images may suffer from poor contrast. So in order to improve the image quality contrast enhancement is done. Histogram equalization is a simple and effective technique commonly for contrast enhancement [9]. Generally, the image enhancement techniques are categorized into two: direct [2] and indirect enhancement techniques. In direct enhancement techniques, the contrast of the image is directly defined by a definite contrast term [2]. But in indirect enhancement techniques the contrast is improved by redistributing the intensity values of the image [1]. Histogram equalization [9] techniques can be divided as local and global. In global, the active range of intensity can be extended using the histogram of the image and thereby increase the quality. In histogram equalization [9], cumulative distribution function is used to normalize the distribution of intensities, so that the output image will have uniform distribution of intensities. HE will produce a washed out effect in the images [9]. In local HE, the histogram as well as the information obtained from the neighborhood pixels are used for this technique. Here the image is divided into several sub-blocks and then perform HE on each block. The final image is produced by merging these sub-blocks. The most popular indirect enhancement technique is called histogram modification techniques [3]. These are easy techniques which can be implemented in a faster way [1]. A gamma correction method comes under these HM techniques. Here a varying adaptive parameter Îł is used. Transform- based gamma correction [17] is the simplest and it can be derived as Abstract: In this paper the bi-level weighted histogram equalization is combined with adaptive gamma correction method for better brightness preservation and contrast enhancement. The main idea of this method is to initially divide the input dimmed image into R, G and B components and apply the probability density function and weighting constraints on each component separately. And finally, an adaptive gamma correction method is applied to each component and their union produces a brightness preserved and contrast enhanced output image. The performance of this technique is calculated using Absolute mean brightness error (AMBE) measure. Keywords: Contrast enhancement, brightness preservation, histogram equalization, peak signal to noise ratio, absolute mean brightness error, adaptive gamma correction, probability density function, cumulative density function. brightness error (1)
  • 2. Bi-Level Weighted Histogram Equalization with Adaptive Gammma Correction ||Issn 2250-3005 || || March || 2014 || Page 26 Where l is the intensity of each pixel in the input image and is the maximum intensity. Since a fixed parameter is used in gamma correction different images will display same changes in intensity. In order to solve this problem a bi level weighted histogram equalization technique proposed in [16] is used. But this method also has some problems like over enhancement. In section 2, related works are described. Section 3 presents the proposed technique. Section 4 discusses the performance metrics to measure the quality of contrast enhanced image. In section 5, results are discussed and conclusion is given in section 6. II. RELATED WORKS Here some previous works related to histogram equalization and adaptive gamma corrections are discussed. The bi level weighted histogram equalization (BWHE) method [16] segments the input histogram into two sub histograms based on its mean intensity value. The major problem of this method is the over enhancement and the introduction of irregularity, called blocking effect. In segment dependent dynamic multi-histogram equalization [18] the input histogram is divided into n segments based either on its mean or median and a range is calculated. Histogram equalization is done based on this range and finally the output image will be normalized. This method is not suitable for color images. Another method called adaptive gamma correction with weighting distribution combines the traditional HE method and TGC method [17]. III. PROPOSED METHOD To solve the problems of the earlier works, a new method has been proposed which combines the bi level HE with the adaptive gamma correction method [5]. It will produce a high quality image and the computation is also less. This bi level HE is a technique which combines two methods Weighted Threshold Histogram Equalization (WTHE) [13] and Brightness preserving Bi-Histogram equalization (BBHE) [3]. The algorithm for the proposed method can be described as follows in which the equations are derived from [16] and [17]: 1. Input image is separated into R, G and B components. The following steps are applied to each of the components separately. 2. Compute the probability density function (PDF) of each component. 3. Find the mean pdf of each component. 4. Then apply the constraints described below on each component. Where , 0.1< <1.0, =0.0001 and is the power factor such that 0.1< <1.0. 5. Find the mean of constrained pdf and then compute the mean error. 6. Add the mean error to constrained pdf . 7. Find the cumulative density function using the . 8. After that find the weighted pdf value using the below equation: 9. Then the modified cdf can be approximated as: (2) (3) (4) (3) (5) (3)
  • 3. Bi-Level Weighted Histogram Equalization with Adaptive Gammma Correction ||Issn 2250-3005 || || March || 2014 || Page 27 Where the sum of can be calculated as: 11. Finally the gamma value is calculated as: And apply this in the gamma correction formula as: The AGC method will gradually increase the low intensities and avoid the decrease of the high intensity. So in order to avoid the undesirable effects produced in the image, a weighting distribution is also applied [4]. According to [6] and [7] color images are enhanced using HSV color model, where the hue (H) and saturation (S) is used to represent the color content and value (V) represents the luminance intensity. In bi-level histogram equalization the computation of constrained pdf helps to control the equalization of images. After finding out the pdf it is clamped to an upper threshold value and lower threshold value . The value of comes in the range of 0.1 to 1.0 so that, the pdf’s are clipped with high probabilities. If the value of is beyond this limit, then over-enhancement occurs. The value of is always less so that, over-enhancement is very rare. The mean error is calculated in order to recompense the change in the mean luminance level. IV. IMAGE QUALITY MEASUREMENT Here two parameters are used to measure the quality of the image. They are: Peak Signal to Noise Ratio (PSNR) for contrast enhancement measurement [8] and Absolute Mean Brightness Error (AMBE) for measuring the mean brightness value [8]. 4.1. Peak Signal to Noise Ratio The PSNR [8] is used to compute the peak signal to noise ratio between two images. The ratio is used as a quality measurement between the original and contrast enhanced image. The higher the PSNR value, the better the quality of the image. To compute the PSNR value initially the mean-squared error is calculated using the following equation: Where M and N are the number of rows and columns in the input images. Then the PSNR can be calculated as follows: R is the maximum variation in the input image data type. 4.2. Absolute Mean Brightness Error The proposed method is trying to preserve the brightness of the images by considering the value of AMBE [8]. It is calculated as: Where E[Y] is the mean of contrast enhanced image and E[X] is the mean of original image. (8) (7) (3) (9) (10) (11) (6) (3)
  • 4. Bi-Level Weighted Histogram Equalization with Adaptive Gammma Correction ||Issn 2250-3005 || || March || 2014 || Page 28 V. RESULTS AND DISCUSSION The performance of the proposed method bi-level histogram equalization with adaptive gamma correction (BWHEAGC) was tested on several color images. The images are shown in Figure 1. To compare the performance of the proposed method the same images are enhanced using AGCWD [17] method, BWHE and SDMHE methods. The performance of all these methods are qualitatively measured using PSNR and AMBE. In this paper 8 dimmed images are used for contrast enhancement and comparison. The contrast enhancement of images (a) and (e) and their corresponding histogram are shown in Figure 2 and Figure 3 respectively. Figure 1. Eight dimmed images (1) (2) (3) (4) (5) Figure 2. Contrast enhancement of image (a), (1) original image, (2) BWHE method, (3) SDMHE method, (4) AGCWD method, (5) Proposed method
  • 5. Bi-Level Weighted Histogram Equalization with Adaptive Gammma Correction ||Issn 2250-3005 || || March || 2014 || Page 29 (1) (2) (3) (4) (5) Figure 2. Contrast enhancement of image (e), (1) original image, (2) BWHE method, (3) SDMHE method, (4) AGCWD method, (5) Proposed method From the above contrast enhanced images it is clear that the BWHE [16] method and the SDMHE [18] method are producing poor results. In BWHE method over-enhancement is the problem. This problem is solved in the proposed method by using an adaptive gamma correction method. The SDMHE method is suitable only for gray level images. The AGCWD [17] method and the proposed method are giving visually acceptable images. But the output produced by the proposed method is better. The performances of these methods are measured using two parameters namely, PSNR and AMBE. The PSNR values are given in Table 1 and the AMBE values are given in Table 2. Table 1. Comparison of PSNR values Image Method BWHE SDMHE AGCWD BWHEAGC (a) 8.2298 10.2595 14.6281 15.9629 (b) 8.3320 11.1200 13.5193 15.2113 (c) 11.9212 7.8042 20.1488 20.2374 (d) 7.8913 10.0006 15.4067 15.6079 (e) 5.4459 14.9751 15.4850 13.4838 (f) 11.0392 11.1143 15.5627 16.7379 (g) 7.9589 9.1970 17.6459 17.6741 (h) 15.1585 9.4252 17.0107 20.2862 By comparing the PSNR values produced by each of the four methods it is clear that the proposed method (BWHEAGC) produces better results. Because, from the definition of PSNR it is clear that, higher its value better will be the image quality. Also from the Table 2, we get the values of AMBE measure which indicates that the brightness is preserved in the output images. Lower the value of AMBE better will be the brightness preservation.
  • 6. Bi-Level Weighted Histogram Equalization with Adaptive Gammma Correction ||Issn 2250-3005 || || March || 2014 || Page 30 Table 2. Comparison of AMBE value Image Method BWHE SDMHE AGCWD BWHEAGC (a) 5.8938 0.9116 1.5164 0.4639 (b) 2.3363 9.3737 9.8524 0.1690 (c) 4.2299 0.4463 0.8360 0.0882 (d) 9.6491 3.2908 1.8068 0.5882 (e) 1.0146 0.2724 1.3507 0.6385 (f) 7.0487 6.5929 8.4963 0.3330 (g) 0.1944 8.6451 4.6604 0.4523 (h) 16.5474 3.1738 9.2396 0.4170 VI. CONCLUSION In this paper, the contrast of dimmed images are enhanced with the help of bi-level weighted HE with adaptive gamma correction method. This technique is accomplished using two methods, bi-level weighted histogram equalization where, the pdf and cdf is calculated in a constrained manner and the adaptive gamma correction method where, a weighting is done on this constrained pdf. Then using the calculated gamma value the transformation is done. It is computationally simple method and has a high degree of detail preservation. From the calculated values of PSNR and AMBE measures it is clear that the proposed method has better brightness preservation and is the best method for contrast enhancement. REFERENCES [1] T. Arici, S. Dikbas, and Y. Altunbasak, “A histogram modification framework and its application for image contrast enhancement,” IEEE Trans. Image Process., vol. 18, no. 9, pp. 1921–1935, Sep. 2009. [2] A. Beghdadi and A. L. Negrate, “Contrast enhancement technique based on local detection of edges,” Comput. Vis, Graph., Image Process., vol. 46, no. 2, pp. 162–174, May 1989. [3] Y. Kim, “Contrast enhancement using brightness preserving bi-histogram equalization,” IEEE Trans. Consum. Electron., vol. 43, no. 1, pp. 1–8, Feb. 1997. [4] M. Kim and M. G. Chung, “Recursively separated and weighted histogram equalization for brightness preservation and contrast enhancement,” IEEE Trans. Consum. Electron., vol. 54, no. 3, pp. 1389–1397, Aug. 2008. [5] Z.-G. Wang, Z.-H. Liang, and C.-L. Liu, “A real-time image processor with combining dynamic contrast ratio enhancement and inverse gamma correction for PDP,” Displays, vol. 30, no. 3, pp. 133–139, Jul. 2009. [6] M. Hanmandlu and D. Jha, “An optimal fuzzy system for color image enhancement,” IEEE Trans. Image Process., vol. 15, no. 10, pp. 2956–2966, Oct. 2006. [7] M. Hanmandlu, O. P. Verma, N. K. Kumar, and M. Kulkarni, “A novel optimal fuzzy system for color image enhancement using bacterial foraging,” IEEE Trans. Instrum. Meas., vol. 58, no. 8, pp. 2867–2879, Aug. 2009. [8] Kim M. and Chung G., “Recursively Separated and Weighted Histogram Equalization for Brightness Preservation and Contrast Enhancement,” IEEE Transactions on Consumer Electronics, vol. 54, no. 3, pp. 1389-1397, 2008. [9] Rafael G. and Richard W., Digital Image Processing, Prentice Hall, Gonzalez, 2002. [10] Shanmugavadivu P. and Balasubramanian K., “Image Edge and Contrast Enhancement using Unsharp Masking and Constrained Histogram Equalization,” Communications in Computer and Information Science, vol. 140, no. 2, pp. 129-136, 2011. [11] Shanmugavadivu P., Balasubramanian K., and Somasundaram K., “Median Adjusted Constrained PDF based Histogram Equalization for Image Contrast Enhancement,” Communications in Computer and Information Science, vol. 204, no. 1, pp. 244- 253, 2011. [12] Shanmugavadivu P., Balasubramanian K., and Somasundaram K., “Modified Histogram Equalization for Image Contrast Enhancement using Particle Swarm Optimization,” International Journal of Computer Science, Engineering and Information Technology , vol. 1, no. 5, pp. 13-27, 2012. [13] Wang Q. and Ward R., “Fast Image/Video Contrast Enhancement Based on Weighted Thresholded Histogram Equalization,” IEEE Transactions on Consumer Electronics, vol. 53, no. 2, pp. 757-764, 2007. [14] Kabir H., Al-Wadud A., and Chae O., “Brightness Preserving Image Contrast Enhancement using Weighted Mixture of Global and Local Transformation Functions,” International Arab Journal of Information Technology, vol. 7, no. 4, pp. 403-410, 2010. [15] A. Polesel, G. Ramponi, and V. Mathews, “Image enhancement via adaptive unsharp masking,” IEEE Trans. Image Process., vol. 9, no. 3, pp. 505–510, Mar. 2000. [16] Shanmugavadivu Pichai, Balasubramanian Krishnasamy, and Somasundaram Karuppanagounder, “Bi-Level Weighted Histogram Equalization for Scalable Brightness Preservation and Contrast Enhancement for Images”, The International Arab Journal of Information Technology, Vol. 10, No. 6, November 2013 [17] Shih-Chia Huang, Fan-Chieh Cheng, and Yi-Sheng Chiu, “Efficient Contrast Enhancement Using Adaptive Gamma Correction With Weighting Distribution”, IEEE Trans. Image processing, Vol. 22, no. 3, Mar 2013. [18] MohammadFarhanKhan, EkramKhan,Z.A.Abbasi, “Segment Dependent dynamic multi-histogram Equalization for Image Contrast Enhancement”, Elsevier Digital Signal Processing 25(2014) 198–223.