SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
A Modified Image Fusion Approach Using Guided Filter
Ms. Deepa G. Raul1
, Prof. A. L. Renke2
Electronics and Telecommunication Department, Shivaji University, Kolhapur1
Maharashtra, India.
1dgraul.1989@gmail.com, 2amarrenke@hotmail.com
Abstract— A modified image fusion method using guided filter is proposed to combine images to give final fused image which contain
the information common in input images as well as present in either of them. The proposed method adopts simple two scale image
decomposition. Focusing on spatial context of images, guided image filter is used to preserve edge information which is uncommon in
other methods. The results drawn show the effectiveness of the proposed method. In this paper, on the basis of results, the proposed
method is compared with other two methods.
Keywords— Image fusion, Image decomposition, Guided filter, Edge preserving, Quality assessment.
I. INTRODUCTION
Among the various image processing techniques, the image fusion has a profound significance. Image fusion is nothing but
to commingle two or more images from the source in order to put together the information from them. The information may
imply here which is present in either of them and in both of them excluding noise. Images under consideration might be
multifocus images, multimodal images, multisensor images, multispectral images. Image fusion based on multiscale
decompositions and transformation like wavelet based image fusion [2] is proved to be successful. But to exploit consistency of
pixels, proposed image fusion using guided filter is featured. This makes use of spatial context to differentiate flat and edge
areas, which is used in preserving feature edges. This also includes simple two scale decomposition for which any desired
method can be selected. Also the input parameters of guided filter can be adjusted to achieve desired results of image fusion.
The paper is organized as follows section 2 gives related work. A brief description of guided filter in section 3, an overview
of fusion approach using guided filter in section 4, quality assessment measures in section 5, and simulation performance in
section 6 and section 7 concludes the paper.
II. RELATED WORK
As the image fusion has shown its importance in variety of applications like medical imaging, remote sensing, navigation,
etc. a tremendous work has been proposed. Considering the domain of image processing, the image fusion can be classified as
spatial image fusion and transform based image fusion. The transform based image fusion have been proposed such as discrete
wavelet transform based image fusion, discrete cosine transform based image fusion, stationary wavelet based transform fusion,
etc. The transform based image fusion techniques are famous methods but show the complexity of processing like lacking
translation invariance, insufficient edge preservation. While spatial image fusion techniques shows the ease of operation but fail
to use spatial properties. The spatial image fusion techniques have been proposed like averaging fusion, maximum selection
based image fusion, principal component analysis (PCA) based image fusion, intensity hue saturation (IHS) based image fusion,
etc. The image fusion using generalised random walks, Markov random fields are able to use the spatial content to the full
potential using global optimising approach. But these methods required more looping actions. Also global optimising approach
fails to control smoothing of weights. So the guided filter based image fusion adds up the features as follows:
1. Instead of decomposing image into multiple components, the image is separated into two components only by simple
processing like average filter.
2. The guided filter is local linear approach of filtering which makes full use of spatial context. Also, varying the value of the
parameters desired fusion results can be achieved.
III. GUIDED FILTER
Assuming, G and P be the guidance image and input image respectively. Also, the output of the filter can be denoted by O.
For each pixel i, the guided filter final output is local linear transform of the guidance image for window ωk which is centred at
pixel k.
Oi = akGi + bk, ∀i∈ ωk (1)
where, the coefficients ak and bk are considered to be constant in window ωk.
The cost function in window ωk is given to find coefficients ak and bk as follows:
E(ak, bk) = ∑ (i∈ωk
(akGi + bk − Pi)2
+ εak
2
) (2)
where, ε controls the value of ak which is also known as the blur degree.
The solution of the cost function considering it as linear regression model can be given by,
ak =
1
|ω|
∑ GiPi−i∈ωk
μkP̅k
σk
2+ε
(3)
bk = P̅k − akμk (4)
where, μk and σk
2
are the mean and variance of G in ωk,
|ω| gives the number of pixels in ωk ,
P̅k =
1
|ω|
∑ Pii∈ωk
, is the mean of P in ωk.
ISBN:978-1535061506
www.iaetsd.in
Proceedings of ICRMET-2016
©IAETSD 20161
Considering, all possible windows for the image, the output is given as
Oi =
1
|ω|
∑ (akk|iϵωk
Gi + bk) (5)
The average of the values for Oi is considered as its value might be different for different windows overlapping i.
Assuming, ∑ akk|iϵωk
= ∑ akk∈ωi
the symmetry of the window, rewrite above equation as
Oi = a̅iGi + b̅i (6)
where, a̅i and b̅i are the average of coefficients for all possible windows overlapping i.
The edge detection significantly depends on ε. If the edge is present in I which represent the structure of the guidance image,
the edge is transferred to the output image. For the flat region of the guidance image the output image will be average of input
in ωk. The structure of G i.e. for the edges present in the G, the output also shows edge.
Above explanation regarding gray scale or single channel can be extended to colour image by applying the filter separately to
each channel.
IV. A MODIFIED FUSION APPROACH USING GUIDED FILTER
The overall fusion approach can be represented in the three major parts as follows:
A. Image Decomposition
A simple average filtering is used to part the input images into the base layer and the detail layer. The base layer which is
direct output of the average filter is subtracted from the respective input image to get the detail layer of that image as shown in
figure 1. The major intensity variations can be observed in the blurred base layer while the detail layer gives the structure of the
image. So, the base layer is given as
Bn = In ∗ Z (7)
where, In is the nth input image, Z is the average filter.
The detail layer can be given as
Dn = In − Bn (8)
The average filter size should be carefully controlled to maintain image quality of the final fused image.
Fig.1 Two scale image decomposition
B. Guided Weight Maps
The saliency map Sn is obtained by applying the Gaussian filter on the absolute high pass image of nth image (Refer fig.2).
The saliency maps are compared with each other to get weight maps in the following way:
Pn
k
= {1 if Sn
k
= max(S1
k
, S2
k
, … . , SN
k
)
0 otherwise
(9)
where N is number of input images,
Sn
k
is the saliency value of the pixel k in the nth image.
Then the weight maps are guided by the input image in guided filter processing. The parameters are set to get suitable guided
weight maps for base and detail layers of respective input image.
C. Image Reconstruction
The guided weight maps (Wn
B
and Wn
D
) are used for weighted summation with respective image base layer and detail layer.
The result B̅ and D̅ i.e. fused base layer and fused detail layer are added together to get final fused image. (Refer fig.3)
B̅ = ∑ Wn
B
Bn
N
n=1 (10)
D̅ = ∑ Wn
D
Dn
N
n=1 (11)
Detail Layer
(D1)
Detail Layer
(D2)
Base Layer
(B1)
Base Layer
(B2)
Input Image 1
(I1)
Input Image 2
(I2)
Average Filtering
Average Filtering
Guided
Filtering
Guided
Filtering
Comparison
Saliency Measure
Saliency Measure
Input
Image2 (I2)
Input
Image1 (I1)
Saliency
Map1 (S1)
Saliency
Map2 (S2)
Weight
Map (P2)
Weight
Map (P1)
Base Weight
Map1 (W1
B
)
Detail Weight
Map1 (W1
D
)
Base Weight
Map2 (W2
B
)
Detail Weight
Map2 (W2
D
)
ISBN:978-1535061506
www.iaetsd.in
Proceedings of ICRMET-2016
©IAETSD 20162
Fig.2 Guided weight maps
Fig.3 Image reconstruction
V. QUALITY ASSESSMENT MEASURES
Consider, A and B be the input images and F be the final fused image. The quality assessment measures used are explained in
brief as follows:
A. Peak Signal to Noise Ratio (PSNR)
It gives the easy measure of peak error taking into account mean squared error (MSE) between the input and the final fused
image, in decibels.
PSNR(dB) = 10log
N2
MSE
(12)
where, N is the maximum fluctuation in the data type. For example, N=255 for an 8 bit unsigned integer data type.
B. Normalized Mutual Information Metric (QMI)
According to the classic definition of mutual information, the results tend to bias towards the input image with higher value
of entropy. M. Hossny suggested modification as normalised version [9] which gives more relevant results. This metric gives
estimate of information which is transferred from input image to final fused image.
The normalised mutual information can be given as
QMI = 2 [
MI(A,F)
H(A)+H(F)
+
MI(B,F)
H(B)+H(F)
] (13)
where H(A), H(B) and H(F) are the marginal entropy of A, B and F respectively and MI(A, F) is the mutual information between
input image A and the fused image F.
MI(A, F) = H(A) + H(F) − H(A, F) (14)
where H(A, F) is the joint entropy between A and F and MI(B, F) is calculated similarly as MI(A, F).
C. Structural Similarity Metric (QY)
This metric gives the estimation of structural inormation transferred from input image to fused image which uses structural
similarity SSIM [8].
QY = {
λ 𝑤 SSIM(Aw,Fw) + (1 − λ 𝑤)SSIM(Bw,Fw), if SSIM(Aw, Bw|w) ≥ 0.75
max{SSIM(Aw, Fw), SSIM(Bw, Fw)}, if SSIM(Aw, Bw|w) < 0.75
(15)
where, w is the window size.
The weight λ 𝑤is given as:
λ 𝑤 =
v(Aw,)
v(Aw,)+v(Bw,)
(16)
where, v(Aw)and v(Bw) are the variance of input images A and B respectively.
D. Universal Image Quality Metric (QC)
This metric gives universal approach to measure the information transfer from input image to fused image irrespective of
viewing conditions. It uses universal image quality index (UIQI) [4].
Qc = μ 𝑤. UIQI(Aw, Fw) + (1 − μ 𝑤)UIQI(Bw, Fw) (17)
where, w is the window size.
The factor μ 𝑤 can given as
Fused
Image
Fused
base layer
Fused detail
layer
Base Weight Map1
(W1
B
)
Base Weight Map2
(W2
B
)
Detail Weight
Map1 (W1
D
)
Detail Weight
Map2 (W2
D
)
Weighted
Summing
Base Base
Layer Layer
(B1) (B2)
Detail Detail
Layer Layer
(D1) (D2)
Weighted
Summing
ISBN:978-1535061506
www.iaetsd.in
Proceedings of ICRMET-2016
©IAETSD 20163
μ 𝑤 =
{
0, if
σAF
σAF+σBF
< 0
σAF
σAF+σBF
, if 0 ≤
σAF
σAF+σBF
< 1
1, if
σAF
σAF+σBF
> 1
(18)
where, σAF and σBF are the covariance between A, B and F.
E. Edge Information Metric (QE)
This metric gives the measure of the edge information [7] transfer from input images to fused image.
QE =
∑ ∑ QAF(i,j)wA(i,j)+QBF(i,j)wB(i,j)M
j=1
N
i=1
∑ ∑ (wA(i,j)+wB(i,j)M
j=1
N
i=1 )
(19)
where, N and M gives the width and height in terms of the number the pixels of the images respectively.
QAF(i, j) = Qg
AF
(i, j)Qα
AF
(i, j) (20)
where, Qg
AF
(i, j) and Qα
AF
(i, j) are the edge strength and orientation preservation values at pixel location (i, j)
respectively. QAF(i, j) and QBF(i, j) are weighted by wA(i, j) and wB(i, j) respectively. QBF(i, j) is calculated similarly as
QAF(i, j).
For all the metrics mentioned above, higher value means better performance of the image fusion.
VI.SIMULATION PERFORMANCE
The performance evaluation of the proposed system in Matlab environment is represented using the dataset of four pairs of
multifocus images as follows:
The guided filter parameters are set as:
For base layer: Window size (w): 7, Regularization parameter (ε): 0.3
For detail layer: Window size (w): 3, Regularization parameter (ε): 0.3
Also, the proposed guided approach results are compared with other two methods:
1. Discrete cosine transform based image fusion method
2. Discrete wavelet transform based image fusion method
A. For Multifocus Colour Input Image Pairs
(a) (b) (c) (d) (e)
Fig. 4 Performance comparison for Calendar input images
(a) Calendar Input Image 1. (b) Calendar Input Image 2. (c) DCT Method Output. (d) DWT Method Output. (e) Proposed Method Output.
(a) (b) (c) (d) (e)
Fig. 5 Performance comparison for Garden input images
(a) Garden Input Image 1. (b) Garden Input Image 2. (c) DCT Method Output. (d) DWT Method Output. (e) Proposed Method Output.
B. For Multifocus Gray Scale Input Image Pairs
(a) (b) (c) (d) (e)
Fig. 6 Performance comparison for Index input images
(a) Index Input Image 1. (b) Index Input Image 2. (c) DCT Method Output. (d) DWT Method Output. (e) Proposed Method Output.
(a) (b) (c) (d) (e)
Fig. 6 Performance comparison for Clock input images
ISBN:978-1535061506
www.iaetsd.in
Proceedings of ICRMET-2016
©IAETSD 20164
(a) Clock Input Image 1. (b) Clock Input Image 2. (c) DCT Method Output. (d) DWT Method Output. (e) Proposed Method Output.
TABLE I. PERFORMANCE ASSESSMENT OVERVIEW FOR CALENDER INPUT IMAGES
Quality Metric DCT Method DWT Method Proposed Method
PSNR(dB) 15.28 15.68 21.50
QMI 0.91 0.88 0.92
QY 0.94 0.94 0.95
QC 0.80 0.88 0.89
QE 0.76 0.79 0.80
TABLE II. PERFORMANCE ASSESSMENT OVERVIEW FOR GARDEN INPUT IMAGES
Quality Metric DCT Method DWT Method Proposed Method
PSNR(dB) 24.18 19.09 25.09
QMI 0.66 0.63 0.67
QY 0.86 0.90 0.91
QC 0.71 0.63 0.72
QE 0.52 0.57 0.59
TABLE III. PERFORMANCE ASSESSMENT OVERVIEW FOR INDEX INPUT IMAGES
Quality Metric DCT Method DWT Method Proposed Method
PSNR(dB) 24.83 19.42 24.90
QMI 0.54 0.46 0.65
QY 0.96 0.97 0.97
QC 0.96 0.49 0.96
QE 0.83 0.74 0.84
TABLE 4. PERFORMANCE ASSESSMENT OVERVIEW FOR CLOCK INPUT IMAGES
Quality Metric DCT Method DWT Method Proposed Method
PSNR(dB) 22.06 20.83 22.08
QMI 0.97 0.94 0.98
QY 0.87 0.92 0.99
QC 0.85 0.92 0.99
QE 0.75 0.77 0.79
Thus, the better results are observed with the proposed modified image fusion method using guided filter.
VII. CONCLUSION
The proposed method uses the multifocus image dataset in Matlab software. The result analysis shows how effectual the
proposed method of image fusion is. The initial decomposition step employs a simple average filtering with proper trade-off of
blurring. To use spatial consistency between pixels, guided filter is used to construct final weight maps. The parameters of the
guided filter are to be set to get desired results.
REFERENCES
[1] K. He, J. Sun, and X. Tang, “Guided image filtering,” in Proc. Eur.Conf. Comput. Vis., Heraklion, Greece, Sep. 2010, pp. 1–14.
[2] G. Pajares and J. M. de la Cruz, “A wavelet-based image fusion tutorial,” Pattern Recognit., vol. 37, no. 9, pp. 1855–1872, Sep. 2004.
[3] R. Shen, I. Cheng, J. Shi, and A. Basu, “Generalized random walks for fusion of multi-exposure images,” IEEE Trans. Image Process., vol. 20, no. 12,
pp. 3634–3646, Dec. 2011.
[4] Z. Wang and A. Bovik, “A universal image quality index,” IEEE Signal Process. Letters, vol. 9, no. 3, pp. 81–84, Mar. 2002.
[5] Z. Wang, A. Bovik, H. Sheikh, and E. Simoncelli, “Image quality assessment: From error visibility to structural similarity,” IEEE Trans. Image Process.,
vol. 13, no. 4, pp. 600–612, Apr. 2004.
[6] G. Qu, D. Zhang, and P. Yan, “Information measure for performance of image fusion,” Electron. Lett., vol. 38, no. 7, pp. 313–315, Mar. 2002.
[7] C. Xydeas and V. Petrovi´c, “Objective image fusion performance measure,” Electron. Lett., vol. 36, no. 4, pp. 308–309, Feb. 2000.
[8] C. Yang, J. Zhang, X. Wang, and X. Liu, “A novel similarity based quality metric for image fusion,” Inf. Fusion, vol. 9, no. 2, pp. 156–160, Apr. 2008.
[9] M. Hossny, S. Nahavandi, and D. Creighton, “Comments on ‘information measure for performance of image fusion’,” Electron. Lett., vol. 44, no. 18, pp.
1066–1067, Aug. 2008.
[10] M. Xu, H. Chen, and P. Varshney, “An image fusion approach based on markov random fields,” IEEE Trans. Geosci. Remote Sens., vol. 49, no. 12, pp.
5116–5127, Dec. 2011.
[11] VPS Naidu, “Discrete Cosine Transform-based Image Fusion”, Special Issue on Mobile Intelligent Autonomous System, Defence Science Journal, Vol.
60, No.1, pp.48-54, Jan. 2010.
[12] N. Ahmed, T. Natarajan and K.R.Rao, “Discrete Cosine Transform”, IEEE Trans. On Computers, Vol.32, pp.90-93, 1974.
[13] H Li, S Munjanath, S Mitra, “Multisensor Image Fusion Using the Wavelet Transform”, Graphical Models and Image Proc., Vol. 57, No. 3, 1995, pp
235-245.
[14] O. Rockinger, “Image sequence fusion using a shift-invariant wavelet transform,” in Proc. Int. Conf. Image Process., vol. 3, Washington, DC, USA, Oct.
1997, pp. 288–291.
[15] R.C. Gonzalez and R.E. Woods, Digital Image Processing, second ed. Prentice Hall, 2002.
ISBN:978-1535061506
www.iaetsd.in
Proceedings of ICRMET-2016
©IAETSD 20165

Weitere ähnliche Inhalte

Was ist angesagt?

Digital Image Fundamentals
Digital Image FundamentalsDigital Image Fundamentals
Digital Image FundamentalsA B Shinde
 
Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)
Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)
Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)Ulaş Bağcı
 
Two Dimensional Image Reconstruction Algorithms
Two Dimensional Image Reconstruction AlgorithmsTwo Dimensional Image Reconstruction Algorithms
Two Dimensional Image Reconstruction Algorithmsmastersrihari
 
Feature extraction based retrieval of
Feature extraction based retrieval ofFeature extraction based retrieval of
Feature extraction based retrieval ofijcsity
 
Chapter10 image segmentation
Chapter10 image segmentationChapter10 image segmentation
Chapter10 image segmentationasodariyabhavesh
 
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...Editor IJCATR
 
Digital image processing
Digital image processingDigital image processing
Digital image processingABIRAMI M
 
Image enhancement techniques a review
Image enhancement techniques   a reviewImage enhancement techniques   a review
Image enhancement techniques a revieweSAT Journals
 
ANALYSIS OF INTEREST POINTS OF CURVELET COEFFICIENTS CONTRIBUTIONS OF MICROS...
ANALYSIS OF INTEREST POINTS OF CURVELET  COEFFICIENTS CONTRIBUTIONS OF MICROS...ANALYSIS OF INTEREST POINTS OF CURVELET  COEFFICIENTS CONTRIBUTIONS OF MICROS...
ANALYSIS OF INTEREST POINTS OF CURVELET COEFFICIENTS CONTRIBUTIONS OF MICROS...sipij
 
Lect 03 - first portion
Lect 03 - first portionLect 03 - first portion
Lect 03 - first portionMoe Moe Myint
 
Muzammil Abdulrahman PPT On Gabor Wavelet Transform (GWT) Based Facial Expres...
Muzammil Abdulrahman PPT On Gabor Wavelet Transform (GWT) Based Facial Expres...Muzammil Abdulrahman PPT On Gabor Wavelet Transform (GWT) Based Facial Expres...
Muzammil Abdulrahman PPT On Gabor Wavelet Transform (GWT) Based Facial Expres...Petroleum Training Institute
 
Parallel implementation of geodesic distance transform with application in su...
Parallel implementation of geodesic distance transform with application in su...Parallel implementation of geodesic distance transform with application in su...
Parallel implementation of geodesic distance transform with application in su...Tuan Q. Pham
 
A Hough Transform Implementation for Line Detection for a Mobile Robot Self-N...
A Hough Transform Implementation for Line Detection for a Mobile Robot Self-N...A Hough Transform Implementation for Line Detection for a Mobile Robot Self-N...
A Hough Transform Implementation for Line Detection for a Mobile Robot Self-N...iosrjce
 
Image Enhancement
Image Enhancement Image Enhancement
Image Enhancement Deven Sahu
 
Copy-Rotate-Move Forgery Detection Based on Spatial Domain
Copy-Rotate-Move Forgery Detection Based on Spatial DomainCopy-Rotate-Move Forgery Detection Based on Spatial Domain
Copy-Rotate-Move Forgery Detection Based on Spatial DomainSondosFadl
 
Application of Image Retrieval Techniques to Understand Evolving Weather
Application of Image Retrieval Techniques to Understand Evolving WeatherApplication of Image Retrieval Techniques to Understand Evolving Weather
Application of Image Retrieval Techniques to Understand Evolving Weatherijsrd.com
 
COM2304: Intensity Transformation and Spatial Filtering – I (Intensity Transf...
COM2304: Intensity Transformation and Spatial Filtering – I (Intensity Transf...COM2304: Intensity Transformation and Spatial Filtering – I (Intensity Transf...
COM2304: Intensity Transformation and Spatial Filtering – I (Intensity Transf...Hemantha Kulathilake
 

Was ist angesagt? (20)

Digital Image Fundamentals
Digital Image FundamentalsDigital Image Fundamentals
Digital Image Fundamentals
 
Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)
Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)
Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)
 
Two Dimensional Image Reconstruction Algorithms
Two Dimensional Image Reconstruction AlgorithmsTwo Dimensional Image Reconstruction Algorithms
Two Dimensional Image Reconstruction Algorithms
 
Feature extraction based retrieval of
Feature extraction based retrieval ofFeature extraction based retrieval of
Feature extraction based retrieval of
 
Chapter10 image segmentation
Chapter10 image segmentationChapter10 image segmentation
Chapter10 image segmentation
 
Av4301248253
Av4301248253Av4301248253
Av4301248253
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Image enhancement techniques a review
Image enhancement techniques   a reviewImage enhancement techniques   a review
Image enhancement techniques a review
 
ANALYSIS OF INTEREST POINTS OF CURVELET COEFFICIENTS CONTRIBUTIONS OF MICROS...
ANALYSIS OF INTEREST POINTS OF CURVELET  COEFFICIENTS CONTRIBUTIONS OF MICROS...ANALYSIS OF INTEREST POINTS OF CURVELET  COEFFICIENTS CONTRIBUTIONS OF MICROS...
ANALYSIS OF INTEREST POINTS OF CURVELET COEFFICIENTS CONTRIBUTIONS OF MICROS...
 
Lect 03 - first portion
Lect 03 - first portionLect 03 - first portion
Lect 03 - first portion
 
Muzammil Abdulrahman PPT On Gabor Wavelet Transform (GWT) Based Facial Expres...
Muzammil Abdulrahman PPT On Gabor Wavelet Transform (GWT) Based Facial Expres...Muzammil Abdulrahman PPT On Gabor Wavelet Transform (GWT) Based Facial Expres...
Muzammil Abdulrahman PPT On Gabor Wavelet Transform (GWT) Based Facial Expres...
 
Parallel implementation of geodesic distance transform with application in su...
Parallel implementation of geodesic distance transform with application in su...Parallel implementation of geodesic distance transform with application in su...
Parallel implementation of geodesic distance transform with application in su...
 
A Hough Transform Implementation for Line Detection for a Mobile Robot Self-N...
A Hough Transform Implementation for Line Detection for a Mobile Robot Self-N...A Hough Transform Implementation for Line Detection for a Mobile Robot Self-N...
A Hough Transform Implementation for Line Detection for a Mobile Robot Self-N...
 
Image Enhancement
Image Enhancement Image Enhancement
Image Enhancement
 
Copy-Rotate-Move Forgery Detection Based on Spatial Domain
Copy-Rotate-Move Forgery Detection Based on Spatial DomainCopy-Rotate-Move Forgery Detection Based on Spatial Domain
Copy-Rotate-Move Forgery Detection Based on Spatial Domain
 
Application of Image Retrieval Techniques to Understand Evolving Weather
Application of Image Retrieval Techniques to Understand Evolving WeatherApplication of Image Retrieval Techniques to Understand Evolving Weather
Application of Image Retrieval Techniques to Understand Evolving Weather
 
N045077984
N045077984N045077984
N045077984
 
COM2304: Intensity Transformation and Spatial Filtering – I (Intensity Transf...
COM2304: Intensity Transformation and Spatial Filtering – I (Intensity Transf...COM2304: Intensity Transformation and Spatial Filtering – I (Intensity Transf...
COM2304: Intensity Transformation and Spatial Filtering – I (Intensity Transf...
 

Andere mochten auch

A comparison between scilab inbuilt module and novel method for image fusion
A comparison between scilab inbuilt module and novel method for image fusionA comparison between scilab inbuilt module and novel method for image fusion
A comparison between scilab inbuilt module and novel method for image fusionEditor Jacotech
 
Novel image fusion techniques using global and local kekre wavelet transforms
Novel image fusion techniques using global and local kekre wavelet transformsNovel image fusion techniques using global and local kekre wavelet transforms
Novel image fusion techniques using global and local kekre wavelet transformsIAEME Publication
 
Multimodality medical image fusion using improved contourlet transformation
Multimodality medical image fusion using improved contourlet transformationMultimodality medical image fusion using improved contourlet transformation
Multimodality medical image fusion using improved contourlet transformationIAEME Publication
 
Comparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainComparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainIAEME Publication
 
Wavelet based image fusion
Wavelet based image fusionWavelet based image fusion
Wavelet based image fusionUmed Paliwal
 
Wavelet based image fusion
Wavelet based image fusionWavelet based image fusion
Wavelet based image fusionUmed Paliwal
 
Fusion Imaging Overview
Fusion Imaging OverviewFusion Imaging Overview
Fusion Imaging OverviewKelly Taylor
 
IMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSINGIMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSINGgarima0690
 
Multimodal Medical Image Fusion Based On SVD
Multimodal Medical Image Fusion Based On SVDMultimodal Medical Image Fusion Based On SVD
Multimodal Medical Image Fusion Based On SVDIOSR Journals
 
Comparison of image fusion methods
Comparison of image fusion methodsComparison of image fusion methods
Comparison of image fusion methodsAmr Nasr
 
Multi modal medical image fusion using weighted
Multi modal medical image fusion using weightedMulti modal medical image fusion using weighted
Multi modal medical image fusion using weightedeSAT Publishing House
 
Analysis of multi focus gray scale image fusion using
Analysis of multi focus gray scale image fusion usingAnalysis of multi focus gray scale image fusion using
Analysis of multi focus gray scale image fusion usingeSAT Publishing House
 

Andere mochten auch (15)

A comparison between scilab inbuilt module and novel method for image fusion
A comparison between scilab inbuilt module and novel method for image fusionA comparison between scilab inbuilt module and novel method for image fusion
A comparison between scilab inbuilt module and novel method for image fusion
 
Novel image fusion techniques using global and local kekre wavelet transforms
Novel image fusion techniques using global and local kekre wavelet transformsNovel image fusion techniques using global and local kekre wavelet transforms
Novel image fusion techniques using global and local kekre wavelet transforms
 
Ijmet 07 06_005
Ijmet 07 06_005Ijmet 07 06_005
Ijmet 07 06_005
 
Multimodality medical image fusion using improved contourlet transformation
Multimodality medical image fusion using improved contourlet transformationMultimodality medical image fusion using improved contourlet transformation
Multimodality medical image fusion using improved contourlet transformation
 
Comparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainComparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domain
 
Wavelet based image fusion
Wavelet based image fusionWavelet based image fusion
Wavelet based image fusion
 
Wavelet based image fusion
Wavelet based image fusionWavelet based image fusion
Wavelet based image fusion
 
Fusion Imaging Overview
Fusion Imaging OverviewFusion Imaging Overview
Fusion Imaging Overview
 
FUSION IMAGING
FUSION IMAGINGFUSION IMAGING
FUSION IMAGING
 
IMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSINGIMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSING
 
Multimodal Medical Image Fusion Based On SVD
Multimodal Medical Image Fusion Based On SVDMultimodal Medical Image Fusion Based On SVD
Multimodal Medical Image Fusion Based On SVD
 
P1151133713
P1151133713P1151133713
P1151133713
 
Comparison of image fusion methods
Comparison of image fusion methodsComparison of image fusion methods
Comparison of image fusion methods
 
Multi modal medical image fusion using weighted
Multi modal medical image fusion using weightedMulti modal medical image fusion using weighted
Multi modal medical image fusion using weighted
 
Analysis of multi focus gray scale image fusion using
Analysis of multi focus gray scale image fusion usingAnalysis of multi focus gray scale image fusion using
Analysis of multi focus gray scale image fusion using
 

Ähnlich wie Iaetsd a modified image fusion approach using guided filter

Multiexposure Image Fusion
Multiexposure Image FusionMultiexposure Image Fusion
Multiexposure Image FusionIJMER
 
Paper id 27201451
Paper id 27201451Paper id 27201451
Paper id 27201451IJRAT
 
Spectral approach to image projection with cubic
Spectral approach to image projection with cubicSpectral approach to image projection with cubic
Spectral approach to image projection with cubiciaemedu
 
Spectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationSpectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationiaemedu
 
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
 
Iisrt zzz bhavyasri vanteddu
Iisrt zzz bhavyasri vantedduIisrt zzz bhavyasri vanteddu
Iisrt zzz bhavyasri vantedduIISRT
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Hybrid medical image compression method using quincunx wavelet and geometric ...
Hybrid medical image compression method using quincunx wavelet and geometric ...Hybrid medical image compression method using quincunx wavelet and geometric ...
Hybrid medical image compression method using quincunx wavelet and geometric ...journalBEEI
 
Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...
Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...
Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...IJSRD
 
Object based image enhancement
Object based image enhancementObject based image enhancement
Object based image enhancementijait
 
Quality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion TechniqueQuality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion TechniqueIJEEE
 
Fast Segmentation of Sub-cellular Organelles
Fast Segmentation of Sub-cellular OrganellesFast Segmentation of Sub-cellular Organelles
Fast Segmentation of Sub-cellular OrganellesCSCJournals
 
Fuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementFuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementSamrudh Keshava Kumar
 
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
 
motion and feature based person tracking in survillance videos
motion and feature based person tracking in survillance videosmotion and feature based person tracking in survillance videos
motion and feature based person tracking in survillance videosshiva kumar cheruku
 
A binarization technique for extraction of devanagari text from camera based ...
A binarization technique for extraction of devanagari text from camera based ...A binarization technique for extraction of devanagari text from camera based ...
A binarization technique for extraction of devanagari text from camera based ...sipij
 

Ähnlich wie Iaetsd a modified image fusion approach using guided filter (20)

Multiexposure Image Fusion
Multiexposure Image FusionMultiexposure Image Fusion
Multiexposure Image Fusion
 
Paper id 27201451
Paper id 27201451Paper id 27201451
Paper id 27201451
 
Spectral approach to image projection with cubic
Spectral approach to image projection with cubicSpectral approach to image projection with cubic
Spectral approach to image projection with cubic
 
Spectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationSpectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolation
 
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...
 
Iisrt zzz bhavyasri vanteddu
Iisrt zzz bhavyasri vantedduIisrt zzz bhavyasri vanteddu
Iisrt zzz bhavyasri vanteddu
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Ijetcas14 372
Ijetcas14 372Ijetcas14 372
Ijetcas14 372
 
Hybrid medical image compression method using quincunx wavelet and geometric ...
Hybrid medical image compression method using quincunx wavelet and geometric ...Hybrid medical image compression method using quincunx wavelet and geometric ...
Hybrid medical image compression method using quincunx wavelet and geometric ...
 
Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...
Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...
Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...
 
Object based image enhancement
Object based image enhancementObject based image enhancement
Object based image enhancement
 
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
 
Gabor Filter
Gabor FilterGabor Filter
Gabor Filter
 
Fast Segmentation of Sub-cellular Organelles
Fast Segmentation of Sub-cellular OrganellesFast Segmentation of Sub-cellular Organelles
Fast Segmentation of Sub-cellular Organelles
 
Fuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementFuzzy Logic based Contrast Enhancement
Fuzzy Logic based 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
 
motion and feature based person tracking in survillance videos
motion and feature based person tracking in survillance videosmotion and feature based person tracking in survillance videos
motion and feature based person tracking in survillance videos
 
A binarization technique for extraction of devanagari text from camera based ...
A binarization technique for extraction of devanagari text from camera based ...A binarization technique for extraction of devanagari text from camera based ...
A binarization technique for extraction of devanagari text from camera based ...
 

Mehr von Iaetsd Iaetsd

iaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissioniaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissionIaetsd Iaetsd
 
iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdlIaetsd Iaetsd
 
iaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmiaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmIaetsd Iaetsd
 
iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...Iaetsd Iaetsd
 
iaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatiaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatIaetsd Iaetsd
 
iaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationiaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationIaetsd Iaetsd
 
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSREVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSIaetsd Iaetsd
 
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...Iaetsd Iaetsd
 
Fabrication of dual power bike
Fabrication of dual power bikeFabrication of dual power bike
Fabrication of dual power bikeIaetsd Iaetsd
 
Blue brain technology
Blue brain technologyBlue brain technology
Blue brain technologyIaetsd Iaetsd
 
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...Iaetsd Iaetsd
 
iirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdiirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdIaetsd Iaetsd
 
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growthiirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid GrowthIaetsd Iaetsd
 
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithmiirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT AlgorithmIaetsd Iaetsd
 
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...Iaetsd Iaetsd
 
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...Iaetsd Iaetsd
 
iaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocoliaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocolIaetsd Iaetsd
 
iaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesiaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesIaetsd Iaetsd
 
iaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesiaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesIaetsd Iaetsd
 
iaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using paraboliciaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using parabolicIaetsd Iaetsd
 

Mehr von Iaetsd Iaetsd (20)

iaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissioniaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmission
 
iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdl
 
iaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmiaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarm
 
iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...
 
iaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatiaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seat
 
iaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationiaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan application
 
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSREVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
 
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
 
Fabrication of dual power bike
Fabrication of dual power bikeFabrication of dual power bike
Fabrication of dual power bike
 
Blue brain technology
Blue brain technologyBlue brain technology
Blue brain technology
 
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
 
iirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdiirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic bird
 
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growthiirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
 
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithmiirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
 
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
 
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
 
iaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocoliaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocol
 
iaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesiaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databases
 
iaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesiaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineries
 
iaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using paraboliciaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using parabolic
 

Kürzlich hochgeladen

(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 

Kürzlich hochgeladen (20)

(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 

Iaetsd a modified image fusion approach using guided filter

  • 1. A Modified Image Fusion Approach Using Guided Filter Ms. Deepa G. Raul1 , Prof. A. L. Renke2 Electronics and Telecommunication Department, Shivaji University, Kolhapur1 Maharashtra, India. 1dgraul.1989@gmail.com, 2amarrenke@hotmail.com Abstract— A modified image fusion method using guided filter is proposed to combine images to give final fused image which contain the information common in input images as well as present in either of them. The proposed method adopts simple two scale image decomposition. Focusing on spatial context of images, guided image filter is used to preserve edge information which is uncommon in other methods. The results drawn show the effectiveness of the proposed method. In this paper, on the basis of results, the proposed method is compared with other two methods. Keywords— Image fusion, Image decomposition, Guided filter, Edge preserving, Quality assessment. I. INTRODUCTION Among the various image processing techniques, the image fusion has a profound significance. Image fusion is nothing but to commingle two or more images from the source in order to put together the information from them. The information may imply here which is present in either of them and in both of them excluding noise. Images under consideration might be multifocus images, multimodal images, multisensor images, multispectral images. Image fusion based on multiscale decompositions and transformation like wavelet based image fusion [2] is proved to be successful. But to exploit consistency of pixels, proposed image fusion using guided filter is featured. This makes use of spatial context to differentiate flat and edge areas, which is used in preserving feature edges. This also includes simple two scale decomposition for which any desired method can be selected. Also the input parameters of guided filter can be adjusted to achieve desired results of image fusion. The paper is organized as follows section 2 gives related work. A brief description of guided filter in section 3, an overview of fusion approach using guided filter in section 4, quality assessment measures in section 5, and simulation performance in section 6 and section 7 concludes the paper. II. RELATED WORK As the image fusion has shown its importance in variety of applications like medical imaging, remote sensing, navigation, etc. a tremendous work has been proposed. Considering the domain of image processing, the image fusion can be classified as spatial image fusion and transform based image fusion. The transform based image fusion have been proposed such as discrete wavelet transform based image fusion, discrete cosine transform based image fusion, stationary wavelet based transform fusion, etc. The transform based image fusion techniques are famous methods but show the complexity of processing like lacking translation invariance, insufficient edge preservation. While spatial image fusion techniques shows the ease of operation but fail to use spatial properties. The spatial image fusion techniques have been proposed like averaging fusion, maximum selection based image fusion, principal component analysis (PCA) based image fusion, intensity hue saturation (IHS) based image fusion, etc. The image fusion using generalised random walks, Markov random fields are able to use the spatial content to the full potential using global optimising approach. But these methods required more looping actions. Also global optimising approach fails to control smoothing of weights. So the guided filter based image fusion adds up the features as follows: 1. Instead of decomposing image into multiple components, the image is separated into two components only by simple processing like average filter. 2. The guided filter is local linear approach of filtering which makes full use of spatial context. Also, varying the value of the parameters desired fusion results can be achieved. III. GUIDED FILTER Assuming, G and P be the guidance image and input image respectively. Also, the output of the filter can be denoted by O. For each pixel i, the guided filter final output is local linear transform of the guidance image for window ωk which is centred at pixel k. Oi = akGi + bk, ∀i∈ ωk (1) where, the coefficients ak and bk are considered to be constant in window ωk. The cost function in window ωk is given to find coefficients ak and bk as follows: E(ak, bk) = ∑ (i∈ωk (akGi + bk − Pi)2 + εak 2 ) (2) where, ε controls the value of ak which is also known as the blur degree. The solution of the cost function considering it as linear regression model can be given by, ak = 1 |ω| ∑ GiPi−i∈ωk μkP̅k σk 2+ε (3) bk = P̅k − akμk (4) where, μk and σk 2 are the mean and variance of G in ωk, |ω| gives the number of pixels in ωk , P̅k = 1 |ω| ∑ Pii∈ωk , is the mean of P in ωk. ISBN:978-1535061506 www.iaetsd.in Proceedings of ICRMET-2016 ©IAETSD 20161
  • 2. Considering, all possible windows for the image, the output is given as Oi = 1 |ω| ∑ (akk|iϵωk Gi + bk) (5) The average of the values for Oi is considered as its value might be different for different windows overlapping i. Assuming, ∑ akk|iϵωk = ∑ akk∈ωi the symmetry of the window, rewrite above equation as Oi = a̅iGi + b̅i (6) where, a̅i and b̅i are the average of coefficients for all possible windows overlapping i. The edge detection significantly depends on ε. If the edge is present in I which represent the structure of the guidance image, the edge is transferred to the output image. For the flat region of the guidance image the output image will be average of input in ωk. The structure of G i.e. for the edges present in the G, the output also shows edge. Above explanation regarding gray scale or single channel can be extended to colour image by applying the filter separately to each channel. IV. A MODIFIED FUSION APPROACH USING GUIDED FILTER The overall fusion approach can be represented in the three major parts as follows: A. Image Decomposition A simple average filtering is used to part the input images into the base layer and the detail layer. The base layer which is direct output of the average filter is subtracted from the respective input image to get the detail layer of that image as shown in figure 1. The major intensity variations can be observed in the blurred base layer while the detail layer gives the structure of the image. So, the base layer is given as Bn = In ∗ Z (7) where, In is the nth input image, Z is the average filter. The detail layer can be given as Dn = In − Bn (8) The average filter size should be carefully controlled to maintain image quality of the final fused image. Fig.1 Two scale image decomposition B. Guided Weight Maps The saliency map Sn is obtained by applying the Gaussian filter on the absolute high pass image of nth image (Refer fig.2). The saliency maps are compared with each other to get weight maps in the following way: Pn k = {1 if Sn k = max(S1 k , S2 k , … . , SN k ) 0 otherwise (9) where N is number of input images, Sn k is the saliency value of the pixel k in the nth image. Then the weight maps are guided by the input image in guided filter processing. The parameters are set to get suitable guided weight maps for base and detail layers of respective input image. C. Image Reconstruction The guided weight maps (Wn B and Wn D ) are used for weighted summation with respective image base layer and detail layer. The result B̅ and D̅ i.e. fused base layer and fused detail layer are added together to get final fused image. (Refer fig.3) B̅ = ∑ Wn B Bn N n=1 (10) D̅ = ∑ Wn D Dn N n=1 (11) Detail Layer (D1) Detail Layer (D2) Base Layer (B1) Base Layer (B2) Input Image 1 (I1) Input Image 2 (I2) Average Filtering Average Filtering Guided Filtering Guided Filtering Comparison Saliency Measure Saliency Measure Input Image2 (I2) Input Image1 (I1) Saliency Map1 (S1) Saliency Map2 (S2) Weight Map (P2) Weight Map (P1) Base Weight Map1 (W1 B ) Detail Weight Map1 (W1 D ) Base Weight Map2 (W2 B ) Detail Weight Map2 (W2 D ) ISBN:978-1535061506 www.iaetsd.in Proceedings of ICRMET-2016 ©IAETSD 20162
  • 3. Fig.2 Guided weight maps Fig.3 Image reconstruction V. QUALITY ASSESSMENT MEASURES Consider, A and B be the input images and F be the final fused image. The quality assessment measures used are explained in brief as follows: A. Peak Signal to Noise Ratio (PSNR) It gives the easy measure of peak error taking into account mean squared error (MSE) between the input and the final fused image, in decibels. PSNR(dB) = 10log N2 MSE (12) where, N is the maximum fluctuation in the data type. For example, N=255 for an 8 bit unsigned integer data type. B. Normalized Mutual Information Metric (QMI) According to the classic definition of mutual information, the results tend to bias towards the input image with higher value of entropy. M. Hossny suggested modification as normalised version [9] which gives more relevant results. This metric gives estimate of information which is transferred from input image to final fused image. The normalised mutual information can be given as QMI = 2 [ MI(A,F) H(A)+H(F) + MI(B,F) H(B)+H(F) ] (13) where H(A), H(B) and H(F) are the marginal entropy of A, B and F respectively and MI(A, F) is the mutual information between input image A and the fused image F. MI(A, F) = H(A) + H(F) − H(A, F) (14) where H(A, F) is the joint entropy between A and F and MI(B, F) is calculated similarly as MI(A, F). C. Structural Similarity Metric (QY) This metric gives the estimation of structural inormation transferred from input image to fused image which uses structural similarity SSIM [8]. QY = { λ 𝑤 SSIM(Aw,Fw) + (1 − λ 𝑤)SSIM(Bw,Fw), if SSIM(Aw, Bw|w) ≥ 0.75 max{SSIM(Aw, Fw), SSIM(Bw, Fw)}, if SSIM(Aw, Bw|w) < 0.75 (15) where, w is the window size. The weight λ 𝑤is given as: λ 𝑤 = v(Aw,) v(Aw,)+v(Bw,) (16) where, v(Aw)and v(Bw) are the variance of input images A and B respectively. D. Universal Image Quality Metric (QC) This metric gives universal approach to measure the information transfer from input image to fused image irrespective of viewing conditions. It uses universal image quality index (UIQI) [4]. Qc = μ 𝑤. UIQI(Aw, Fw) + (1 − μ 𝑤)UIQI(Bw, Fw) (17) where, w is the window size. The factor μ 𝑤 can given as Fused Image Fused base layer Fused detail layer Base Weight Map1 (W1 B ) Base Weight Map2 (W2 B ) Detail Weight Map1 (W1 D ) Detail Weight Map2 (W2 D ) Weighted Summing Base Base Layer Layer (B1) (B2) Detail Detail Layer Layer (D1) (D2) Weighted Summing ISBN:978-1535061506 www.iaetsd.in Proceedings of ICRMET-2016 ©IAETSD 20163
  • 4. μ 𝑤 = { 0, if σAF σAF+σBF < 0 σAF σAF+σBF , if 0 ≤ σAF σAF+σBF < 1 1, if σAF σAF+σBF > 1 (18) where, σAF and σBF are the covariance between A, B and F. E. Edge Information Metric (QE) This metric gives the measure of the edge information [7] transfer from input images to fused image. QE = ∑ ∑ QAF(i,j)wA(i,j)+QBF(i,j)wB(i,j)M j=1 N i=1 ∑ ∑ (wA(i,j)+wB(i,j)M j=1 N i=1 ) (19) where, N and M gives the width and height in terms of the number the pixels of the images respectively. QAF(i, j) = Qg AF (i, j)Qα AF (i, j) (20) where, Qg AF (i, j) and Qα AF (i, j) are the edge strength and orientation preservation values at pixel location (i, j) respectively. QAF(i, j) and QBF(i, j) are weighted by wA(i, j) and wB(i, j) respectively. QBF(i, j) is calculated similarly as QAF(i, j). For all the metrics mentioned above, higher value means better performance of the image fusion. VI.SIMULATION PERFORMANCE The performance evaluation of the proposed system in Matlab environment is represented using the dataset of four pairs of multifocus images as follows: The guided filter parameters are set as: For base layer: Window size (w): 7, Regularization parameter (ε): 0.3 For detail layer: Window size (w): 3, Regularization parameter (ε): 0.3 Also, the proposed guided approach results are compared with other two methods: 1. Discrete cosine transform based image fusion method 2. Discrete wavelet transform based image fusion method A. For Multifocus Colour Input Image Pairs (a) (b) (c) (d) (e) Fig. 4 Performance comparison for Calendar input images (a) Calendar Input Image 1. (b) Calendar Input Image 2. (c) DCT Method Output. (d) DWT Method Output. (e) Proposed Method Output. (a) (b) (c) (d) (e) Fig. 5 Performance comparison for Garden input images (a) Garden Input Image 1. (b) Garden Input Image 2. (c) DCT Method Output. (d) DWT Method Output. (e) Proposed Method Output. B. For Multifocus Gray Scale Input Image Pairs (a) (b) (c) (d) (e) Fig. 6 Performance comparison for Index input images (a) Index Input Image 1. (b) Index Input Image 2. (c) DCT Method Output. (d) DWT Method Output. (e) Proposed Method Output. (a) (b) (c) (d) (e) Fig. 6 Performance comparison for Clock input images ISBN:978-1535061506 www.iaetsd.in Proceedings of ICRMET-2016 ©IAETSD 20164
  • 5. (a) Clock Input Image 1. (b) Clock Input Image 2. (c) DCT Method Output. (d) DWT Method Output. (e) Proposed Method Output. TABLE I. PERFORMANCE ASSESSMENT OVERVIEW FOR CALENDER INPUT IMAGES Quality Metric DCT Method DWT Method Proposed Method PSNR(dB) 15.28 15.68 21.50 QMI 0.91 0.88 0.92 QY 0.94 0.94 0.95 QC 0.80 0.88 0.89 QE 0.76 0.79 0.80 TABLE II. PERFORMANCE ASSESSMENT OVERVIEW FOR GARDEN INPUT IMAGES Quality Metric DCT Method DWT Method Proposed Method PSNR(dB) 24.18 19.09 25.09 QMI 0.66 0.63 0.67 QY 0.86 0.90 0.91 QC 0.71 0.63 0.72 QE 0.52 0.57 0.59 TABLE III. PERFORMANCE ASSESSMENT OVERVIEW FOR INDEX INPUT IMAGES Quality Metric DCT Method DWT Method Proposed Method PSNR(dB) 24.83 19.42 24.90 QMI 0.54 0.46 0.65 QY 0.96 0.97 0.97 QC 0.96 0.49 0.96 QE 0.83 0.74 0.84 TABLE 4. PERFORMANCE ASSESSMENT OVERVIEW FOR CLOCK INPUT IMAGES Quality Metric DCT Method DWT Method Proposed Method PSNR(dB) 22.06 20.83 22.08 QMI 0.97 0.94 0.98 QY 0.87 0.92 0.99 QC 0.85 0.92 0.99 QE 0.75 0.77 0.79 Thus, the better results are observed with the proposed modified image fusion method using guided filter. VII. CONCLUSION The proposed method uses the multifocus image dataset in Matlab software. The result analysis shows how effectual the proposed method of image fusion is. The initial decomposition step employs a simple average filtering with proper trade-off of blurring. To use spatial consistency between pixels, guided filter is used to construct final weight maps. The parameters of the guided filter are to be set to get desired results. REFERENCES [1] K. He, J. Sun, and X. Tang, “Guided image filtering,” in Proc. Eur.Conf. Comput. Vis., Heraklion, Greece, Sep. 2010, pp. 1–14. [2] G. Pajares and J. M. de la Cruz, “A wavelet-based image fusion tutorial,” Pattern Recognit., vol. 37, no. 9, pp. 1855–1872, Sep. 2004. [3] R. Shen, I. Cheng, J. Shi, and A. Basu, “Generalized random walks for fusion of multi-exposure images,” IEEE Trans. Image Process., vol. 20, no. 12, pp. 3634–3646, Dec. 2011. [4] Z. Wang and A. Bovik, “A universal image quality index,” IEEE Signal Process. Letters, vol. 9, no. 3, pp. 81–84, Mar. 2002. [5] Z. Wang, A. Bovik, H. Sheikh, and E. Simoncelli, “Image quality assessment: From error visibility to structural similarity,” IEEE Trans. Image Process., vol. 13, no. 4, pp. 600–612, Apr. 2004. [6] G. Qu, D. Zhang, and P. Yan, “Information measure for performance of image fusion,” Electron. Lett., vol. 38, no. 7, pp. 313–315, Mar. 2002. [7] C. Xydeas and V. Petrovi´c, “Objective image fusion performance measure,” Electron. Lett., vol. 36, no. 4, pp. 308–309, Feb. 2000. [8] C. Yang, J. Zhang, X. Wang, and X. Liu, “A novel similarity based quality metric for image fusion,” Inf. Fusion, vol. 9, no. 2, pp. 156–160, Apr. 2008. [9] M. Hossny, S. Nahavandi, and D. Creighton, “Comments on ‘information measure for performance of image fusion’,” Electron. Lett., vol. 44, no. 18, pp. 1066–1067, Aug. 2008. [10] M. Xu, H. Chen, and P. Varshney, “An image fusion approach based on markov random fields,” IEEE Trans. Geosci. Remote Sens., vol. 49, no. 12, pp. 5116–5127, Dec. 2011. [11] VPS Naidu, “Discrete Cosine Transform-based Image Fusion”, Special Issue on Mobile Intelligent Autonomous System, Defence Science Journal, Vol. 60, No.1, pp.48-54, Jan. 2010. [12] N. Ahmed, T. Natarajan and K.R.Rao, “Discrete Cosine Transform”, IEEE Trans. On Computers, Vol.32, pp.90-93, 1974. [13] H Li, S Munjanath, S Mitra, “Multisensor Image Fusion Using the Wavelet Transform”, Graphical Models and Image Proc., Vol. 57, No. 3, 1995, pp 235-245. [14] O. Rockinger, “Image sequence fusion using a shift-invariant wavelet transform,” in Proc. Int. Conf. Image Process., vol. 3, Washington, DC, USA, Oct. 1997, pp. 288–291. [15] R.C. Gonzalez and R.E. Woods, Digital Image Processing, second ed. Prentice Hall, 2002. ISBN:978-1535061506 www.iaetsd.in Proceedings of ICRMET-2016 ©IAETSD 20165