SlideShare a Scribd company logo
Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013
DOI : 10.5121/sipij.2013.4308 83
CONTRAST ENHANCEMENT AND
BRIGHTNESS PRESERVATION USING MULTI-
DECOMPOSITION HISTOGRAM EQUALIZATION
Sayali Nimkar, Sucheta Shrivastava and Sanal Varghese
Department of Electronics and Telecommunication Engineering,
Atharva college of Engineering, Maharashtra, India.
nimkar.sayali@gmail.com
suchetashrivastava@yahoo.co.in
sanalalice@gmail.com
ABSTRACT
Histogram Equalization (HE) has been an essential addition to the Image Enhancement world.
Enhancement techniques like Classical Histogram Equalization(CHE),Adaptive Histogram Equalization
(AHE), Bi-Histogram Equalization (BHE) and Recursive Mean Separate Histogram Equalization (RMSHE)
methods enhance contrast, brightness is not well preserved, which gives an unpleasant look to the final
image obtained. Thus, we introduce a novel technique Multi-Decomposition Histogram Equalization
(MDHE) to eliminate the drawbacks of the earlier methods. In MDHE, we have decomposed the input
image using a unique logic, applied CHE in each of the sub-images and then finally interpolated them in
correct order. The final image after MDHE gives us the best results based on contrast enhancement and
brightness preservation aspect compared to all other techniques mentioned above. We have calculated the
various parameters like PSNR, SNR, RMSE, MSE, etc. for every technique. Our results are well supported
by bar graphs, histograms and the parameter calculations at the end.
KEYWORDS
Classical histogram equalization, Histogram Equalization, Image Enhancement, Multi-decomposition
histogram equalization & Recursive mean separate histogram equalization
1. INTRODUCTION.
Image processing is avast and challenging domain with its applications in fields like medical,
aerial and satellite images, industrial applications, law enforcement, and science. Often the
quality of an image is more often linked to its contrast and brightness levels enhancing these
parameters will certainly give us the best result. Our main area of research is MDHE for
Histogram Equalization (HE).Here, HE is an image enhancement method that allocates the pixel
values evenly, thus developing a better picture. Image Enhancement majorly involves four key
parameters ā€“ [1] brightness ā€“Brightness can be modified by increasing ā€žgammaā€Ÿ. Gamma is a
non-linear form of increase in brightness. [2] contrast- It is the separation between the dark and
bright areas of an image. Thus, increasing contrast increases darkness in dark areas and brightness
in bright areas. [3] Saturation- Saturation is increasing the separation between the shadows and
Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013
84
highlights. [4] Sharpnessā€“ It is related to edges, the contrast along the edges of a photo. Using
histogram equalization contrast can be enhanced. It is a straightforward and Invertible operator.
There are various histogram equalization techniques with their own advantages and
disadvantages. Our method Multide composition histogram equalization however is a unique
combination of CHE and types of Histogram Equalization.
2. HISTOGRAM EQUALIZATION TECHNIQUES
There are numerous methods by which Histogram of an image can be equalized. Depending upon
the area of Application, we can choose the different histogram equalization techniques. We will
see the following four types of Histogram Equalization methods in detail:
2.1 Classical Histogram Equalization (CHE)
2.2 Adaptive Histogram Equalization (AHE)
2.3 Bi- Histogram Equalization (BHE)
2.4 Recursive Mean Separate Histogram Equalization (RMSHE)
2.5 Multi-Decomposition Histogram Equalization (MDHE)
2.1 Classical Histogram Equalization
CHE is the fundamental technique for image processing, especially when gray level images are
considered. The aim of this method is to distribute the given number of gray levels over a range
uniformly, thus enhancing its contrast. The cumulative density function (CDF) is formulated by
the below mentioned expression:
The CHE tries to produce an output image with a flattened histogram, means a uniform
distribution. An image is formed by the dynamic range of values of gray levels. Basically, the
entire gray levels are denoted as 0 to L āˆ’1.
Figure 1.Histogram after CHE Figure 2. Image after CHE
Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013
85
2.1.1 Disadvantage
1. A disadvantage of this method is that it is undifferentiating between the various pixels,
that is, while increasing the contrast of its background, the signal gets distorted.
2. Histogram equalization often produces unrealistic and unlikely effects in photographs.
2.2 Adaptive Histogram Equalization
Adaptive Histogram Equalization (AHE) is used to improve contrast in images. It computes many
ordinary histograms, each one analogous with a section of the image. Thus, the output results in
each to redistributing the lightness values. It is appropriate to adjust the local contrast and to fetch
clear details.
On the other hand, AHE is responsible for over-amplifying noise in some homogeneous regions
of an image. To avoid this drawback, an advanced version of AHE, called Contrast Limited
Adaptive Histogram Equalization (CLAHE) is introduced.
Figure 3.Histogram after AHE Figure 4.Image after AHE
2.2.1 Disadvantage
ā€¢ AHE has a behavior of amplifying noise, thus limiting its use for homogeneous figures.
ā€¢ Its advanced form is contrast limited adaptive histogram equalization (CLAHE) that
eliminated the above problem.
ā€¢ It also fails to retain the brightness with respect to the input image.
2.3 Bi-Histogram Equalization
The major basis of origination of this method is to overcome the drawback introduced by CHE.
Here, the original image is segmented twice i.e. into two sub-sections. This is done by dividing
the meangray level and then applying CHE method on each of the two sub-sectioned image. Its
objective is to produce method suitable for real-time applications. But again this method has the
same disadvantage as CHE by inputting unwanted signals.
Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013
86
Figure 5. Histogram for BHE Figure 6.Image after BHE
2.4 Recursive Mean Separate Histogram Decomposition
An extended version of the BHE method proposed before, and named as recursive mean-separate
HE(RMSHE), proposes the following. Instead of decomposing the image only once, the RMSHE
method offers to perform image decomposition recursively, up to a scale r, generating 2r sub-
images. After, each one of these sub-images is independently enhanced using the CHE method.
Note that, computationally speaking, this method presents a problem: the number of decomposed
sub-histograms is a power of two.
Figure 7.Histogram of RMSHE Figure 8.Image of RMSHE
2.5 Multi-Decomposition Histogram Equalization
All the HE methods that we have covered prior to this, enhances the contrast of an image but are
unable to preserve its brightness. As a result, these methods can generate unnatural and non-
existing objects in the processed image. To eliminate these limitations, MDHE comes up with a
novel technique by decomposing the image into various small images. Then the image contrast
enhancement provided by CHE in each sub-image is less concentrated, leading the output image
to have a more likely and acceptable look.
Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013
87
We have followed a four step process to carry out our technique effectively:
2.5.1 Multi-Decomposition of the image
An image is taken as input and divided into as many as 64 sub-images (it is flexible according to
application field). This is implemented using the spatial domain techniques. Functions are called
and the decomposition of the image is done.
2.5.2 Applying histogram based techniques
Now after dividing the image into 64 sub-images we apply Adaptive Histogram Equalization
method on each of the 64 sub-images to obtain enhanced sub-images. This is implemented by
using nested for loop.
2.5.3 Interpolating the image
The next part that is to be done is to interpolate all the sub-images in the right sequence, carefully
at the right place to get our Interpolated image. Though contrast enhancement has been achieved,
the image still lacks brightness preservation.
2.5.4 Brightness Preservation
To preserve the brightness we now apply a code according to which we can set a limit which
preserve brightness. Therefore, at the end of the entire process, we have obtained an image which
is contrast enhanced, brightness preserved as well as there is a natural look to the image. This
distinguishes our method from the others.
Thus the output images obtained by applying MDHE give amazing results, thus satisfying our
need to select this method. The images, bar graphs and histograms of the entire project are
attached in the conclusion. This will help the reader to understand the results in a much better and
effective way.
Figure 9.Equalized Histogram of MDHE Figure 10. Image of MDHE
Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013
88
2.5.5 MDHE Flowchart:
Figure11. MDHE flowchart
Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013
89
3. DISCUSSION
The performance of Multi-Decomposition Histogram Equalization (MDHE) is measured using
Image Enhancement Parameters such as Mean Absolute error (MAE), Pearson correlation
Coefficient (PCC), Signal to Noise Ratio (SNR), Peak Signal to Noise Ratio (PSNR), Mean
Squared Error (MSE) and Root Mean squared error (RMSE). They help in evaluating the
effectiveness of the Image enhancement technique thus used.
3.1 Image Enhancement Parameters
3.1.1 Signal to Noise Ratio (SNR) is
It gives us the relation betweenrequired signal levelandsurrounding noise level. It is defined as
the ratio of signal power to noise power. A ratio of higher than 1:1 is regarded as a well signaled
ratio. It is measured in Decibels. Represented as:
3.1.2 Peak Signal to Noise Ratio (PSNR) is
It is the fraction of the optimum power level to a desired signal and the optimized power
of disturbance noise that affects the reliability of its representation expressed in logarithmic
decibel scale. It is generally used in measuring the quality of reconstruction done onlossy
compression codecs.
3.1.3 Mean Squared Error (MSE) is
It deals with the values obtained by an estimator thus calculating the divergence between
estimator values and optimum values of estimated quantity. MSE quantifies the average of
squares of the ā€œerrorsā€ .The higher value of MSE the better.
3.1.4 Root Mean Square Error (RMSE) is
It calculates the root of power two for Standard Deviation. It measures the average magnitude of
the error. It is most useful when large errors are specifically undesirable. Given by:
3.1.5 Pearson Correlation Coefficient(PPMCC or PCC) is
In statistics, the Pearson product-moment correlation co-efficient is denoted by r and it measures
the correlation i.e. the strength of linear dependence between two variables X and Y, giving a
value between +1 and -1 inclusive.
Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013
90
3.1.6 Universal Quality index for images (UIQ) is
It is calculated by structuring any image abnormality as an amalgamation of parameters such as
correlation loss, luminance distortion and contrast distortion. It performs considerably better than
the widely used distortion metric mean squared error. And it exhibits consistency with subjective
quality measurement on various models and experiments employed.
3.1.7 Mean Absolute Error (MAE) is
It is used to measure how close forecasts or our predictions are to the eventual outcomes. Mean
Absolute error is given by:
It amounts for the accuracy for continuous variables.
4. RESULT
The improvement in the quality and clarity in image is clearly seen in the figure of the Tree as
can be made out from above examples. Clearly, The Tree in MDHE looks well contrasted and
brightened. Another comparison of ā€œSunset.jpgā€ with Table- I values highest in Pearson Co-
efficient and PSNR value for MDHE that give it the edge over others. For MSE and RMSHE, the
values of CHE are 125.2 and 11.89 respectively nearing to it is MDHE. With the other MAE,
SNR and UIQ values averaging to the finest. Rounding off to precision is the MDHE amongst the
other methods.
Figure 12. Comparison of ā€œSunset.jpgā€ using various methods(a) CHE (b) AHE (c) BHE
(d) RMSHE (e) MDHE
Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013
91
Figure 13. Graphical representation for the image ā€œSunset.jpgā€ using various image enhancement
parameters.
TABLE 1: Comparison of parameters for ā€œSunset.jpgā€ using various methods
5. CONCLUSIONS AND FUTURE APPLICATIONS
HE works on the four main elements of images: saturation, contrast, sharpness and brightness.
We focus on these four parameters and thus, enhance the quality of images. We obtain the desired
contrast levels, along with preservation of brightness and not only this, the natural look of the
input image is maintained. Future applications include photos obtained from satellite
communications ā€“ since we obtain images from satellite that are distorted due to space
interference and dispersion losses. Other application fields are Medical field- X-Rays, Meteor
descriptions, Discoveries of Geo-stationary bodies, weather information, law enforcement that
Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013
92
includes finger processing, surveillance camera processing. Science- enhancing electron
microscope image for readability.
REFERENCES
[1] Introduction-to-Matlab-Image-Processing-By-Dhananjay-K-Theckedath
[2] Digital Image Processing, Second Edition, Rafael C. Gonzalez, University of Tennessee, Richard E.
[3] http://homes.di.unimi.it/ferrari/ElabImm2011_12/EI2011_12_06_histo_eq_double.pdf
[4] http://www.mathworks.in/help/images/ref/histeq.html
[5] http://sebastien.hillaire.free.fr/index.php?option=com_content&view=article&id=59&Itemid=70
[6] http://grads.ece.mcmaster.ca/~shux/4tn4/sol_1.pdf
[7] http://stackoverflow.com/questions/15798742/histogram-equalization-method-without-use-of-histeq
[8] Vinay Kumar (Sept 2011), ā€œContrast Enhancement using Sub- Regions Histogram Equalizationā€
IJECT VOL 2 ,Issue 3.
[9] http://www.asee.org/documents/sections/middle-atlantic/spring-2010/Implementing-a-Histogram-
Equalization-Algorithm.pdf
[10] Ikpe1101.ikp.kfa-juelich.de/briefbook_data_analysis/node127.html
[11] S. D. Chen, and A. R. Ramli,(1997) ā€œMinimum mean brightness error bihistogram equalization in
contrast enhancement,ā€ IEEE Trans. Consumer Electron., Vol. 49, No. 4, pp.1310ā€“1319.
[12] Y. T. Kim, ā€œContrast enhancement using brightness preserving bihistogram equalization,ā€ IEEE
Trans.Consumer Electron., Vol. 43, No. 1, pp. 1ā€“8,.
[13] http.//fourier.eng.hmc.edu/e161/lectures/contrast_transform/node2.html
[14] http://www.mathworks.in/help/images/ref/histeq.html
[15] Soong-Der Chen, Abd. RahmanRamli, (2004) :ā€œPreserving Brightness in Histogram Equalization
based contrast Enhancement techniquesā€ digital Signal Processing 14 (2004) 413-428.
[16] Yaara David, Raā€ŸananDekell, YonathanDekell (2009): ā€œHistogram Equalization For SIPERā€ ,
sipl.technion.ac.il/Info/Teaching_Projects_Histogram-Equal_e.shtml
Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013
93
AUTHORS
Sanal Varghese : Completed bachelors at Atharva College Of Engineering. Working at
Infosys Ltd, Mysore. Areas of research comprise of Image processing, Wireless networks
and Data communication.
Sayali Nimkar : Pursuing MS in Electrical Engineering at University of North Carolina,
Charlotte.Interests include Signal processing and Wireless sensor networks.
Sucheta Shrivastava : Student at Atharva college of engineering. Pursuing masters.
Interests include Signal & Image processing, semiconductors, wired and wireless
networking and optics .

More Related Content

What's hot

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
Ā 
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
Ā 
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
Dr. Amarjeet Singh
Ā 
Fuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementFuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast Enhancement
Samrudh Keshava Kumar
Ā 
F0342032038
F0342032038F0342032038
F0342032038ijceronline
Ā 
Hierarchical Approach for Total Variation Digital Image Inpainting
Hierarchical Approach for Total Variation Digital Image InpaintingHierarchical Approach for Total Variation Digital Image Inpainting
Hierarchical Approach for Total Variation Digital Image Inpainting
IJCSEA Journal
Ā 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniques
IJEACS
Ā 
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
Ā 
Object based image enhancement
Object based image enhancementObject based image enhancement
Object based image enhancement
ijait
Ā 
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
Editor IJCATR
Ā 
IRJET- Histogram Specification: A Review
IRJET-  	  Histogram Specification: A ReviewIRJET-  	  Histogram Specification: A Review
IRJET- Histogram Specification: A Review
IRJET Journal
Ā 
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
csandit
Ā 
Image enhancement lecture
Image enhancement lectureImage enhancement lecture
Image enhancement lecture
ISRAR HUSSAIN
Ā 
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
ecij
Ā 
Contrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise ReviewContrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise Review
IRJET Journal
Ā 
IRJET- Multi Image Morphing: A Review
IRJET- Multi Image Morphing: A ReviewIRJET- Multi Image Morphing: A Review
IRJET- Multi Image Morphing: A Review
IRJET Journal
Ā 

What's hot (16)

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...
Ā 
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...
Ā 
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
Ā 
Fuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementFuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast Enhancement
Ā 
F0342032038
F0342032038F0342032038
F0342032038
Ā 
Hierarchical Approach for Total Variation Digital Image Inpainting
Hierarchical Approach for Total Variation Digital Image InpaintingHierarchical Approach for Total Variation Digital Image Inpainting
Hierarchical Approach for Total Variation Digital Image Inpainting
Ā 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image 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...
Ā 
Object based image enhancement
Object based image enhancementObject based image enhancement
Object based image enhancement
Ā 
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
Ā 
IRJET- Histogram Specification: A Review
IRJET-  	  Histogram Specification: A ReviewIRJET-  	  Histogram Specification: A Review
IRJET- Histogram Specification: A Review
Ā 
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
Ā 
Image enhancement lecture
Image enhancement lectureImage enhancement lecture
Image enhancement lecture
Ā 
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
Ā 
Contrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise ReviewContrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise Review
Ā 
IRJET- Multi Image Morphing: A Review
IRJET- Multi Image Morphing: A ReviewIRJET- Multi Image Morphing: A Review
IRJET- Multi Image Morphing: A Review
Ā 

Viewers also liked

SENSORLESS VECTOR CONTROL OF BLDC USING EXTENDED KALMAN FILTER
SENSORLESS VECTOR CONTROL OF BLDC USING EXTENDED KALMAN FILTER SENSORLESS VECTOR CONTROL OF BLDC USING EXTENDED KALMAN FILTER
SENSORLESS VECTOR CONTROL OF BLDC USING EXTENDED KALMAN FILTER
sipij
Ā 
C OMPARISON OF M ODERN D ESCRIPTION M ETHODS F OR T HE R ECOGNITION OF ...
C OMPARISON OF  M ODERN  D ESCRIPTION  M ETHODS  F OR  T HE  R ECOGNITION OF ...C OMPARISON OF  M ODERN  D ESCRIPTION  M ETHODS  F OR  T HE  R ECOGNITION OF ...
C OMPARISON OF M ODERN D ESCRIPTION M ETHODS F OR T HE R ECOGNITION OF ...
sipij
Ā 
Image processing based girth monitoring and recording system for rubber plant...
Image processing based girth monitoring and recording system for rubber plant...Image processing based girth monitoring and recording system for rubber plant...
Image processing based girth monitoring and recording system for rubber plant...
sipij
Ā 
Development and Hardware Implementation of an Efficient Algorithm for Cloud D...
Development and Hardware Implementation of an Efficient Algorithm for Cloud D...Development and Hardware Implementation of an Efficient Algorithm for Cloud D...
Development and Hardware Implementation of an Efficient Algorithm for Cloud D...
sipij
Ā 
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
sipij
Ā 
A study of a modified histogram based fast enhancement algorithm (mhbfe)
A study of a modified histogram based fast enhancement algorithm (mhbfe)A study of a modified histogram based fast enhancement algorithm (mhbfe)
A study of a modified histogram based fast enhancement algorithm (mhbfe)
sipij
Ā 
Skin cure an innovative smart phone based application to assist in melanoma e...
Skin cure an innovative smart phone based application to assist in melanoma e...Skin cure an innovative smart phone based application to assist in melanoma e...
Skin cure an innovative smart phone based application to assist in melanoma e...sipij
Ā 
Enhancement performance of road recognition system of autonomous robots in sh...
Enhancement performance of road recognition system of autonomous robots in sh...Enhancement performance of road recognition system of autonomous robots in sh...
Enhancement performance of road recognition system of autonomous robots in sh...
sipij
Ā 
Holistic privacy impact assessment framework for video privacy filtering tech...
Holistic privacy impact assessment framework for video privacy filtering tech...Holistic privacy impact assessment framework for video privacy filtering tech...
Holistic privacy impact assessment framework for video privacy filtering tech...
sipij
Ā 
A Comparative Study of DOA Estimation Algorithms with Application to Tracking...
A Comparative Study of DOA Estimation Algorithms with Application to Tracking...A Comparative Study of DOA Estimation Algorithms with Application to Tracking...
A Comparative Study of DOA Estimation Algorithms with Application to Tracking...
sipij
Ā 
Implementation of features dynamic tracking filter to tracing pupils
Implementation of features dynamic tracking filter to tracing pupilsImplementation of features dynamic tracking filter to tracing pupils
Implementation of features dynamic tracking filter to tracing pupils
sipij
Ā 
ā€œFIELD PROGRAMMABLE DSP ARRAYSā€ - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...
ā€œFIELD PROGRAMMABLE DSP ARRAYSā€ - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...ā€œFIELD PROGRAMMABLE DSP ARRAYSā€ - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...
ā€œFIELD PROGRAMMABLE DSP ARRAYSā€ - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...
sipij
Ā 
EXPONENTIAL WINDOW FAMILY
EXPONENTIAL WINDOW FAMILYEXPONENTIAL WINDOW FAMILY
EXPONENTIAL WINDOW FAMILY
sipij
Ā 
A ROBUST CHAOTIC AND FAST WALSH TRANSFORM ENCRYPTION FOR GRAY SCALE BIOMEDICA...
A ROBUST CHAOTIC AND FAST WALSH TRANSFORM ENCRYPTION FOR GRAY SCALE BIOMEDICA...A ROBUST CHAOTIC AND FAST WALSH TRANSFORM ENCRYPTION FOR GRAY SCALE BIOMEDICA...
A ROBUST CHAOTIC AND FAST WALSH TRANSFORM ENCRYPTION FOR GRAY SCALE BIOMEDICA...
sipij
Ā 
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
sipij
Ā 
A STUDY FOR THE EFFECT OF THE EMPHATICNESS AND LANGUAGE AND DIALECT FOR VOIC...
A STUDY FOR THE EFFECT OF THE EMPHATICNESS  AND LANGUAGE AND DIALECT FOR VOIC...A STUDY FOR THE EFFECT OF THE EMPHATICNESS  AND LANGUAGE AND DIALECT FOR VOIC...
A STUDY FOR THE EFFECT OF THE EMPHATICNESS AND LANGUAGE AND DIALECT FOR VOIC...
sipij
Ā 
Analog signal processing approach for coarse and fine depth estimation
Analog signal processing approach for coarse and fine depth estimationAnalog signal processing approach for coarse and fine depth estimation
Analog signal processing approach for coarse and fine depth estimation
sipij
Ā 
Modified approach to transform arc from text to linear form text a preproces...
Modified approach to transform arc from text to linear form text  a preproces...Modified approach to transform arc from text to linear form text  a preproces...
Modified approach to transform arc from text to linear form text a preproces...
sipij
Ā 
GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...
GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...
GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...
sipij
Ā 

Viewers also liked (19)

SENSORLESS VECTOR CONTROL OF BLDC USING EXTENDED KALMAN FILTER
SENSORLESS VECTOR CONTROL OF BLDC USING EXTENDED KALMAN FILTER SENSORLESS VECTOR CONTROL OF BLDC USING EXTENDED KALMAN FILTER
SENSORLESS VECTOR CONTROL OF BLDC USING EXTENDED KALMAN FILTER
Ā 
C OMPARISON OF M ODERN D ESCRIPTION M ETHODS F OR T HE R ECOGNITION OF ...
C OMPARISON OF  M ODERN  D ESCRIPTION  M ETHODS  F OR  T HE  R ECOGNITION OF ...C OMPARISON OF  M ODERN  D ESCRIPTION  M ETHODS  F OR  T HE  R ECOGNITION OF ...
C OMPARISON OF M ODERN D ESCRIPTION M ETHODS F OR T HE R ECOGNITION OF ...
Ā 
Image processing based girth monitoring and recording system for rubber plant...
Image processing based girth monitoring and recording system for rubber plant...Image processing based girth monitoring and recording system for rubber plant...
Image processing based girth monitoring and recording system for rubber plant...
Ā 
Development and Hardware Implementation of an Efficient Algorithm for Cloud D...
Development and Hardware Implementation of an Efficient Algorithm for Cloud D...Development and Hardware Implementation of an Efficient Algorithm for Cloud D...
Development and Hardware Implementation of an Efficient Algorithm for Cloud D...
Ā 
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
Ā 
A study of a modified histogram based fast enhancement algorithm (mhbfe)
A study of a modified histogram based fast enhancement algorithm (mhbfe)A study of a modified histogram based fast enhancement algorithm (mhbfe)
A study of a modified histogram based fast enhancement algorithm (mhbfe)
Ā 
Skin cure an innovative smart phone based application to assist in melanoma e...
Skin cure an innovative smart phone based application to assist in melanoma e...Skin cure an innovative smart phone based application to assist in melanoma e...
Skin cure an innovative smart phone based application to assist in melanoma e...
Ā 
Enhancement performance of road recognition system of autonomous robots in sh...
Enhancement performance of road recognition system of autonomous robots in sh...Enhancement performance of road recognition system of autonomous robots in sh...
Enhancement performance of road recognition system of autonomous robots in sh...
Ā 
Holistic privacy impact assessment framework for video privacy filtering tech...
Holistic privacy impact assessment framework for video privacy filtering tech...Holistic privacy impact assessment framework for video privacy filtering tech...
Holistic privacy impact assessment framework for video privacy filtering tech...
Ā 
A Comparative Study of DOA Estimation Algorithms with Application to Tracking...
A Comparative Study of DOA Estimation Algorithms with Application to Tracking...A Comparative Study of DOA Estimation Algorithms with Application to Tracking...
A Comparative Study of DOA Estimation Algorithms with Application to Tracking...
Ā 
Implementation of features dynamic tracking filter to tracing pupils
Implementation of features dynamic tracking filter to tracing pupilsImplementation of features dynamic tracking filter to tracing pupils
Implementation of features dynamic tracking filter to tracing pupils
Ā 
ā€œFIELD PROGRAMMABLE DSP ARRAYSā€ - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...
ā€œFIELD PROGRAMMABLE DSP ARRAYSā€ - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...ā€œFIELD PROGRAMMABLE DSP ARRAYSā€ - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...
ā€œFIELD PROGRAMMABLE DSP ARRAYSā€ - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...
Ā 
EXPONENTIAL WINDOW FAMILY
EXPONENTIAL WINDOW FAMILYEXPONENTIAL WINDOW FAMILY
EXPONENTIAL WINDOW FAMILY
Ā 
A ROBUST CHAOTIC AND FAST WALSH TRANSFORM ENCRYPTION FOR GRAY SCALE BIOMEDICA...
A ROBUST CHAOTIC AND FAST WALSH TRANSFORM ENCRYPTION FOR GRAY SCALE BIOMEDICA...A ROBUST CHAOTIC AND FAST WALSH TRANSFORM ENCRYPTION FOR GRAY SCALE BIOMEDICA...
A ROBUST CHAOTIC AND FAST WALSH TRANSFORM ENCRYPTION FOR GRAY SCALE BIOMEDICA...
Ā 
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 STUDY FOR THE EFFECT OF THE EMPHATICNESS AND LANGUAGE AND DIALECT FOR VOIC...
A STUDY FOR THE EFFECT OF THE EMPHATICNESS  AND LANGUAGE AND DIALECT FOR VOIC...A STUDY FOR THE EFFECT OF THE EMPHATICNESS  AND LANGUAGE AND DIALECT FOR VOIC...
A STUDY FOR THE EFFECT OF THE EMPHATICNESS AND LANGUAGE AND DIALECT FOR VOIC...
Ā 
Analog signal processing approach for coarse and fine depth estimation
Analog signal processing approach for coarse and fine depth estimationAnalog signal processing approach for coarse and fine depth estimation
Analog signal processing approach for coarse and fine depth estimation
Ā 
Modified approach to transform arc from text to linear form text a preproces...
Modified approach to transform arc from text to linear form text  a preproces...Modified approach to transform arc from text to linear form text  a preproces...
Modified approach to transform arc from text to linear form text a preproces...
Ā 
GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...
GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...
GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...
Ā 

Similar to CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HISTOGRAM EQUALIZATION

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
INFOGAIN PUBLICATION
Ā 
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
Ā 
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
Ā 
Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
ER Publication.org
Ā 
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
Ā 
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
Ā 
Q01761119124
Q01761119124Q01761119124
Q01761119124
IOSR Journals
Ā 
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
Ā 
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
ecij
Ā 
Optimized Histogram Based Contrast Limited Enhancement for Mammogram Images
Optimized Histogram Based Contrast Limited Enhancement for Mammogram ImagesOptimized Histogram Based Contrast Limited Enhancement for Mammogram Images
Optimized Histogram Based Contrast Limited Enhancement for Mammogram Images
IDES Editor
Ā 
Developing 3D Viewing Model from 2D Stereo Pair with its Occlusion Ratio
Developing 3D Viewing Model from 2D Stereo Pair with its Occlusion RatioDeveloping 3D Viewing Model from 2D Stereo Pair with its Occlusion Ratio
Developing 3D Viewing Model from 2D Stereo Pair with its Occlusion Ratio
CSCJournals
Ā 
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
Ā 
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
Jim Jimenez
Ā 
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
Ā 
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
IRJET Journal
Ā 
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
Ā 
Icdecs 2011
Icdecs 2011Icdecs 2011
Icdecs 2011
garudht
Ā 

Similar to CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HISTOGRAM EQUALIZATION (20)

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
Ā 
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)
Ā 
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...
Ā 
4
44
4
Ā 
Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
Ā 
Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
Ā 
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...
Ā 
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...
Ā 
Q01761119124
Q01761119124Q01761119124
Q01761119124
Ā 
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
Ā 
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
Ā 
Optimized Histogram Based Contrast Limited Enhancement for Mammogram Images
Optimized Histogram Based Contrast Limited Enhancement for Mammogram ImagesOptimized Histogram Based Contrast Limited Enhancement for Mammogram Images
Optimized Histogram Based Contrast Limited Enhancement for Mammogram Images
Ā 
Developing 3D Viewing Model from 2D Stereo Pair with its Occlusion Ratio
Developing 3D Viewing Model from 2D Stereo Pair with its Occlusion RatioDeveloping 3D Viewing Model from 2D Stereo Pair with its Occlusion Ratio
Developing 3D Viewing Model from 2D Stereo Pair with its Occlusion Ratio
Ā 
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...
Ā 
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
Ā 
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...
Ā 
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
Ā 
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...
Ā 
Icdecs 2011
Icdecs 2011Icdecs 2011
Icdecs 2011
Ā 

Recently uploaded

Dev Dives: Train smarter, not harder ā€“ active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder ā€“ active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder ā€“ active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder ā€“ active learning and UiPath LLMs for do...
UiPathCommunity
Ā 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
Ā 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
Ā 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
Ā 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
Ā 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
Ā 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
Ā 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
Ā 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
Ā 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
Ā 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
Abida Shariff
Ā 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
Ā 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
Ā 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
Ā 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
Ā 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
Ā 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
Ā 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
Ā 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
Ā 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
Ā 

Recently uploaded (20)

Dev Dives: Train smarter, not harder ā€“ active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder ā€“ active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder ā€“ active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder ā€“ active learning and UiPath LLMs for do...
Ā 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
Ā 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ā 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
Ā 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Ā 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Ā 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Ā 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Ā 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Ā 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
Ā 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
Ā 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Ā 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Ā 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Ā 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
Ā 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ā 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
Ā 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Ā 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Ā 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Ā 

CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HISTOGRAM EQUALIZATION

  • 1. Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013 DOI : 10.5121/sipij.2013.4308 83 CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTI- DECOMPOSITION HISTOGRAM EQUALIZATION Sayali Nimkar, Sucheta Shrivastava and Sanal Varghese Department of Electronics and Telecommunication Engineering, Atharva college of Engineering, Maharashtra, India. nimkar.sayali@gmail.com suchetashrivastava@yahoo.co.in sanalalice@gmail.com ABSTRACT Histogram Equalization (HE) has been an essential addition to the Image Enhancement world. Enhancement techniques like Classical Histogram Equalization(CHE),Adaptive Histogram Equalization (AHE), Bi-Histogram Equalization (BHE) and Recursive Mean Separate Histogram Equalization (RMSHE) methods enhance contrast, brightness is not well preserved, which gives an unpleasant look to the final image obtained. Thus, we introduce a novel technique Multi-Decomposition Histogram Equalization (MDHE) to eliminate the drawbacks of the earlier methods. In MDHE, we have decomposed the input image using a unique logic, applied CHE in each of the sub-images and then finally interpolated them in correct order. The final image after MDHE gives us the best results based on contrast enhancement and brightness preservation aspect compared to all other techniques mentioned above. We have calculated the various parameters like PSNR, SNR, RMSE, MSE, etc. for every technique. Our results are well supported by bar graphs, histograms and the parameter calculations at the end. KEYWORDS Classical histogram equalization, Histogram Equalization, Image Enhancement, Multi-decomposition histogram equalization & Recursive mean separate histogram equalization 1. INTRODUCTION. Image processing is avast and challenging domain with its applications in fields like medical, aerial and satellite images, industrial applications, law enforcement, and science. Often the quality of an image is more often linked to its contrast and brightness levels enhancing these parameters will certainly give us the best result. Our main area of research is MDHE for Histogram Equalization (HE).Here, HE is an image enhancement method that allocates the pixel values evenly, thus developing a better picture. Image Enhancement majorly involves four key parameters ā€“ [1] brightness ā€“Brightness can be modified by increasing ā€žgammaā€Ÿ. Gamma is a non-linear form of increase in brightness. [2] contrast- It is the separation between the dark and bright areas of an image. Thus, increasing contrast increases darkness in dark areas and brightness in bright areas. [3] Saturation- Saturation is increasing the separation between the shadows and
  • 2. Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013 84 highlights. [4] Sharpnessā€“ It is related to edges, the contrast along the edges of a photo. Using histogram equalization contrast can be enhanced. It is a straightforward and Invertible operator. There are various histogram equalization techniques with their own advantages and disadvantages. Our method Multide composition histogram equalization however is a unique combination of CHE and types of Histogram Equalization. 2. HISTOGRAM EQUALIZATION TECHNIQUES There are numerous methods by which Histogram of an image can be equalized. Depending upon the area of Application, we can choose the different histogram equalization techniques. We will see the following four types of Histogram Equalization methods in detail: 2.1 Classical Histogram Equalization (CHE) 2.2 Adaptive Histogram Equalization (AHE) 2.3 Bi- Histogram Equalization (BHE) 2.4 Recursive Mean Separate Histogram Equalization (RMSHE) 2.5 Multi-Decomposition Histogram Equalization (MDHE) 2.1 Classical Histogram Equalization CHE is the fundamental technique for image processing, especially when gray level images are considered. The aim of this method is to distribute the given number of gray levels over a range uniformly, thus enhancing its contrast. The cumulative density function (CDF) is formulated by the below mentioned expression: The CHE tries to produce an output image with a flattened histogram, means a uniform distribution. An image is formed by the dynamic range of values of gray levels. Basically, the entire gray levels are denoted as 0 to L āˆ’1. Figure 1.Histogram after CHE Figure 2. Image after CHE
  • 3. Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013 85 2.1.1 Disadvantage 1. A disadvantage of this method is that it is undifferentiating between the various pixels, that is, while increasing the contrast of its background, the signal gets distorted. 2. Histogram equalization often produces unrealistic and unlikely effects in photographs. 2.2 Adaptive Histogram Equalization Adaptive Histogram Equalization (AHE) is used to improve contrast in images. It computes many ordinary histograms, each one analogous with a section of the image. Thus, the output results in each to redistributing the lightness values. It is appropriate to adjust the local contrast and to fetch clear details. On the other hand, AHE is responsible for over-amplifying noise in some homogeneous regions of an image. To avoid this drawback, an advanced version of AHE, called Contrast Limited Adaptive Histogram Equalization (CLAHE) is introduced. Figure 3.Histogram after AHE Figure 4.Image after AHE 2.2.1 Disadvantage ā€¢ AHE has a behavior of amplifying noise, thus limiting its use for homogeneous figures. ā€¢ Its advanced form is contrast limited adaptive histogram equalization (CLAHE) that eliminated the above problem. ā€¢ It also fails to retain the brightness with respect to the input image. 2.3 Bi-Histogram Equalization The major basis of origination of this method is to overcome the drawback introduced by CHE. Here, the original image is segmented twice i.e. into two sub-sections. This is done by dividing the meangray level and then applying CHE method on each of the two sub-sectioned image. Its objective is to produce method suitable for real-time applications. But again this method has the same disadvantage as CHE by inputting unwanted signals.
  • 4. Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013 86 Figure 5. Histogram for BHE Figure 6.Image after BHE 2.4 Recursive Mean Separate Histogram Decomposition An extended version of the BHE method proposed before, and named as recursive mean-separate HE(RMSHE), proposes the following. Instead of decomposing the image only once, the RMSHE method offers to perform image decomposition recursively, up to a scale r, generating 2r sub- images. After, each one of these sub-images is independently enhanced using the CHE method. Note that, computationally speaking, this method presents a problem: the number of decomposed sub-histograms is a power of two. Figure 7.Histogram of RMSHE Figure 8.Image of RMSHE 2.5 Multi-Decomposition Histogram Equalization All the HE methods that we have covered prior to this, enhances the contrast of an image but are unable to preserve its brightness. As a result, these methods can generate unnatural and non- existing objects in the processed image. To eliminate these limitations, MDHE comes up with a novel technique by decomposing the image into various small images. Then the image contrast enhancement provided by CHE in each sub-image is less concentrated, leading the output image to have a more likely and acceptable look.
  • 5. Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013 87 We have followed a four step process to carry out our technique effectively: 2.5.1 Multi-Decomposition of the image An image is taken as input and divided into as many as 64 sub-images (it is flexible according to application field). This is implemented using the spatial domain techniques. Functions are called and the decomposition of the image is done. 2.5.2 Applying histogram based techniques Now after dividing the image into 64 sub-images we apply Adaptive Histogram Equalization method on each of the 64 sub-images to obtain enhanced sub-images. This is implemented by using nested for loop. 2.5.3 Interpolating the image The next part that is to be done is to interpolate all the sub-images in the right sequence, carefully at the right place to get our Interpolated image. Though contrast enhancement has been achieved, the image still lacks brightness preservation. 2.5.4 Brightness Preservation To preserve the brightness we now apply a code according to which we can set a limit which preserve brightness. Therefore, at the end of the entire process, we have obtained an image which is contrast enhanced, brightness preserved as well as there is a natural look to the image. This distinguishes our method from the others. Thus the output images obtained by applying MDHE give amazing results, thus satisfying our need to select this method. The images, bar graphs and histograms of the entire project are attached in the conclusion. This will help the reader to understand the results in a much better and effective way. Figure 9.Equalized Histogram of MDHE Figure 10. Image of MDHE
  • 6. Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013 88 2.5.5 MDHE Flowchart: Figure11. MDHE flowchart
  • 7. Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013 89 3. DISCUSSION The performance of Multi-Decomposition Histogram Equalization (MDHE) is measured using Image Enhancement Parameters such as Mean Absolute error (MAE), Pearson correlation Coefficient (PCC), Signal to Noise Ratio (SNR), Peak Signal to Noise Ratio (PSNR), Mean Squared Error (MSE) and Root Mean squared error (RMSE). They help in evaluating the effectiveness of the Image enhancement technique thus used. 3.1 Image Enhancement Parameters 3.1.1 Signal to Noise Ratio (SNR) is It gives us the relation betweenrequired signal levelandsurrounding noise level. It is defined as the ratio of signal power to noise power. A ratio of higher than 1:1 is regarded as a well signaled ratio. It is measured in Decibels. Represented as: 3.1.2 Peak Signal to Noise Ratio (PSNR) is It is the fraction of the optimum power level to a desired signal and the optimized power of disturbance noise that affects the reliability of its representation expressed in logarithmic decibel scale. It is generally used in measuring the quality of reconstruction done onlossy compression codecs. 3.1.3 Mean Squared Error (MSE) is It deals with the values obtained by an estimator thus calculating the divergence between estimator values and optimum values of estimated quantity. MSE quantifies the average of squares of the ā€œerrorsā€ .The higher value of MSE the better. 3.1.4 Root Mean Square Error (RMSE) is It calculates the root of power two for Standard Deviation. It measures the average magnitude of the error. It is most useful when large errors are specifically undesirable. Given by: 3.1.5 Pearson Correlation Coefficient(PPMCC or PCC) is In statistics, the Pearson product-moment correlation co-efficient is denoted by r and it measures the correlation i.e. the strength of linear dependence between two variables X and Y, giving a value between +1 and -1 inclusive.
  • 8. Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013 90 3.1.6 Universal Quality index for images (UIQ) is It is calculated by structuring any image abnormality as an amalgamation of parameters such as correlation loss, luminance distortion and contrast distortion. It performs considerably better than the widely used distortion metric mean squared error. And it exhibits consistency with subjective quality measurement on various models and experiments employed. 3.1.7 Mean Absolute Error (MAE) is It is used to measure how close forecasts or our predictions are to the eventual outcomes. Mean Absolute error is given by: It amounts for the accuracy for continuous variables. 4. RESULT The improvement in the quality and clarity in image is clearly seen in the figure of the Tree as can be made out from above examples. Clearly, The Tree in MDHE looks well contrasted and brightened. Another comparison of ā€œSunset.jpgā€ with Table- I values highest in Pearson Co- efficient and PSNR value for MDHE that give it the edge over others. For MSE and RMSHE, the values of CHE are 125.2 and 11.89 respectively nearing to it is MDHE. With the other MAE, SNR and UIQ values averaging to the finest. Rounding off to precision is the MDHE amongst the other methods. Figure 12. Comparison of ā€œSunset.jpgā€ using various methods(a) CHE (b) AHE (c) BHE (d) RMSHE (e) MDHE
  • 9. Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013 91 Figure 13. Graphical representation for the image ā€œSunset.jpgā€ using various image enhancement parameters. TABLE 1: Comparison of parameters for ā€œSunset.jpgā€ using various methods 5. CONCLUSIONS AND FUTURE APPLICATIONS HE works on the four main elements of images: saturation, contrast, sharpness and brightness. We focus on these four parameters and thus, enhance the quality of images. We obtain the desired contrast levels, along with preservation of brightness and not only this, the natural look of the input image is maintained. Future applications include photos obtained from satellite communications ā€“ since we obtain images from satellite that are distorted due to space interference and dispersion losses. Other application fields are Medical field- X-Rays, Meteor descriptions, Discoveries of Geo-stationary bodies, weather information, law enforcement that
  • 10. Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013 92 includes finger processing, surveillance camera processing. Science- enhancing electron microscope image for readability. REFERENCES [1] Introduction-to-Matlab-Image-Processing-By-Dhananjay-K-Theckedath [2] Digital Image Processing, Second Edition, Rafael C. Gonzalez, University of Tennessee, Richard E. [3] http://homes.di.unimi.it/ferrari/ElabImm2011_12/EI2011_12_06_histo_eq_double.pdf [4] http://www.mathworks.in/help/images/ref/histeq.html [5] http://sebastien.hillaire.free.fr/index.php?option=com_content&view=article&id=59&Itemid=70 [6] http://grads.ece.mcmaster.ca/~shux/4tn4/sol_1.pdf [7] http://stackoverflow.com/questions/15798742/histogram-equalization-method-without-use-of-histeq [8] Vinay Kumar (Sept 2011), ā€œContrast Enhancement using Sub- Regions Histogram Equalizationā€ IJECT VOL 2 ,Issue 3. [9] http://www.asee.org/documents/sections/middle-atlantic/spring-2010/Implementing-a-Histogram- Equalization-Algorithm.pdf [10] Ikpe1101.ikp.kfa-juelich.de/briefbook_data_analysis/node127.html [11] S. D. Chen, and A. R. Ramli,(1997) ā€œMinimum mean brightness error bihistogram equalization in contrast enhancement,ā€ IEEE Trans. Consumer Electron., Vol. 49, No. 4, pp.1310ā€“1319. [12] Y. T. Kim, ā€œContrast enhancement using brightness preserving bihistogram equalization,ā€ IEEE Trans.Consumer Electron., Vol. 43, No. 1, pp. 1ā€“8,. [13] http.//fourier.eng.hmc.edu/e161/lectures/contrast_transform/node2.html [14] http://www.mathworks.in/help/images/ref/histeq.html [15] Soong-Der Chen, Abd. RahmanRamli, (2004) :ā€œPreserving Brightness in Histogram Equalization based contrast Enhancement techniquesā€ digital Signal Processing 14 (2004) 413-428. [16] Yaara David, Raā€ŸananDekell, YonathanDekell (2009): ā€œHistogram Equalization For SIPERā€ , sipl.technion.ac.il/Info/Teaching_Projects_Histogram-Equal_e.shtml
  • 11. Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.3, June 2013 93 AUTHORS Sanal Varghese : Completed bachelors at Atharva College Of Engineering. Working at Infosys Ltd, Mysore. Areas of research comprise of Image processing, Wireless networks and Data communication. Sayali Nimkar : Pursuing MS in Electrical Engineering at University of North Carolina, Charlotte.Interests include Signal processing and Wireless sensor networks. Sucheta Shrivastava : Student at Atharva college of engineering. Pursuing masters. Interests include Signal & Image processing, semiconductors, wired and wireless networking and optics .