SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1134
Image Contrast Enhancement Approach Using Differential Evolution
and Particle Swarm Optimization
Seema1, Gaurav Bansal2
1M. Tech. Research Scholar, 2Assistant Professor,
1,2 A.I.M.T , Gorgarh, Indri , Karnal, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract -Differential Evolution (DE) algorithm
represent an adaptive search process for solving
engineering and machine learning optimization problems.
This paper presents an attempt to demonstrate its
adaptability and effectiveness for searching global optimal
solutions to enhance the contrast and detail in a gray scale
image. In this paper contrast enhancement of an image is
performed by gray level modification using parameterized
intensity transformation function that is considered as an
objective function. The task of DE is to adapt the parameters
of the transformation function by maximizing the objective
fitness criterion. Experimental results are compared with
other enhancement techniques, viz. histogram equalization,
contrast stretching and particle swarm optimization (PSO)
based image enhancement techniques.
Keywords: Image enhancement, histogram
equalization, DWT, DE, PSO.
1. INTRODUCTION
The objective of image enhancement is to improve the
quality of an image for subsequent analysis or for image
display. Image enhancement refers to emphasis or
sharpening, of an image features such as counters,
boundaries, edges or contrast in order to facilitate further
analysis and display. It is characterized as low level process
includes noise reduction, contrast enhancement, and image
sharpening operations to produce good quality image.
Image enhancement techniques can be classified into two
broad categories as spatial domain methods and frequency
domain methods. Spatial domain image enhancement
methods can be divided into four main categories: point
operations, spatial operations, transformation operations,
and pseudo coloring. The evaluation process of the quality
of an image is subjective, needs human judgment. To define
this process objective, it is essential to define an objective
function which will provide a quantitative measure for
enhancement quality. Automatic image enhancement is a
method that produces enhanced images without human
intervention. Majority of the image enhancement methods
select a transformation function or mapping function to
enhance contrast by gray-level modification of the output
image in spatial domain. In this work, contrast
enhancement operation is based on spatial operation. As
image enhancement is an optimization problem that
optimizes parameters of the transformation function in
order to achieve an enhanced image by increasing fitness.
The work done in this paper proposes an automatic image
enhancement method which determine the parameter
values of the transformation function automatically and
objective evaluation is produced on the enhanced image
which determine the effectiveness of the method. Recent
years many evolutionary algorithms have been applied to
image enhancement by several authors. A particle swarm
optimization (PSO) algorithms used with intensity
transformation function to local and global enhancement of
the image. In this paper we have proposed gray-level image
contrast enhancement by DE. DE is an evolutionary
optimization algorithms produce better result in many
applications. The results obtained by DE are compared
with other automatic image contrast enhancement
techniques and found better in many cases. Both objective
and subjective evaluations are obtained on the output
images which reveal our DE-based method outperforms
others for a set of input images.
2. LITERATURE SURVEY
Sushma S J et al. in [1] discussed about the significance of
image preprocessing in medical image processing.
Consider the case of breast cancer detection, it was found
that there are various schemes of optimization techniques
which is either training based or leads to recursive
iterations leading to computationally complex process.
Hence, the proposed system implements a new
optimization technique called Image Enhancement using
Bio-inspired Algorithms. It is Different from existing bio-
inspired algorithm because the proposed system doesn’t
use any training sequences or depends on single fitness
function or performs recursive operation for exploring
elite population. The algorithm performs automatic
segmentation process followed by three level of
enhancement operation for achieving local to global best
optimization without using any forms of recursive
functions. The outcomes are visually defined and well
resolution to prove success factor.
Vani V et al. in [2] presents image enhancement on low
contrast Wireless capsule endoscopy (WCE) images. The
work focuses on enhancing the contrast of the capsule
endoscopy image. WCE images are dark and difficult to
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1135
visualize for diagnosis by physicians. Image enhancement
methods to improve the contrast of the images may be
used. Various image enhancement techniques such as
histogram equalization, Multi Scale Retinex and Contrast
limited Adaptive Histogram Equalization (CLAHE)
techniques were being compared and analyzed. Image
enhancements techniques were done for both on color
image and gray scale image. CLAHE provides better
contrast improvement of WCE images, while Multi Scale
Retinex provides better human visualization.
P. Bidwai et al. [3]. The idea behind image enhancement
is to bring out the detail in the image that are obscured.
Resolution and contrast are the two important attributes
of an image. Resolution is a key feature of all kind of
images. Resolution and contrast enhancement have many
applications such as image compression, medical
application, feature extraction satellite imagery,
astronomy, geo-scientific studies. In this author developed
a method to enhance the quality of image. The
enhancement is done with respect to both resolution and
contrast. The proposed technique uses discrete wavelet
transform (DWT) and singular value decomposition (SVD).
The technique decomposes the input image into four sub-
bands by using DWT and estimates singular value matrix
of low frequency sub-band image, then it reconstructs
enhanced image by applying inverse DWT. The technique
is applied to grey level, color image and satellite image and
their comparative analysis is done. The experimental
results show the superiority of the proposed method over
conventional techniques.
P. Kale et al. [4] Due to aging factor and variations in the
atmospheric conditions, old historic images start
degrading. To preserve them effectively convert them in
digital format and apply image enhancement algorithms.
In this author compare two image enhancement
algorithms i.e. Hybrid Binarisation and Histogram
Equalization method. By analysis made by visual
appearance on the enhanced images we can conclude that
hybrid Binarisation method outperforms the histogram
equalization algorithm. But some background noises
existing in the enhanced images are finding. The enhanced
images will remain in binary format only. The time taken
by global thresholding is comparatively less than, local
thresholding. Weiner filter gives better results for removal
of noises from the old image. Qualities of the enhanced
images are being measured by image statistics like PSNR,
Mean, and Standard deviation. Results show that Hybrid
Binarisation method performs better than Histogram
Equalization both in visual perception and image metrics
values.
3. PROPOSED WORK
3.1 Local enhancement method
Local enhancement method uses transformation function
that based on the gray-level distribution in the
neighbourhood window of size (n x n) centered at each
pixel in the input image. The transformation function [11]
applied to each pixel at coordinates (x, y) using following
equation
With
In equation (1) and (2), m(x, y) the local mean and σ(x, y)
local standard deviation are computed in an n x n
neighbourhood centered at (x, y) pixel of the input image.
Thus, the values of m and σ depend on the intensity value
of the pixels in the neighbourhood of (x, y). M is the global
mean of the input image.
3.2 Proposed enhancement method
The proposed enhancement method is derived from (1)
and is applied to each pixel of the input image using the
following transformation:
In equation (3) a, b, c, and k are the parameters defined as
real positive numbers and these values are same for the
whole image. Comparing equation (2) and (3), it is shown
that if the values of the parameters b = 0, c = 1, k = 1and
the last term m(x,y)ª is absent, then both equations same.
The eq.(1) has extended the value of the transformation
output range by modifying the local enhancement method
as shown in eq.(3). Four parameters are introduced in
transformation function namely a, b, c, and k to improve
the brightness and contrast of the processed image. The
task of the DE is to evolve the best combination of these
four parameters according to an objective criterion that
describes the contrast of the image.
3.3 Fitness function
In order to achieve an automatic image enhancement
technique and no objective parameters adjustment by the
human intervention, a criterion to evaluate the quality of
the enhanced image should be chosen. This criterion is
considered as fitness function of the DE. To describe the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1136
criterion, it is required to mention that the enhanced
image has more number of edges and also it has high
intensity of edges. But these two are not sufficient to
describe the fitness function for a good enhanced image.
Another one measure has been added i.e. entropy value of
the image. Entropy value indicates the average
information content in the image. For enhanced image the
histogram of the gray-levels are uniformly distributed that
increase the entropy of the image. These three measures
together describe the following objective criterion and in
this study it is used as fitness function to be maximized.
In the eq. (4), Ie is the enhanced image of the original
image produced by the transformation function
mentioned in eq.(3).The edges or edgels can be detected
by using many efficient edge detector algorithms. In this
paper Sobel edge detector is used as automatic threshold
detector [Rosin]. Other edge detector algorithms such as
Laplacian and Canny can be used to find edges or edgels of
the enhanced image. The sobel edge operator produce an
output image Is from the input enhanced image Ie as:
and
E(Is) is the sum of M x N pixel intensity of sobel edge
image Is. N edgels is the number of pixels, whose intensity
value is above a threshold in the sobel edge image. The
entropy of the enhanced image Ie is calculated as follows:
where ei = hi log2(hi) if hi≠ 0, otherwise
ei = 0and hi is the probability of occurrence of ith intensity
value of enhanced image.
Code
Set NP, F, and CR parameters of the DE
Set Gmax and gen = 1
Initialize a population of size NP of D dimensional target
vectors
Evaluate fitness values of each individual vector of the
population using eq. (5)
Set best = best solution with maximum fitness value
while gen ≤ Gmax do do
for each target vector xi i =1 to NP do do
Generate enhanced image using eq. (4) for xi
Evaluate fitness value using eq. (5) for xi
If Fitness(xi)>Fitness(best) then
best = xi
end if
Randomly select index of three different
individuals such that r1 ≠r2≠r3≠i
The mutation operation produces donor vector
vi = xr1 + F.(xr2 − xr3)
The crossover operation produces trail vector ui using
target xi and donor vi vectors
for each parameter j = 1 to D do do
if rand ≤ CR then uij = vij then
uij = vij
else
uij = xij
end if
end for
The selection operation produces new target
vector xi as follows
if Fitness(ui) >Fitness(xi) then
xi = ui
else
old target vector xi will be retained as
parent for next generation
end if
end for
gen = gen + 1
end while
4. EXPERIMENTS AND RESULTS
In this paper, many gray-level images are used to perform
Image enhancement (IE) experiment; here we presented
results of only eight images. Results of the proposed
differential evolution based image enhancement (DE-IE)
are compared with other techniques namely linear
contrast stretching (LCS), histogram equalization (HE) and
PSO based image enhancement (PSO-IE). Table 1 contains
description of base value of input images such as fitness
value, entropy, edgels, detail variance (DV) and
background variance (BV). Table 2 contains the
description of proposed value of input images. Chart 1
gives the comparison of fitness value of base and proposed
value of images. Chart 2 gives the comparison of entropy
of base and proposed value of images. Chart 3 gives the
comparison of no. of edgels of base and proposed value of
images. Chart 4 gives the comparison of Dv values of base
and proposed value of images. Chart 5 gives the
comparison of Bv values of base and proposed value of
images.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1137
Table 1: Base value of input images
Base
Image Fitness Entropy Edgels Dv Bv
rice.png 1.3182 7.3079 5697 0.008 0.0013
pout.tif 1.404 7.0453 6632 0.006 0.0034
tire.tif 1.3577 6.0991 4928 0.014 0.0021
Table 2: Proposed value of input images
Image Fitness Entropy Edgels DV BV
rice.png 1.3406 7.7977 5765 0.0095 0.0015
pout.tif 1.4762 7.1594 6825 0.0108 0.0031
tire.tif 1.3671 6.0561 4992 0.0136 0.0021
Chart- 1: Comparison of fitness value of base and
proposed value of images
Chart- 2: Comparison of entropy of base and proposed
value of images
Chart- 3: Comparison of no. of edgels of base and
proposed value of images.
Chart -4: Comparison of Dv values of base and proposed
value of images
Chart -5: Comparison of Bv values of base and proposed
value of images.
5. CONCLUSION
In this paper we have proposed an automatic contrast
enhancement technique using differential evolution for
grayscale images. The resulted images obtained by the
base images are compared with proposed images.
The performance of PSO algorithm is very much
parameter dependent and fine tuning of the parameters
provide better result. However, DE has few parameters
need to be set and simple to use with greater robustness
than PSO. We compared the results by considering the DV
0 5 10
rice.png
pout.tif
tire.tif
Entropy
Proposed
Base
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1138
and the BV used for objective evaluation of the enhanced
images. However, the DV is not always reflecting precisely
the detail content level in the image. Another precise
objective computation can be possible by considering the
number of edgels. Image contains the higher number of
edgels can be considered as having more detail content.
REFERENCES
[1] Sushma S J and S. C. P. Kumar, "Image enhancement
using bio-inspired algorithms on mammogram for
cancer detection", 2015 International Conference on
Emerging Research in Electronics, Computer Science
and Technology (ICERECT),
[2] Mandya, Vani V and K. V. M. Prashanth, "Color image
enhancement techniques in wireless capsule
endoscopy", International Conference on Trends in
Automation, Communications and Computing
Technology (I-TACT-15), Bangalore, 2015, pp. 1-6.
[3] P. Bidwai and D. J. Tuptewar, "Resolution and contrast
enhancement techniques for grey level, color image
and satellite image", International Conference on
Information Processing (ICIP), Pune, 2015, pp. 511-
515.
[4] P. Kale and S. T. Gandhe, "Hybrid binarization, histo-
equalization: comparison of old image enhancement
techniques", International Conference on Information
Processing (ICIP), Pune, 2015, pp. 182-187.
[5] O. Khayat, E. Noori, M. Ghergherehchi, H. Afarideh and
N. Khatib, "Using maximum variance index of
fuzziness for contrast enhancement of Nano and
micro-images of TEM", 6th Iranian Conference on
Machine Vision and Image Processing, Isfahan,2010,
pp. 1-6.
[6] Z. Xijun and L. Guifei, "The study of island remote
sensing image enhancement”, First ACIS International
Symposium on Cryptography, and Network Security,
Data Mining and Knowledge Discovery, E-Commerce
and Its Applications, and Embedded Systems,
Qinhuangdao, 2010, pp. 289-291.
[7] Y. Liu, "Remote sensing image enhancement based on
fractional differential", International Conference on
Computational and Information Sciences, Chengdu,
2010, pp. 881-884.
[8] K. Gill, J. Ren, S. Marshall, S. Karthick and J. Gilchrist,
"Quality-assured fingerprint image enhancement and
extraction using hyperspectral imaging," 4th
International Conference on Imaging for Crime
Detection and Prevention 2011 (ICDP 2011), London,
2011, pp. 1-6.
[9] Wenshuai Yin, Xiangbo Lin and Yi Sun, "A novel
framework for low-light colour image enhancement
and denoising", 3rd International Conference on
AwarenessScience and Technology (iCAST), Dalian,
2011, pp. 20-23.
[10]M. Yakno, J. M. Saleh and B. A. Rosdi, "Low contrast
hand vein image enhancement", IEEE International
Conference on Signal and Image Processing
Applications (ICSIPA), Kuala Lumpur, 2011, pp. 390-
392.

Mais conteúdo relacionado

Mais procurados

Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...
Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...
Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...
INFOGAIN PUBLICATION
 
A Quantitative Comparative Study of Analytical and Iterative Reconstruction T...
A Quantitative Comparative Study of Analytical and Iterative Reconstruction T...A Quantitative Comparative Study of Analytical and Iterative Reconstruction T...
A Quantitative Comparative Study of Analytical and Iterative Reconstruction T...
CSCJournals
 
Single Image Superresolution Based on Gradient Profile Sharpness
Single Image Superresolution Based on Gradient Profile SharpnessSingle Image Superresolution Based on Gradient Profile Sharpness
Single Image Superresolution Based on Gradient Profile Sharpness
1crore projects
 
Ijiir journal of vib and control paper
Ijiir journal of vib and control paperIjiir journal of vib and control paper
Ijiir journal of vib and control paper
karhtikeyanvv
 

Mais procurados (19)

G04302058063
G04302058063G04302058063
G04302058063
 
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy LogicImproved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
 
Learning Based Single Frame Image Super-resolution Using Fast Discrete Curvel...
Learning Based Single Frame Image Super-resolution Using Fast Discrete Curvel...Learning Based Single Frame Image Super-resolution Using Fast Discrete Curvel...
Learning Based Single Frame Image Super-resolution Using Fast Discrete Curvel...
 
Fusion of Images using DWT and fDCT Methods
Fusion of Images using DWT and fDCT MethodsFusion of Images using DWT and fDCT Methods
Fusion of Images using DWT and fDCT Methods
 
A GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENT
A GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENTA GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENT
A GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENT
 
Review on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial DomainReview on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial Domain
 
D044061924
D044061924D044061924
D044061924
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniques
 
C04302025030
C04302025030C04302025030
C04302025030
 
Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...
Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...
Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...
 
A Quantitative Comparative Study of Analytical and Iterative Reconstruction T...
A Quantitative Comparative Study of Analytical and Iterative Reconstruction T...A Quantitative Comparative Study of Analytical and Iterative Reconstruction T...
A Quantitative Comparative Study of Analytical and Iterative Reconstruction T...
 
F010224446
F010224446F010224446
F010224446
 
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)
 
Single Image Superresolution Based on Gradient Profile Sharpness
Single Image Superresolution Based on Gradient Profile SharpnessSingle Image Superresolution Based on Gradient Profile Sharpness
Single Image Superresolution Based on Gradient Profile Sharpness
 
Medical image enhancement using histogram processing part2
Medical image enhancement using histogram processing part2Medical image enhancement using histogram processing part2
Medical image enhancement using histogram processing part2
 
Mammographic Image Enhancement using Digital Image Processing Technique
Mammographic Image Enhancement using Digital Image Processing TechniqueMammographic Image Enhancement using Digital Image Processing Technique
Mammographic Image Enhancement using Digital Image Processing Technique
 
Ijiir journal of vib and control paper
Ijiir journal of vib and control paperIjiir journal of vib and control paper
Ijiir journal of vib and control paper
 
IRJET- White Balance and Multi Scale Fusion for under Water Image Enhancement
IRJET- White Balance and Multi Scale Fusion for under Water Image EnhancementIRJET- White Balance and Multi Scale Fusion for under Water Image Enhancement
IRJET- White Balance and Multi Scale Fusion for under Water Image Enhancement
 
Medical image enhancement using histogram processing part1
Medical image enhancement using histogram processing part1Medical image enhancement using histogram processing part1
Medical image enhancement using histogram processing part1
 

Semelhante a Image Contrast Enhancement Approach using Differential Evolution and Particle Swarm Optimization

research paper Ijetae 0812 23
research paper Ijetae 0812 23research paper Ijetae 0812 23
research paper Ijetae 0812 23
Punit Karnani
 

Semelhante a Image Contrast Enhancement Approach using Differential Evolution and Particle Swarm Optimization (20)

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
 
Ijcatr04051016
Ijcatr04051016Ijcatr04051016
Ijcatr04051016
 
IRJET- Image Enhancement using Various Discrete Wavelet Transformation Fi...
IRJET-  	  Image Enhancement using Various Discrete Wavelet Transformation Fi...IRJET-  	  Image Enhancement using Various Discrete Wavelet Transformation Fi...
IRJET- Image Enhancement using Various Discrete Wavelet Transformation Fi...
 
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...
 
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...
 
A Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesA Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and Techniques
 
7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...
7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...
7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...
 
Image enhancement
Image enhancement Image enhancement
Image enhancement
 
Lung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing TechniquesLung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing Techniques
 
Dh33653657
Dh33653657Dh33653657
Dh33653657
 
Dh33653657
Dh33653657Dh33653657
Dh33653657
 
An intensity based medical image registration using genetic algorithm
An intensity based medical image registration using genetic algorithmAn intensity based medical image registration using genetic algorithm
An intensity based medical image registration using genetic algorithm
 
HUMAN VISION THRESHOLDING WITH ENHANCEMENT FOR DARK BLURRED IMAGES FOR LOCAL ...
HUMAN VISION THRESHOLDING WITH ENHANCEMENT FOR DARK BLURRED IMAGES FOR LOCAL ...HUMAN VISION THRESHOLDING WITH ENHANCEMENT FOR DARK BLURRED IMAGES FOR LOCAL ...
HUMAN VISION THRESHOLDING WITH ENHANCEMENT FOR DARK BLURRED IMAGES FOR LOCAL ...
 
research paper Ijetae 0812 23
research paper Ijetae 0812 23research paper Ijetae 0812 23
research paper Ijetae 0812 23
 
IRJET- Brain Tumour Detection and ART Classification Technique in MR Brai...
IRJET-  	  Brain Tumour Detection and ART Classification Technique in MR Brai...IRJET-  	  Brain Tumour Detection and ART Classification Technique in MR Brai...
IRJET- Brain Tumour Detection and ART Classification Technique in MR Brai...
 
4
44
4
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
 
A Review Paper on Fingerprint Image Enhancement with Different Methods
A Review Paper on Fingerprint Image Enhancement with Different MethodsA Review Paper on Fingerprint Image Enhancement with Different Methods
A Review Paper on Fingerprint Image Enhancement with Different Methods
 
Influence Analysis of Image Feature Selection TechniquesOver Deep Learning Model
Influence Analysis of Image Feature Selection TechniquesOver Deep Learning ModelInfluence Analysis of Image Feature Selection TechniquesOver Deep Learning Model
Influence Analysis of Image Feature Selection TechniquesOver Deep Learning Model
 
Q01761119124
Q01761119124Q01761119124
Q01761119124
 

Mais de IRJET Journal

Mais de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Último

Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
 

Último (20)

Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Air Compressor reciprocating single stage
Air Compressor reciprocating single stageAir Compressor reciprocating single stage
Air Compressor reciprocating single stage
 
Bridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxBridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptx
 

Image Contrast Enhancement Approach using Differential Evolution and Particle Swarm Optimization

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1134 Image Contrast Enhancement Approach Using Differential Evolution and Particle Swarm Optimization Seema1, Gaurav Bansal2 1M. Tech. Research Scholar, 2Assistant Professor, 1,2 A.I.M.T , Gorgarh, Indri , Karnal, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract -Differential Evolution (DE) algorithm represent an adaptive search process for solving engineering and machine learning optimization problems. This paper presents an attempt to demonstrate its adaptability and effectiveness for searching global optimal solutions to enhance the contrast and detail in a gray scale image. In this paper contrast enhancement of an image is performed by gray level modification using parameterized intensity transformation function that is considered as an objective function. The task of DE is to adapt the parameters of the transformation function by maximizing the objective fitness criterion. Experimental results are compared with other enhancement techniques, viz. histogram equalization, contrast stretching and particle swarm optimization (PSO) based image enhancement techniques. Keywords: Image enhancement, histogram equalization, DWT, DE, PSO. 1. INTRODUCTION The objective of image enhancement is to improve the quality of an image for subsequent analysis or for image display. Image enhancement refers to emphasis or sharpening, of an image features such as counters, boundaries, edges or contrast in order to facilitate further analysis and display. It is characterized as low level process includes noise reduction, contrast enhancement, and image sharpening operations to produce good quality image. Image enhancement techniques can be classified into two broad categories as spatial domain methods and frequency domain methods. Spatial domain image enhancement methods can be divided into four main categories: point operations, spatial operations, transformation operations, and pseudo coloring. The evaluation process of the quality of an image is subjective, needs human judgment. To define this process objective, it is essential to define an objective function which will provide a quantitative measure for enhancement quality. Automatic image enhancement is a method that produces enhanced images without human intervention. Majority of the image enhancement methods select a transformation function or mapping function to enhance contrast by gray-level modification of the output image in spatial domain. In this work, contrast enhancement operation is based on spatial operation. As image enhancement is an optimization problem that optimizes parameters of the transformation function in order to achieve an enhanced image by increasing fitness. The work done in this paper proposes an automatic image enhancement method which determine the parameter values of the transformation function automatically and objective evaluation is produced on the enhanced image which determine the effectiveness of the method. Recent years many evolutionary algorithms have been applied to image enhancement by several authors. A particle swarm optimization (PSO) algorithms used with intensity transformation function to local and global enhancement of the image. In this paper we have proposed gray-level image contrast enhancement by DE. DE is an evolutionary optimization algorithms produce better result in many applications. The results obtained by DE are compared with other automatic image contrast enhancement techniques and found better in many cases. Both objective and subjective evaluations are obtained on the output images which reveal our DE-based method outperforms others for a set of input images. 2. LITERATURE SURVEY Sushma S J et al. in [1] discussed about the significance of image preprocessing in medical image processing. Consider the case of breast cancer detection, it was found that there are various schemes of optimization techniques which is either training based or leads to recursive iterations leading to computationally complex process. Hence, the proposed system implements a new optimization technique called Image Enhancement using Bio-inspired Algorithms. It is Different from existing bio- inspired algorithm because the proposed system doesn’t use any training sequences or depends on single fitness function or performs recursive operation for exploring elite population. The algorithm performs automatic segmentation process followed by three level of enhancement operation for achieving local to global best optimization without using any forms of recursive functions. The outcomes are visually defined and well resolution to prove success factor. Vani V et al. in [2] presents image enhancement on low contrast Wireless capsule endoscopy (WCE) images. The work focuses on enhancing the contrast of the capsule endoscopy image. WCE images are dark and difficult to
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1135 visualize for diagnosis by physicians. Image enhancement methods to improve the contrast of the images may be used. Various image enhancement techniques such as histogram equalization, Multi Scale Retinex and Contrast limited Adaptive Histogram Equalization (CLAHE) techniques were being compared and analyzed. Image enhancements techniques were done for both on color image and gray scale image. CLAHE provides better contrast improvement of WCE images, while Multi Scale Retinex provides better human visualization. P. Bidwai et al. [3]. The idea behind image enhancement is to bring out the detail in the image that are obscured. Resolution and contrast are the two important attributes of an image. Resolution is a key feature of all kind of images. Resolution and contrast enhancement have many applications such as image compression, medical application, feature extraction satellite imagery, astronomy, geo-scientific studies. In this author developed a method to enhance the quality of image. The enhancement is done with respect to both resolution and contrast. The proposed technique uses discrete wavelet transform (DWT) and singular value decomposition (SVD). The technique decomposes the input image into four sub- bands by using DWT and estimates singular value matrix of low frequency sub-band image, then it reconstructs enhanced image by applying inverse DWT. The technique is applied to grey level, color image and satellite image and their comparative analysis is done. The experimental results show the superiority of the proposed method over conventional techniques. P. Kale et al. [4] Due to aging factor and variations in the atmospheric conditions, old historic images start degrading. To preserve them effectively convert them in digital format and apply image enhancement algorithms. In this author compare two image enhancement algorithms i.e. Hybrid Binarisation and Histogram Equalization method. By analysis made by visual appearance on the enhanced images we can conclude that hybrid Binarisation method outperforms the histogram equalization algorithm. But some background noises existing in the enhanced images are finding. The enhanced images will remain in binary format only. The time taken by global thresholding is comparatively less than, local thresholding. Weiner filter gives better results for removal of noises from the old image. Qualities of the enhanced images are being measured by image statistics like PSNR, Mean, and Standard deviation. Results show that Hybrid Binarisation method performs better than Histogram Equalization both in visual perception and image metrics values. 3. PROPOSED WORK 3.1 Local enhancement method Local enhancement method uses transformation function that based on the gray-level distribution in the neighbourhood window of size (n x n) centered at each pixel in the input image. The transformation function [11] applied to each pixel at coordinates (x, y) using following equation With In equation (1) and (2), m(x, y) the local mean and σ(x, y) local standard deviation are computed in an n x n neighbourhood centered at (x, y) pixel of the input image. Thus, the values of m and σ depend on the intensity value of the pixels in the neighbourhood of (x, y). M is the global mean of the input image. 3.2 Proposed enhancement method The proposed enhancement method is derived from (1) and is applied to each pixel of the input image using the following transformation: In equation (3) a, b, c, and k are the parameters defined as real positive numbers and these values are same for the whole image. Comparing equation (2) and (3), it is shown that if the values of the parameters b = 0, c = 1, k = 1and the last term m(x,y)ª is absent, then both equations same. The eq.(1) has extended the value of the transformation output range by modifying the local enhancement method as shown in eq.(3). Four parameters are introduced in transformation function namely a, b, c, and k to improve the brightness and contrast of the processed image. The task of the DE is to evolve the best combination of these four parameters according to an objective criterion that describes the contrast of the image. 3.3 Fitness function In order to achieve an automatic image enhancement technique and no objective parameters adjustment by the human intervention, a criterion to evaluate the quality of the enhanced image should be chosen. This criterion is considered as fitness function of the DE. To describe the
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1136 criterion, it is required to mention that the enhanced image has more number of edges and also it has high intensity of edges. But these two are not sufficient to describe the fitness function for a good enhanced image. Another one measure has been added i.e. entropy value of the image. Entropy value indicates the average information content in the image. For enhanced image the histogram of the gray-levels are uniformly distributed that increase the entropy of the image. These three measures together describe the following objective criterion and in this study it is used as fitness function to be maximized. In the eq. (4), Ie is the enhanced image of the original image produced by the transformation function mentioned in eq.(3).The edges or edgels can be detected by using many efficient edge detector algorithms. In this paper Sobel edge detector is used as automatic threshold detector [Rosin]. Other edge detector algorithms such as Laplacian and Canny can be used to find edges or edgels of the enhanced image. The sobel edge operator produce an output image Is from the input enhanced image Ie as: and E(Is) is the sum of M x N pixel intensity of sobel edge image Is. N edgels is the number of pixels, whose intensity value is above a threshold in the sobel edge image. The entropy of the enhanced image Ie is calculated as follows: where ei = hi log2(hi) if hi≠ 0, otherwise ei = 0and hi is the probability of occurrence of ith intensity value of enhanced image. Code Set NP, F, and CR parameters of the DE Set Gmax and gen = 1 Initialize a population of size NP of D dimensional target vectors Evaluate fitness values of each individual vector of the population using eq. (5) Set best = best solution with maximum fitness value while gen ≤ Gmax do do for each target vector xi i =1 to NP do do Generate enhanced image using eq. (4) for xi Evaluate fitness value using eq. (5) for xi If Fitness(xi)>Fitness(best) then best = xi end if Randomly select index of three different individuals such that r1 ≠r2≠r3≠i The mutation operation produces donor vector vi = xr1 + F.(xr2 − xr3) The crossover operation produces trail vector ui using target xi and donor vi vectors for each parameter j = 1 to D do do if rand ≤ CR then uij = vij then uij = vij else uij = xij end if end for The selection operation produces new target vector xi as follows if Fitness(ui) >Fitness(xi) then xi = ui else old target vector xi will be retained as parent for next generation end if end for gen = gen + 1 end while 4. EXPERIMENTS AND RESULTS In this paper, many gray-level images are used to perform Image enhancement (IE) experiment; here we presented results of only eight images. Results of the proposed differential evolution based image enhancement (DE-IE) are compared with other techniques namely linear contrast stretching (LCS), histogram equalization (HE) and PSO based image enhancement (PSO-IE). Table 1 contains description of base value of input images such as fitness value, entropy, edgels, detail variance (DV) and background variance (BV). Table 2 contains the description of proposed value of input images. Chart 1 gives the comparison of fitness value of base and proposed value of images. Chart 2 gives the comparison of entropy of base and proposed value of images. Chart 3 gives the comparison of no. of edgels of base and proposed value of images. Chart 4 gives the comparison of Dv values of base and proposed value of images. Chart 5 gives the comparison of Bv values of base and proposed value of images.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1137 Table 1: Base value of input images Base Image Fitness Entropy Edgels Dv Bv rice.png 1.3182 7.3079 5697 0.008 0.0013 pout.tif 1.404 7.0453 6632 0.006 0.0034 tire.tif 1.3577 6.0991 4928 0.014 0.0021 Table 2: Proposed value of input images Image Fitness Entropy Edgels DV BV rice.png 1.3406 7.7977 5765 0.0095 0.0015 pout.tif 1.4762 7.1594 6825 0.0108 0.0031 tire.tif 1.3671 6.0561 4992 0.0136 0.0021 Chart- 1: Comparison of fitness value of base and proposed value of images Chart- 2: Comparison of entropy of base and proposed value of images Chart- 3: Comparison of no. of edgels of base and proposed value of images. Chart -4: Comparison of Dv values of base and proposed value of images Chart -5: Comparison of Bv values of base and proposed value of images. 5. CONCLUSION In this paper we have proposed an automatic contrast enhancement technique using differential evolution for grayscale images. The resulted images obtained by the base images are compared with proposed images. The performance of PSO algorithm is very much parameter dependent and fine tuning of the parameters provide better result. However, DE has few parameters need to be set and simple to use with greater robustness than PSO. We compared the results by considering the DV 0 5 10 rice.png pout.tif tire.tif Entropy Proposed Base
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1138 and the BV used for objective evaluation of the enhanced images. However, the DV is not always reflecting precisely the detail content level in the image. Another precise objective computation can be possible by considering the number of edgels. Image contains the higher number of edgels can be considered as having more detail content. REFERENCES [1] Sushma S J and S. C. P. Kumar, "Image enhancement using bio-inspired algorithms on mammogram for cancer detection", 2015 International Conference on Emerging Research in Electronics, Computer Science and Technology (ICERECT), [2] Mandya, Vani V and K. V. M. Prashanth, "Color image enhancement techniques in wireless capsule endoscopy", International Conference on Trends in Automation, Communications and Computing Technology (I-TACT-15), Bangalore, 2015, pp. 1-6. [3] P. Bidwai and D. J. Tuptewar, "Resolution and contrast enhancement techniques for grey level, color image and satellite image", International Conference on Information Processing (ICIP), Pune, 2015, pp. 511- 515. [4] P. Kale and S. T. Gandhe, "Hybrid binarization, histo- equalization: comparison of old image enhancement techniques", International Conference on Information Processing (ICIP), Pune, 2015, pp. 182-187. [5] O. Khayat, E. Noori, M. Ghergherehchi, H. Afarideh and N. Khatib, "Using maximum variance index of fuzziness for contrast enhancement of Nano and micro-images of TEM", 6th Iranian Conference on Machine Vision and Image Processing, Isfahan,2010, pp. 1-6. [6] Z. Xijun and L. Guifei, "The study of island remote sensing image enhancement”, First ACIS International Symposium on Cryptography, and Network Security, Data Mining and Knowledge Discovery, E-Commerce and Its Applications, and Embedded Systems, Qinhuangdao, 2010, pp. 289-291. [7] Y. Liu, "Remote sensing image enhancement based on fractional differential", International Conference on Computational and Information Sciences, Chengdu, 2010, pp. 881-884. [8] K. Gill, J. Ren, S. Marshall, S. Karthick and J. Gilchrist, "Quality-assured fingerprint image enhancement and extraction using hyperspectral imaging," 4th International Conference on Imaging for Crime Detection and Prevention 2011 (ICDP 2011), London, 2011, pp. 1-6. [9] Wenshuai Yin, Xiangbo Lin and Yi Sun, "A novel framework for low-light colour image enhancement and denoising", 3rd International Conference on AwarenessScience and Technology (iCAST), Dalian, 2011, pp. 20-23. [10]M. Yakno, J. M. Saleh and B. A. Rosdi, "Low contrast hand vein image enhancement", IEEE International Conference on Signal and Image Processing Applications (ICSIPA), Kuala Lumpur, 2011, pp. 390- 392.