SlideShare a Scribd company logo
International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015]
ISSN : 2454-1311
www.ijaems.com Page | 31
Design and Implementation of Fuzzy Logic
Based Image Fusion Technique
Samriddhi Bhatnagar1
, Navneet Agrawal2
1
M.Tech Scholar, Department of ECE, College of Technology and Engineering, Udaipur, Rajasthan, India
2
Assistant Professor, Department of ECE, College of Technology and Engineering, Udaipur, Rajasthan, India
Abstract—The quality of image holds importance for
both humans and machines. To fulfill the requirement of
good quality images, image enhancement is needed.
Application of a single contrast enhancement technique
often does not produce desirable result and may lead to
over enhanced images. To overcome this problem image
fusion is performed so that better results with desired
enhancement can be achieved. In the present paper an
amalgamation of image enhancement, fusion and
sharpening have been carried out in the candidate
algorithm. The algorithm makes use of fuzzy logic for
weight calculation. The results are compared with
DACE/LIF approach and it is observed that the proposed
algorithm improves the result in terms of quality
parameters like PSNR (Peak Signal to Noise Ratio),
AMBE (Absolute Mean Brightness Error) and SSIM
(Structural Similarity Index) by 0.5 dB, 3 and 0.1
respectively from the existing technique.
Keywords— Fuzzy Image Fusion, Image Enhancement,
Image Sharpening, Magnitude Gradient, Standard
Deviation
I. INTRODUCTION
Poor contrast of images makes them unsuitable to be used
for further processing and also for human perception. The
purpose of image enhancement is to improve the image
quality in a manner such that it has better visual
appearance for humans as well as it is better suited for
machine interpretation. Images taken under non uniform
illumination conditions have poor contrast. For some
areas of image, contrast needs to be increased, for some
areas contrast needs to be decreased and for some areas
contrast needs no manipulation. There are various
techniques available for image contrast enhancement. The
choice of a particular contrast enhancement technique
depends on the purpose for which it is to be applied.
Improvement of overall perception or quality can hardly
be achieved by one single enhancement. So, in order to
improve the overall perception image fusion is carried
out. By fusing the images the desired characteristics or
the best features of the source images can be retained.
For removal of blur and making the image look crisper,
image sharpening is carried out, so that image looks
sharper and better.
Histogram equalization is a common contrast
enhancement technique which increases the global
contrast of image. It suffers from problem of shifting of
mean intensity to middle gray level [1] thereby causing
change in brightness of the image. To preserve brightness,
brightness preserving bi-histogram equalization (BBHE)
has been proposed [2]. BBHE method partitions
histogram of image on the basis of its mean and then the
two histograms are equalized independently. The
generalization of BBHE, namely, Recursive Mean
Separate Histogram Equalization (RMSHE) [1], has been
proposed which perform the separation recursively. As
the number of recursive mean separation increases the
output image's mean brightness converges to the input
image's mean brightness.
Detail aware contrast enhancement with linear image
fusion abbreviated as DACE/LIF [3] combines details in
original image and histogram equalized image to form a
new image with better contrast and visual quality. In [4]
image enhancement result with fusion is improved using
MSR and histogram equalization as fusion candidates
with evaluation on sharpness. Image enhancement by
fusion of original image and its histogram equalized
image by manual and automatic weight assignment are
compared in [5] and automatic weight assignment is
found superior. In an approach to image enhancement [6]
CT and MRI images of brain are fused using DWT.
Image enhancement is then performed by using median
filter, unsharp masking and Contrast Limited Adaptive
Histogram Equalization. In [7], an edge detection
algorithm based on fuzzy logic is presented. To detect
whether a pixel is an edge or not gradient and standard
deviation are used as inputs to fuzzy inference system.
In this paper, section 2 briefs the stages of the method,
section 3 presents the methodology, section 4 presents the
performance parameters used, section 5 presents
simulation results and section 6 concludes the paper.
International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015]
ISSN : 2454-1311
www.ijaems.com Page | 32
II. IMAGE ENHANCEMENT, FUSION
AND SHARPENING
2.1 Image Enhancement
Image enhancement is performed to improve the contrast
of images. Image enhancement means emphasizing
features of image (boundaries, edges etc.) or contrast in
order to make images more suitable for display and
analysis [8]. A wide variety of techniques are available
for enhancing the images. One of the most widely
employed techniques is histogram equalization.
Histogram equalization is a spatial domain contrast
enhancement technique which usually increases the
global contrast of the image. The Histogram Equalization
enhances the contrast of images by transforming the
values in an intensity image so that the histogram of the
output image is approximately flat.
2.2 Image Fusion
Image fusion is the process of combining information
present in different images to form a new image that
contains desired information. The information present in a
set of source images is combined in a manner such that
the resultant or the fused image is much more informative
and of better quality than the source images. The fusion of
the information can take place on different levels [9]. The
main levels are:
Data-level fusion (Pixel-level fusion): In data level fusion
information combination is performed at the level of
pixels or intensity values of the images. For pixel level
fusion to take place the source images should contain
complementary information and also, the pixels must
represent the same physical properties of the field of
view.
Feature level fusion: In feature level fusion information
combination is performed at the level of features of the
images. For feature level fusion to take place features
from the source images should have been extracted prior
to the fusion operation.
Decision level fusion (Symbol-level fusion): In decision
level fusion information combination is performed at the
level of symbols. The symbolic information is obtained
from feature extraction and classification from source
images. After obtaining symbolic information fusion is
performed.
For our algorithm, we have used pixel based fuzzy fusion.
Fused image can be obtained using the general expression
given as [3]:
If = f(I1,I2) (1)
In our work, I1 is original image and I2 is histogram
equalized image. The equation used for fusion is:
If = W * I1 + (1-W) * I2 (2)
where, 0 ≤ W ≤ 1
2.2.1. Fuzzy Image Fusion
To find appropriate weight for fusion, fuzzy logic with
‘Mamdani’ FIS is used. Fuzzy inference system (FIS)
[10] consists of a fuzzification interface, a rule base, a
database, a decision-making unit, and finally a
defuzzification interface. The function of each block is as
follows:
Rule base: Rule base contains a number of fuzzy if –
then rules.
Database: Database defines membership functions
of the fuzzy sets of inputs and outputs.
Decision making unit: Decision making unit
performs the inference operations on the formulated
rules.
Fuzzification interface: Fuzzification interface
transforms the crisp input into degrees of match with
linguistic values.
Defuzzification interface: Defuzzification interface
transforms the results of inference from fuzzy to
crisp output.
Fig 1: Fuzzy inference system
For both images magnitude gradient using Sobel operator
and local standard deviation are calculated.
The inputs to the fuzzy system are – a). Difference of
magnitude gradient of the two images and b). Difference
of standard deviation of the two images, calculated as:
X = X1 – X2 (3)
Where, X1 = gradient / standard deviation of original
image, and X2 = gradient / standard deviation of
histogram equalized image
The inputs are fuzzified to be in range [0 1]. For each
input two membership functions- ‘low and high’ are
defined.
International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015]
ISSN : 2454-1311
www.ijaems.com Page | 32
II. IMAGE ENHANCEMENT, FUSION
AND SHARPENING
2.1 Image Enhancement
Image enhancement is performed to improve the contrast
of images. Image enhancement means emphasizing
features of image (boundaries, edges etc.) or contrast in
order to make images more suitable for display and
analysis [8]. A wide variety of techniques are available
for enhancing the images. One of the most widely
employed techniques is histogram equalization.
Histogram equalization is a spatial domain contrast
enhancement technique which usually increases the
global contrast of the image. The Histogram Equalization
enhances the contrast of images by transforming the
values in an intensity image so that the histogram of the
output image is approximately flat.
2.2 Image Fusion
Image fusion is the process of combining information
present in different images to form a new image that
contains desired information. The information present in a
set of source images is combined in a manner such that
the resultant or the fused image is much more informative
and of better quality than the source images. The fusion of
the information can take place on different levels [9]. The
main levels are:
Data-level fusion (Pixel-level fusion): In data level fusion
information combination is performed at the level of
pixels or intensity values of the images. For pixel level
fusion to take place the source images should contain
complementary information and also, the pixels must
represent the same physical properties of the field of
view.
Feature level fusion: In feature level fusion information
combination is performed at the level of features of the
images. For feature level fusion to take place features
from the source images should have been extracted prior
to the fusion operation.
Decision level fusion (Symbol-level fusion): In decision
level fusion information combination is performed at the
level of symbols. The symbolic information is obtained
from feature extraction and classification from source
images. After obtaining symbolic information fusion is
performed.
For our algorithm, we have used pixel based fuzzy fusion.
Fused image can be obtained using the general expression
given as [3]:
If = f(I1,I2) (1)
In our work, I1 is original image and I2 is histogram
equalized image. The equation used for fusion is:
If = W * I1 + (1-W) * I2 (2)
where, 0 ≤ W ≤ 1
2.2.1. Fuzzy Image Fusion
To find appropriate weight for fusion, fuzzy logic with
‘Mamdani’ FIS is used. Fuzzy inference system (FIS)
[10] consists of a fuzzification interface, a rule base, a
database, a decision-making unit, and finally a
defuzzification interface. The function of each block is as
follows:
Rule base: Rule base contains a number of fuzzy if –
then rules.
Database: Database defines membership functions
of the fuzzy sets of inputs and outputs.
Decision making unit: Decision making unit
performs the inference operations on the formulated
rules.
Fuzzification interface: Fuzzification interface
transforms the crisp input into degrees of match with
linguistic values.
Defuzzification interface: Defuzzification interface
transforms the results of inference from fuzzy to
crisp output.
Fig 1: Fuzzy inference system
For both images magnitude gradient using Sobel operator
and local standard deviation are calculated.
The inputs to the fuzzy system are – a). Difference of
magnitude gradient of the two images and b). Difference
of standard deviation of the two images, calculated as:
X = X1 – X2 (3)
Where, X1 = gradient / standard deviation of original
image, and X2 = gradient / standard deviation of
histogram equalized image
The inputs are fuzzified to be in range [0 1]. For each
input two membership functions- ‘low and high’ are
defined.
International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015]
ISSN : 2454-1311
www.ijaems.com Page | 34
= 10 log
255 × 255
(4)
=
1
MN
, − , !"
#$
(5)
where,
X and Y are input and processed images respectively of
size M×N.
4.2. Absolute Mean Brightness Error
Absolute mean brightness error (AMBE) is used to
evaluate brightness preservation in processed image.
AMBE is calculated as:
% & = | ( − (|
(6)
Where, Xm is mean of image X and Ym is mean of image
Y
Less brightness error implies better brightness
preservation.
4.3. Structural Similarity Index
The structural similarity index (SSIM) is a method for
measuring the similarity between two images. The SSIM
quality assessment index is based on three characteristics
of an image: luminance, contrast and structure and can be
calculated as:
) =
*+2,-,. + 0 1*22-. + 0"
+1
*+,-
" + ,.
" + 0 1*2-
" + 2.
" + 0"
+1
(7)
Where, μx, μy, σx,σy, and σxy are the local means, standard
deviations and cross-covariance for images x and y. C1
and C2 are constants.
V. RESULTS AND DISCUSSION
The algorithm is tested using MATLAB 2013a. The
performance of proposed method is analyzed on the basis
of visual appearance and performance metrics mentioned
above. The results of simulation for PSNR, AMBE and
SSIM are tabulated and compared with the existing
approach of DACE/LIF. The results of visual appearance
for two images (pout and plane) are shown below.
(a) (b)
(c) (d)
(e) (f)
Fig 5: (a), (b) original images, (c), (d) results of existing
approach and (e), (f) results of proposed approach
The results of proposed approach appear to be enhanced
with brightness closer to the brightness of original image.
The results of existing approach have more brightness
deviation than brightness deviation of proposed method’s
results from original image and also produce over
enhancement in some regions of images.
Table 1: Comparison on the basis of PSNR
IMAGE
Existing
approach(dB)
Proposed
approach (dB)
Lena 29.2598 30.4388
Cameraman 30.8488 31.2185
Plane 26.0836 26.1800
Pout 29.2816 29.5693
Tank 28.4148 28.8253
Table 2: Comparison on the basis of AMBE
IMAGE
Existing
approach
Proposed
approach
Lena 1.8126 1.4275
Cameraman 4.6894 4.0362
Plane 27.1376 22.8236
Pout 10.0687 7.8783
Tank 15.3997 9.2514
Table 3: Comparison on the basis of SSIM
International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015]
ISSN : 2454-1311
www.ijaems.com Page | 35
IMAGE
Existing
approach
Proposed
approach
Lena 0.8398 0.8869
Cameraman 0.7831 0.8205
Plane 0.3756 0.4540
Pout 0.6142 0.7228
Tank 0.4300 0.5849
(a)
(b)
(c)
Fig 6: (a) PSNR chart, (b) AMBE chart and (c) SSIM
chart for different images
Results of proposed approach have lesser value of AMBE
and higher value of PSNR and SSIM than results of
existing approach.
VI. CONCLUSION
This paper presents an approach to image enhancement
by image fusion. Fuzzy logic is used to calculate the
weight required for fusing the images. Finally, sharpening
is performed using unsharp masking to remove blur.
Simulation results shows that the proposed approach is
better than the existing approach in terms of PSNR,
AMBE and SSIM. This implies that the proposed
approach has better reconstruction quality, brightness
preservation and structural similarity to original image.
Also, the results of proposed approach do not show over
enhancement in terms of visual appearance thereby
enhancing the images in a more balanced manner
preserving the similarity with original image.
REFERENCES
[1] S.-D. Chen and A. Ramli, “Contrast enhancement
using recursive mean-separate histogram
equalization for scalable brightness preservation,”
IEEE Trans. on Consumer Electronics, vol. 49, no. 4,
pp. 1301-1309, Nov.2003.
[2] Y.-T. Kim, “Contrast enhancement using brightness
preserving bi - histogram equalization,” IEEE Trans.
On Consumer electronics, vol. 43, no. 1, pp. 1-8, Feb.
1997.
[3] C.-H. Hsieh, B.-C. Chen, C.-M. Lin and Q. Zhao,
“Detail aware contrast enhancement with linear
image fusion”, International Symposium on Aware
Computing, 2010, pp. 1-5.
[4] X. Fang, J. Liu, W. Gu and Y. Tang, “A Method to
Improve the Image Enhancement Result based on
Image Fusion”, International Conference on
Multimedia Technology, 2011, pp. 55-58.
[5] V. Saini, and T. Gulati, “A comparative study on
image enhancement using image fusion”,
International Journal of Advanced Research in
Computer Science and Software Engineering , 2012,
vol. 2, no. 10, pp. 141-145.
[6] A. Nelikanti,. “Image enhancement using image
fusion and image processing techniques”,
COMPUSOFT, An international journal of advanced
computer technology, 2014, vol. 3, no. 10, pp. 1193-
1197.
[7] W. Barkhoda, , F.A. Tab, and O.-K. Shahryari,
“Fuzzy edge detection based on pixel's
gradient and standard deviation values,” Proceedings
of the International Multiconference on Computer
Science and Information Technology, 2009, pp. 7-10.
22
24
26
28
30
32
Lena
Cameraman
Plane
Pout
Tank
PSNR(indB)
Images
PSNR Chart
Existing
Approach
Proposed
Approach
0
5
10
15
20
25
30
Lena
Cameraman
Plane
Pout
Tank
AMBE
Images
AMBE Chart
Existing
Approach
Proposed
Approach
0
0.2
0.4
0.6
0.8
1
Lena
Cameraman
Plane
Pout
Tank
SSIM
Images
SSIM Chart
Existing
Approach
Proposed
Approach
International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015]
ISSN : 2454-1311
www.ijaems.com Page | 36
[8] A.K. Jain, Fundamentals of Digital Image
Processing. Prentice Hall, 1989.
[9] Image Fusion. 2011. InTech.
http://www.intechopen.com.
[10]S. N. Sivanandam, S. Sumathi and S. N. Deepa,
Introduction to Fuzzy Logic using MATLAB,
Springer, 2007.
[11]R.C. Gonzalez, and R.E. Woods, Digital Image
Processing. 3rd ed. Pearson Prentice Hall, 2008.

More Related Content

What's hot

Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion TechniqueModified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
iosrjce
 
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGIC
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGICQUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGIC
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGIC
ijsc
 
Fuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementFuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast Enhancement
Samrudh Keshava Kumar
 
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
CSCJournals
 
Quality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion TechniqueQuality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion Technique
IJEEE
 
Enhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid TechniqueEnhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid Technique
INFOGAIN PUBLICATION
 
A Novel Color Image Fusion for Multi Sensor Night Vision Images
A Novel Color Image Fusion for Multi Sensor Night Vision ImagesA Novel Color Image Fusion for Multi Sensor Night Vision Images
A Novel Color Image Fusion for Multi Sensor Night Vision Images
Editor IJCATR
 
Dh33653657
Dh33653657Dh33653657
Dh33653657
IJERA Editor
 
Image Contrast Enhancement for Brightness Preservation Based on Dynamic Stret...
Image Contrast Enhancement for Brightness Preservation Based on Dynamic Stret...Image Contrast Enhancement for Brightness Preservation Based on Dynamic Stret...
Image Contrast Enhancement for Brightness Preservation Based on Dynamic Stret...
CSCJournals
 
A comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...A comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...
eSAT Publishing House
 
Property based fusion for multifocus images
Property based fusion for multifocus imagesProperty based fusion for multifocus images
Property based fusion for multifocus images
IAEME Publication
 
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMA MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
csandit
 
G04302058063
G04302058063G04302058063
G04302058063
ijceronline
 
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
Prashant Sharma
 
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
IOSR Journals
 
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
ijcseit
 

What's hot (16)

Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion TechniqueModified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
 
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGIC
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGICQUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGIC
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGIC
 
Fuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementFuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast Enhancement
 
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
 
Quality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion TechniqueQuality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion Technique
 
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
 
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
 
Dh33653657
Dh33653657Dh33653657
Dh33653657
 
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 comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...A comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...
 
Property based fusion for multifocus images
Property based fusion for multifocus imagesProperty based fusion for multifocus images
Property based fusion for multifocus images
 
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
 
G04302058063
G04302058063G04302058063
G04302058063
 
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
 
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...
 
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...
 

Similar to 7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fusion technique

Q01761119124
Q01761119124Q01761119124
Q01761119124
IOSR Journals
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniques
IJEACS
 
Ijcatr04051016
Ijcatr04051016Ijcatr04051016
Ijcatr04051016
Editor IJCATR
 
Image Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime InvestigationImage Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime Investigation
CSCJournals
 
Quality Assessment of Pixel-Level Image Fusion Using Fuzzy Logic
Quality Assessment of Pixel-Level Image Fusion Using Fuzzy Logic  Quality Assessment of Pixel-Level Image Fusion Using Fuzzy Logic
Quality Assessment of Pixel-Level Image Fusion Using Fuzzy Logic
ijsc
 
An image enhancement method based on gabor filtering in wavelet domain and ad...
An image enhancement method based on gabor filtering in wavelet domain and ad...An image enhancement method based on gabor filtering in wavelet domain and ad...
An image enhancement method based on gabor filtering in wavelet domain and ad...
nooriasukmaningtyas
 
Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...
IRJET Journal
 
Analysis of collaborative learning methods for image contrast enhancement
Analysis of collaborative learning methods for image contrast enhancementAnalysis of collaborative learning methods for image contrast enhancement
Analysis of collaborative learning methods for image contrast enhancement
IAEME Publication
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Editor IJARCET
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Editor IJARCET
 
A Comparative Study on Image Contrast Enhancement Techniques
A Comparative Study on Image Contrast Enhancement TechniquesA Comparative Study on Image Contrast Enhancement Techniques
A Comparative Study on Image Contrast Enhancement Techniques
IRJET Journal
 
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
pharmaindexing
 
Object based image enhancement
Object based image enhancementObject based image enhancement
Object based image enhancement
ijait
 
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLABANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
Jim Jimenez
 
IRJET- Saliency based Image Co-Segmentation
IRJET- Saliency based Image Co-SegmentationIRJET- Saliency based Image Co-Segmentation
IRJET- Saliency based Image Co-Segmentation
IRJET Journal
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
ADOPTING AND IMPLEMENTATION OF SELF ORGANIZING FEATURE MAP FOR IMAGE FUSION
ADOPTING AND IMPLEMENTATION OF SELF ORGANIZING FEATURE MAP FOR IMAGE FUSIONADOPTING AND IMPLEMENTATION OF SELF ORGANIZING FEATURE MAP FOR IMAGE FUSION
ADOPTING AND IMPLEMENTATION OF SELF ORGANIZING FEATURE MAP FOR IMAGE FUSION
ijistjournal
 
A Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesA Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement Techniques
IRJET Journal
 
Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...
sipij
 

Similar to 7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fusion technique (20)

Q01761119124
Q01761119124Q01761119124
Q01761119124
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniques
 
Ijcatr04051016
Ijcatr04051016Ijcatr04051016
Ijcatr04051016
 
Image Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime InvestigationImage Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime Investigation
 
Quality Assessment of Pixel-Level Image Fusion Using Fuzzy Logic
Quality Assessment of Pixel-Level Image Fusion Using Fuzzy Logic  Quality Assessment of Pixel-Level Image Fusion Using Fuzzy Logic
Quality Assessment of Pixel-Level Image Fusion Using Fuzzy Logic
 
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...
 
Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...
 
Analysis of collaborative learning methods for image contrast enhancement
Analysis of collaborative learning methods for image contrast enhancementAnalysis of collaborative learning methods for image contrast enhancement
Analysis of collaborative learning methods for image contrast enhancement
 
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
 
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
 
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
 
Object based image enhancement
Object based image enhancementObject based image enhancement
Object based image enhancement
 
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
 
IRJET- Saliency based Image Co-Segmentation
IRJET- Saliency based Image Co-SegmentationIRJET- Saliency based Image Co-Segmentation
IRJET- Saliency based Image Co-Segmentation
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
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)
 
ADOPTING AND IMPLEMENTATION OF SELF ORGANIZING FEATURE MAP FOR IMAGE FUSION
ADOPTING AND IMPLEMENTATION OF SELF ORGANIZING FEATURE MAP FOR IMAGE FUSIONADOPTING AND IMPLEMENTATION OF SELF ORGANIZING FEATURE MAP FOR IMAGE FUSION
ADOPTING AND IMPLEMENTATION OF SELF ORGANIZING FEATURE MAP FOR IMAGE FUSION
 
A Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesA Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement Techniques
 
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...
 

Recently uploaded

Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 

Recently uploaded (20)

Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 

7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fusion technique

  • 1. International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015] ISSN : 2454-1311 www.ijaems.com Page | 31 Design and Implementation of Fuzzy Logic Based Image Fusion Technique Samriddhi Bhatnagar1 , Navneet Agrawal2 1 M.Tech Scholar, Department of ECE, College of Technology and Engineering, Udaipur, Rajasthan, India 2 Assistant Professor, Department of ECE, College of Technology and Engineering, Udaipur, Rajasthan, India Abstract—The quality of image holds importance for both humans and machines. To fulfill the requirement of good quality images, image enhancement is needed. Application of a single contrast enhancement technique often does not produce desirable result and may lead to over enhanced images. To overcome this problem image fusion is performed so that better results with desired enhancement can be achieved. In the present paper an amalgamation of image enhancement, fusion and sharpening have been carried out in the candidate algorithm. The algorithm makes use of fuzzy logic for weight calculation. The results are compared with DACE/LIF approach and it is observed that the proposed algorithm improves the result in terms of quality parameters like PSNR (Peak Signal to Noise Ratio), AMBE (Absolute Mean Brightness Error) and SSIM (Structural Similarity Index) by 0.5 dB, 3 and 0.1 respectively from the existing technique. Keywords— Fuzzy Image Fusion, Image Enhancement, Image Sharpening, Magnitude Gradient, Standard Deviation I. INTRODUCTION Poor contrast of images makes them unsuitable to be used for further processing and also for human perception. The purpose of image enhancement is to improve the image quality in a manner such that it has better visual appearance for humans as well as it is better suited for machine interpretation. Images taken under non uniform illumination conditions have poor contrast. For some areas of image, contrast needs to be increased, for some areas contrast needs to be decreased and for some areas contrast needs no manipulation. There are various techniques available for image contrast enhancement. The choice of a particular contrast enhancement technique depends on the purpose for which it is to be applied. Improvement of overall perception or quality can hardly be achieved by one single enhancement. So, in order to improve the overall perception image fusion is carried out. By fusing the images the desired characteristics or the best features of the source images can be retained. For removal of blur and making the image look crisper, image sharpening is carried out, so that image looks sharper and better. Histogram equalization is a common contrast enhancement technique which increases the global contrast of image. It suffers from problem of shifting of mean intensity to middle gray level [1] thereby causing change in brightness of the image. To preserve brightness, brightness preserving bi-histogram equalization (BBHE) has been proposed [2]. BBHE method partitions histogram of image on the basis of its mean and then the two histograms are equalized independently. The generalization of BBHE, namely, Recursive Mean Separate Histogram Equalization (RMSHE) [1], has been proposed which perform the separation recursively. As the number of recursive mean separation increases the output image's mean brightness converges to the input image's mean brightness. Detail aware contrast enhancement with linear image fusion abbreviated as DACE/LIF [3] combines details in original image and histogram equalized image to form a new image with better contrast and visual quality. In [4] image enhancement result with fusion is improved using MSR and histogram equalization as fusion candidates with evaluation on sharpness. Image enhancement by fusion of original image and its histogram equalized image by manual and automatic weight assignment are compared in [5] and automatic weight assignment is found superior. In an approach to image enhancement [6] CT and MRI images of brain are fused using DWT. Image enhancement is then performed by using median filter, unsharp masking and Contrast Limited Adaptive Histogram Equalization. In [7], an edge detection algorithm based on fuzzy logic is presented. To detect whether a pixel is an edge or not gradient and standard deviation are used as inputs to fuzzy inference system. In this paper, section 2 briefs the stages of the method, section 3 presents the methodology, section 4 presents the performance parameters used, section 5 presents simulation results and section 6 concludes the paper.
  • 2. International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015] ISSN : 2454-1311 www.ijaems.com Page | 32 II. IMAGE ENHANCEMENT, FUSION AND SHARPENING 2.1 Image Enhancement Image enhancement is performed to improve the contrast of images. Image enhancement means emphasizing features of image (boundaries, edges etc.) or contrast in order to make images more suitable for display and analysis [8]. A wide variety of techniques are available for enhancing the images. One of the most widely employed techniques is histogram equalization. Histogram equalization is a spatial domain contrast enhancement technique which usually increases the global contrast of the image. The Histogram Equalization enhances the contrast of images by transforming the values in an intensity image so that the histogram of the output image is approximately flat. 2.2 Image Fusion Image fusion is the process of combining information present in different images to form a new image that contains desired information. The information present in a set of source images is combined in a manner such that the resultant or the fused image is much more informative and of better quality than the source images. The fusion of the information can take place on different levels [9]. The main levels are: Data-level fusion (Pixel-level fusion): In data level fusion information combination is performed at the level of pixels or intensity values of the images. For pixel level fusion to take place the source images should contain complementary information and also, the pixels must represent the same physical properties of the field of view. Feature level fusion: In feature level fusion information combination is performed at the level of features of the images. For feature level fusion to take place features from the source images should have been extracted prior to the fusion operation. Decision level fusion (Symbol-level fusion): In decision level fusion information combination is performed at the level of symbols. The symbolic information is obtained from feature extraction and classification from source images. After obtaining symbolic information fusion is performed. For our algorithm, we have used pixel based fuzzy fusion. Fused image can be obtained using the general expression given as [3]: If = f(I1,I2) (1) In our work, I1 is original image and I2 is histogram equalized image. The equation used for fusion is: If = W * I1 + (1-W) * I2 (2) where, 0 ≤ W ≤ 1 2.2.1. Fuzzy Image Fusion To find appropriate weight for fusion, fuzzy logic with ‘Mamdani’ FIS is used. Fuzzy inference system (FIS) [10] consists of a fuzzification interface, a rule base, a database, a decision-making unit, and finally a defuzzification interface. The function of each block is as follows: Rule base: Rule base contains a number of fuzzy if – then rules. Database: Database defines membership functions of the fuzzy sets of inputs and outputs. Decision making unit: Decision making unit performs the inference operations on the formulated rules. Fuzzification interface: Fuzzification interface transforms the crisp input into degrees of match with linguistic values. Defuzzification interface: Defuzzification interface transforms the results of inference from fuzzy to crisp output. Fig 1: Fuzzy inference system For both images magnitude gradient using Sobel operator and local standard deviation are calculated. The inputs to the fuzzy system are – a). Difference of magnitude gradient of the two images and b). Difference of standard deviation of the two images, calculated as: X = X1 – X2 (3) Where, X1 = gradient / standard deviation of original image, and X2 = gradient / standard deviation of histogram equalized image The inputs are fuzzified to be in range [0 1]. For each input two membership functions- ‘low and high’ are defined.
  • 3. International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015] ISSN : 2454-1311 www.ijaems.com Page | 32 II. IMAGE ENHANCEMENT, FUSION AND SHARPENING 2.1 Image Enhancement Image enhancement is performed to improve the contrast of images. Image enhancement means emphasizing features of image (boundaries, edges etc.) or contrast in order to make images more suitable for display and analysis [8]. A wide variety of techniques are available for enhancing the images. One of the most widely employed techniques is histogram equalization. Histogram equalization is a spatial domain contrast enhancement technique which usually increases the global contrast of the image. The Histogram Equalization enhances the contrast of images by transforming the values in an intensity image so that the histogram of the output image is approximately flat. 2.2 Image Fusion Image fusion is the process of combining information present in different images to form a new image that contains desired information. The information present in a set of source images is combined in a manner such that the resultant or the fused image is much more informative and of better quality than the source images. The fusion of the information can take place on different levels [9]. The main levels are: Data-level fusion (Pixel-level fusion): In data level fusion information combination is performed at the level of pixels or intensity values of the images. For pixel level fusion to take place the source images should contain complementary information and also, the pixels must represent the same physical properties of the field of view. Feature level fusion: In feature level fusion information combination is performed at the level of features of the images. For feature level fusion to take place features from the source images should have been extracted prior to the fusion operation. Decision level fusion (Symbol-level fusion): In decision level fusion information combination is performed at the level of symbols. The symbolic information is obtained from feature extraction and classification from source images. After obtaining symbolic information fusion is performed. For our algorithm, we have used pixel based fuzzy fusion. Fused image can be obtained using the general expression given as [3]: If = f(I1,I2) (1) In our work, I1 is original image and I2 is histogram equalized image. The equation used for fusion is: If = W * I1 + (1-W) * I2 (2) where, 0 ≤ W ≤ 1 2.2.1. Fuzzy Image Fusion To find appropriate weight for fusion, fuzzy logic with ‘Mamdani’ FIS is used. Fuzzy inference system (FIS) [10] consists of a fuzzification interface, a rule base, a database, a decision-making unit, and finally a defuzzification interface. The function of each block is as follows: Rule base: Rule base contains a number of fuzzy if – then rules. Database: Database defines membership functions of the fuzzy sets of inputs and outputs. Decision making unit: Decision making unit performs the inference operations on the formulated rules. Fuzzification interface: Fuzzification interface transforms the crisp input into degrees of match with linguistic values. Defuzzification interface: Defuzzification interface transforms the results of inference from fuzzy to crisp output. Fig 1: Fuzzy inference system For both images magnitude gradient using Sobel operator and local standard deviation are calculated. The inputs to the fuzzy system are – a). Difference of magnitude gradient of the two images and b). Difference of standard deviation of the two images, calculated as: X = X1 – X2 (3) Where, X1 = gradient / standard deviation of original image, and X2 = gradient / standard deviation of histogram equalized image The inputs are fuzzified to be in range [0 1]. For each input two membership functions- ‘low and high’ are defined.
  • 4. International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015] ISSN : 2454-1311 www.ijaems.com Page | 34 = 10 log 255 × 255 (4) = 1 MN , − , !" #$ (5) where, X and Y are input and processed images respectively of size M×N. 4.2. Absolute Mean Brightness Error Absolute mean brightness error (AMBE) is used to evaluate brightness preservation in processed image. AMBE is calculated as: % & = | ( − (| (6) Where, Xm is mean of image X and Ym is mean of image Y Less brightness error implies better brightness preservation. 4.3. Structural Similarity Index The structural similarity index (SSIM) is a method for measuring the similarity between two images. The SSIM quality assessment index is based on three characteristics of an image: luminance, contrast and structure and can be calculated as: ) = *+2,-,. + 0 1*22-. + 0" +1 *+,- " + ,. " + 0 1*2- " + 2. " + 0" +1 (7) Where, μx, μy, σx,σy, and σxy are the local means, standard deviations and cross-covariance for images x and y. C1 and C2 are constants. V. RESULTS AND DISCUSSION The algorithm is tested using MATLAB 2013a. The performance of proposed method is analyzed on the basis of visual appearance and performance metrics mentioned above. The results of simulation for PSNR, AMBE and SSIM are tabulated and compared with the existing approach of DACE/LIF. The results of visual appearance for two images (pout and plane) are shown below. (a) (b) (c) (d) (e) (f) Fig 5: (a), (b) original images, (c), (d) results of existing approach and (e), (f) results of proposed approach The results of proposed approach appear to be enhanced with brightness closer to the brightness of original image. The results of existing approach have more brightness deviation than brightness deviation of proposed method’s results from original image and also produce over enhancement in some regions of images. Table 1: Comparison on the basis of PSNR IMAGE Existing approach(dB) Proposed approach (dB) Lena 29.2598 30.4388 Cameraman 30.8488 31.2185 Plane 26.0836 26.1800 Pout 29.2816 29.5693 Tank 28.4148 28.8253 Table 2: Comparison on the basis of AMBE IMAGE Existing approach Proposed approach Lena 1.8126 1.4275 Cameraman 4.6894 4.0362 Plane 27.1376 22.8236 Pout 10.0687 7.8783 Tank 15.3997 9.2514 Table 3: Comparison on the basis of SSIM
  • 5. International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015] ISSN : 2454-1311 www.ijaems.com Page | 35 IMAGE Existing approach Proposed approach Lena 0.8398 0.8869 Cameraman 0.7831 0.8205 Plane 0.3756 0.4540 Pout 0.6142 0.7228 Tank 0.4300 0.5849 (a) (b) (c) Fig 6: (a) PSNR chart, (b) AMBE chart and (c) SSIM chart for different images Results of proposed approach have lesser value of AMBE and higher value of PSNR and SSIM than results of existing approach. VI. CONCLUSION This paper presents an approach to image enhancement by image fusion. Fuzzy logic is used to calculate the weight required for fusing the images. Finally, sharpening is performed using unsharp masking to remove blur. Simulation results shows that the proposed approach is better than the existing approach in terms of PSNR, AMBE and SSIM. This implies that the proposed approach has better reconstruction quality, brightness preservation and structural similarity to original image. Also, the results of proposed approach do not show over enhancement in terms of visual appearance thereby enhancing the images in a more balanced manner preserving the similarity with original image. REFERENCES [1] S.-D. Chen and A. Ramli, “Contrast enhancement using recursive mean-separate histogram equalization for scalable brightness preservation,” IEEE Trans. on Consumer Electronics, vol. 49, no. 4, pp. 1301-1309, Nov.2003. [2] Y.-T. Kim, “Contrast enhancement using brightness preserving bi - histogram equalization,” IEEE Trans. On Consumer electronics, vol. 43, no. 1, pp. 1-8, Feb. 1997. [3] C.-H. Hsieh, B.-C. Chen, C.-M. Lin and Q. Zhao, “Detail aware contrast enhancement with linear image fusion”, International Symposium on Aware Computing, 2010, pp. 1-5. [4] X. Fang, J. Liu, W. Gu and Y. Tang, “A Method to Improve the Image Enhancement Result based on Image Fusion”, International Conference on Multimedia Technology, 2011, pp. 55-58. [5] V. Saini, and T. Gulati, “A comparative study on image enhancement using image fusion”, International Journal of Advanced Research in Computer Science and Software Engineering , 2012, vol. 2, no. 10, pp. 141-145. [6] A. Nelikanti,. “Image enhancement using image fusion and image processing techniques”, COMPUSOFT, An international journal of advanced computer technology, 2014, vol. 3, no. 10, pp. 1193- 1197. [7] W. Barkhoda, , F.A. Tab, and O.-K. Shahryari, “Fuzzy edge detection based on pixel's gradient and standard deviation values,” Proceedings of the International Multiconference on Computer Science and Information Technology, 2009, pp. 7-10. 22 24 26 28 30 32 Lena Cameraman Plane Pout Tank PSNR(indB) Images PSNR Chart Existing Approach Proposed Approach 0 5 10 15 20 25 30 Lena Cameraman Plane Pout Tank AMBE Images AMBE Chart Existing Approach Proposed Approach 0 0.2 0.4 0.6 0.8 1 Lena Cameraman Plane Pout Tank SSIM Images SSIM Chart Existing Approach Proposed Approach
  • 6. International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015] ISSN : 2454-1311 www.ijaems.com Page | 36 [8] A.K. Jain, Fundamentals of Digital Image Processing. Prentice Hall, 1989. [9] Image Fusion. 2011. InTech. http://www.intechopen.com. [10]S. N. Sivanandam, S. Sumathi and S. N. Deepa, Introduction to Fuzzy Logic using MATLAB, Springer, 2007. [11]R.C. Gonzalez, and R.E. Woods, Digital Image Processing. 3rd ed. Pearson Prentice Hall, 2008.