SlideShare une entreprise Scribd logo
1  sur  11
Télécharger pour lire hors ligne
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 .

Contenu connexe

Tendances

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
 

Tendances (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
 

En vedette

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
 
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
 
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
 

En vedette (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...
 

Similaire à CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HISTOGRAM EQUALIZATION

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
Editor 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-2322
Editor IJARCET
 
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
 
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
 

Similaire à 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
 

Dernier

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Dernier (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 

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 .