SlideShare ist ein Scribd-Unternehmen logo
1 von 7
Downloaden Sie, um offline zu lesen
International Journal of Engineering Science Invention
ISSN (Online): 2319 – 6734, ISSN (Print): 2319 – 6726
www.ijesi.org Volume 2 Issue 8 ǁ August. 2013 ǁ PP.80-86
www.ijesi.org 80 | Page
Survey on His Image Fusion Methods
Sreelekshmi A. N
ABSTRACT :Due to inherent limitations on board in carrying the electronics and transferring the large
volumes of data on to the ground, there is a requirement for finding out the methods for improving the spatial
resolution by using image processing techniques. Data fusion in image processing addresses such requirements.
When discussion is about data, it can be Optical, microwave or other sensors data. Data fusion can be further
subdivided into multi-sensor fusion and image data fusion. The image fusion deals with the various techniques
and algorithms used for combining image data. When satellite optical image data fusion is referred, it will
narrow down the scope to fusion of optical image data acquired from satellites. The image fusion techniques
referred to in this paper are developed for such data sets. Image fusion is the process to combine information
from multiple images of the same area. The result of image fusion is a new image that retains the most desirable
information and characteristics of each input image. The main application of image fusion is merging the gray-
level high-resolution panchromatic [PAN] image and the colored low-resolution multispectral [MS] image.
KEYWORD : Image fusion, HIS, PAN, Multi spectral image, Spatial domain, Spectral domain
I. INTRODUCTION
Nowadays in remote sensing applications, the increasing availability of space sensors gives a
motivation for different image fusion algorithms. Several situations in image processing require high spatial and
spectral resolutions in a single image. But most of the available equipment is not capable of providing such
information, either by design or because of observational constraints. The aim of the data fusion method is to
combine two images that have been acquired at a different spatial resolution to produce an image with the
spatial information of the high resolution image and the spectral information of the low spatial resolution image.
There are mainly two types of data fusion process. They are multi sensor fusion and image data fusion. One of
the component based method is the IHS. Thus image fusion techniques allow the integration of different
information sources [2].
Image fusion can be used as a tool to increase the spatial resolution. In that case the high resolution
panchromatic imagery is fused with low-resolution, often multi-spectral, image data. The multispectral images
are images created from the several narrow spectral bands. It contains all spectral (colour information) details
but not spatial details. Panchromatic images are single band images generally displayed as shades of gray [2]. It
contains all high spatial details (geometric) but not spectral details. In satellite imaging, two types of images are
available namely Panchromatic (PAN) images and Multi-Spectral (MS) images.PAN image is a single band
image generally displayed as shades of gray. It is captured from the sensor which is sensitive to light of all
wavelengths in the visible spectrum and thus it is a gray-scale image. The panchromatic image acquired by
satellites is transmitted with the maximum resolution available. Thus PAN images contain the spatial details
required for image fusion but totally are devoid of spectral details.MS image is an image created from several
narrow spectral bands. It is formed using sensors that capture image data at specific frequencies across
the electromagnetic spectrum, including light from frequencies beyond the visible light range, such as infrared.
The wavelengths may be separated by filters.
II. NORMAL IHS TRANSFORMATION
The color monitors used for image display on image processing systems have three color guns. These
correspond to red, green, and blue (R, G, B), the additive primary colors. When displaying three bands of a
multiband data set, the viewed image is said to be in RGB space. However, it is possible to define an alternate
color space that uses intensity (I), hue (H), and saturation (S) as the three positioned parameters (in line of R,G,
and B) [5]. This system is advantageous in that it presents colors more nearly as perceived by the human eye.
Intensity is the overall brightness of the scene and varies from 0 (black) to 1 (white). Saturation represents the
purity of color and also varies linearly from 0 to 1. Hue is representative of the color or dominant wavelength of
the pixel. It varies from 0 at the red midpoint through green and blue back to the red midpoint at 360. It is a
circular dimension and must vary from 0 to 360 to define the entire sphere.
Survey On His Image Fusion…
www.ijesi.org 81 | Page
The standard merging methods of image fusion are based on Red-Green-Blue (RGB) to Intensity-Hue-
Saturation (IHS) transformation. The usual steps involved in satellite image fusion are as follows:
1. Register the low resolution multispectral images to the same size as the panchromatic image.
2. Transform the R, G and B bands of the multispectral image into IHS components.
3. Modify the panchromatic image with respect to the multispectral image. This is usually performed by
Histogram matching of the panchromatic image with Intensity component of the multispectral images as
reference.
4. Replace the intensity component by the panchromatic image and perform inverse transformation to obtain a
high resolution multispectral image.
III. RGB to HIS :
This enables to apply an algorithm which transforms red, green, and blue values to intensity, hue, and
saturation (IHS) values [1].
The algorithm for RGB to IHS transformation:-
R = (M-r) / (M-m) Eqn (1)
G = (M-g) / (M-m) Eqn (2)
B = (M-b) / (M-m) Eqn (3)
where:
R, G, B is each in the range of 0 to 1.0. r, g, b is each in the range of 0 to 1.0. M is largest value among r, g and
b. m is least value among r, g, or b. At least one of the R, G, or B values is 0, corresponding to the color with
the largest value, and at least one of the R, G, or B values is 1, corresponding to the color with the least value.
The equation for calculating the intensity value in the range of 0 to 1.0 is:
I= (M+m) / 2 Eqn (4)
The equations for calculating saturation in the range of 0 to 1.0 are:
If M = m, S = 0
If I <= 0.5, S = (M-m) / (M+m)
If I > 0.5, S = (M-m) / (2-M-m)
The equations for calculating hue in the range of 0 to 360 are:
If M = m, H = 0
If R = M, H = 60 * (2 + b - g)
If G = M, H = 60 * (4 + r - b)
If B = M, H = 60 * (6 + g - r)
Where:
R, G, B is each in the range of 0 to 1.0.
M = largest value, R, G, or B
m = least value, R, G, or B
IHS to RGB :
This enables to transform intensity, hue, and saturation values to red, green, and blue values. The
family of IHS to RGB is intended as a complement to the standard RGB to IHS transform. In the IHS to RGB
algorithm, a min-max stretch is applied to either intensity (I), saturation (S), or both, so that they more fully
utilize the 0 to 1 value range. The values for hue (H), a circular dimension, are 0 to 360. However, depending on
the dynamic range of the DN values of the input image, it is possible that I or S or both occupy only a part of the
0 to 1 range. In this model, a min-max stretch is applied to I, S, or both, so that they more fully utilize the 0 to 1
value range. After stretching, the full IHS image is retransformed back to the original RGB space. As the
parameter Hue is not modified, it largely defines what we perceive as color, and the resultant image looks very
much like the input image. It is not essential that the input parameters (IHS) to this transform be derived from an
RGB to IHS transform. We can define I and/or S as other parameters, set Hue at 0 to 360, and then transform to
RGB space. This is a method of color coding other data sets. In another approach H and I are replaced by low-
and high-frequency radar imagery. We can also replace I with radar intensity before the IHS to RGB transform.
Chavez evaluates the use of the IHS to RGB transform to resolution merge Land sat TM with SPOT
panchromatic imagery [5].
The algorithm for IHS to RGB function is:
Input: H in the range of 0 to 360; I and S in the range of 0 to 1.0
If I <= 0.5, M = I * (1 + S)
If I > 0.5, M = I + S - I (S)
m = 2 * 1 – M Eqn (5)
The equations for calculating R in the range of 0 to 1.0 are:
If H < 60, R = m + (M - m)
Survey On His Image Fusion…
www.ijesi.org 82 | Page
If 60 <=H < 180, R = M
If 180 <=H < 240, R = m + (M - m)
If 240 <=H <=360, R = m
The equations for calculating G in the range of 0 to 1.0 are:
If H < 120, G= m
If 120 <= H <180, G= m+ (M-m)*(H-120)/60
If 180 <= H < 300, G= M
If 300 <= H <= 360, G= m+ (M-m)*(360-H)/60
Equations for calculating B in the range of 0 to 1.0:
If H < 60, B= M
If 60 <= H <120, B= m+ (M-m)*(120-H)/60
If 120 <= H < 240, B= m
If 240 <= H < 300, B= m+ (M-m)*(H-240)/60
If 300<= H <= 360, B=M
IV. GENERAL IHS BASED IMAGE FUSION METHOD:
To reach image fusion goals, the IHS method uses three low-resolution multispectral images in distinct
bands and transforms them into an IHS space [5].
HIS image fusion process
Let R0, G0, B0, V1o and V2o represent the corresponding values for the resized original image. In the
IHS image fusion method, the intensity component of the IHS space is replaced by the high-resolution
panchromatic image (PAN) and transformed back into the original RGB space with the previous H and S
components.
Eqn (6)
This is made computationally efficient by transforming like this:
Survey On His Image Fusion…
www.ijesi.org 83 | Page
Eqn (7)
where .
V. AN EFFICIENT SATURATION COMPENSATED HIS METHOD:
As explained by Te-Ming et.al, saturation compensation can be accomplished by simply shifting So to
S’ or by multiplying with . That is [7]:
Eqn (8)
It is made computationally efficient by:
Eqn (9)
where .
VI. INTENSITY MATCHED HIS
This is also same as normal HIS method. Let R0, G0, B0, V1o and V2o represent the corresponding
values for the resized original image. In the IHS image fusion method, the intensity component of the IHS space
is replaced by the high-resolution panchromatic image (PAN) and transformed back into the original RGB space
with the previous H and S components. But only difference is here the intensity component of the HIS is not
directly replaced. The histogram quantization of the intensity image is replaced with the high resolution
panchromatic image and then transformed back into the original RGB space with same as the above method [6].
VII. EXPERIMENTAL RESULTS
The following data presents thumbnails of the output images and also compares them using the
parameters like mean, median, standard deviation and universal image quality index (Q-factor).The methods are
implemented on normal images.
Survey On His Image Fusion…
www.ijesi.org 84 | Page
Survey On His Image Fusion…
www.ijesi.org 85 | Page
From the above data, it can be found out that SATURATED COMPENSATED HIS method outperforms the
NORMAL IHS method. The HIS method performs better than YIQ, and in particular, because the spectral
distortion in the fused bands is usually less noticeable, even if it cannot be completely avoided. The wavelet
based method can further reduce the spectral distortion, and thus the SATURATED COMPENSATED HIS
fusion method is the best choice in most cases. Thus spatial domain fusions like IHS, HSV and YIQ may
produce spectral degradation. This is particularly crucial in optical remote sensing if the images to fuse were not
acquired at the same time. Therefore, compared with the ideal output of the fusion, these methods often produce
poor result.
Table :1 Universal Quality index
METHOD Q-factor
Normal HIS method 0.401
Intensity matched HIS 0.390
Saturated compensated HIS 0.590
General HIS 0.491
Table : 2 Image Quality Analysis
TECHNIQUES SSIM VALUES
BAND 1 BAND 2 BAND 3
Normal IHS 0.0240 0.1136 -0.0216
Generalized IHS 0.0240 0.1136 -0.0216
Intensity matched IHS 0.0179 0.1144 0.0251
Saturation compensation IHS 0.0239 0.1116 -0.0219
Universal Image Quality Index [Q-factor] :
Universal Image quality index is a new type of quality index proven to be better than widely used distortion
metric mean squared error. Instead of using traditional error summation methods, this index is designed by
modeling the image distortion as a combination of three factors: loss of correlation, luminance distortion, and
contrast distortion [8] . Its definition is given below:-
Eqn (10)
IMAGE QUALITY ASSESSMENT
Survey On His Image Fusion…
www.ijesi.org 86 | Page
The dynamic range of Q is [-1, 1]. The best value 1 is obtained only if X=Y and the lowest value -1 occurs when
for all i=0, 1, 2… N.
SSIM
Structural Similarity is based on the idea that the human visual system is highly adapted to process structural
information and the algorithm attempts to measure the change in this information between and reference and
distorted image. Based on numerous tests, SSIM does a much better job at quantifying subjective image quality
than MSE or PSNR [3].
At a high level, SSIM attempts to measure the change in luminance, contrast, and structure in an image.
Luminance is modeled as average pixel intensity, contrast by the variance between the reference and distorted
image, and structure by the cross-correlation between the 2 images. The resulting values are combined (using
exponents referred to as alpha, beta, and gamma) and averaged to generate a final SSIM index value.
VIII. CONCLUSION & FUTURE SCOPE
In this thesis, the various optical data image fusion methods are studied. The implementation methods
of all the mentioned fusion methods have been presented which are implemented. The fusion methods
implemented are Normal Intensity-Hue-Saturation (IHS) fusion, General HIS, Intensity matched HIS, Saturated
compensated HIS. The output results of the each method are presented.
It can be concluded from experimental results that the selection of a particular fusion methods depends
on the application at hand. In case of fusing for urban areas spatial resolution is of importance and for
agricultural fields spectral is more important than spatial. Hence a method which can preserve both of these
equally is desirable. From the implemented methods Modified HIS and Saturated compensated HIS methods are
good at preserving spatial quality, Where as Normal HIS and General HIS methods are good at preserving the
spectral quality. From the statistics it is observed that for the given sample images, saturation compensated IHS
scheme outperforms the Normal HIS scheme while Saturated compensated HIS scheme has the best
performance with respect to spatial preservation. The algorithms are implemented using Open CV code. These
can be ported in to standalone modules by using open source software libraries like Geo spatial Data abstraction
library (GDAL), OSSIM etc…
REFERNCES
[1] T. M. Tu, S. C. Su, H. C. Shyu, and P. S. Huang, “A new look at IHS-like image fusion methods,” Inf. Fusion, vol. 2, no. 3, pp.
177–186, 2001.
[2] Wang Z., Ziou D., Armenakis C., Li D., and LiQ. “A Comparative Analysis of Image Fusion Methods”. IEEE Transactions on
Geoscience and Remote Sensing, Vol. 43, No. 6, June 2005 pp.1391-1402.
[3] Liao Y. C., Wang T. Y. and Zheng W. T., 1998. “Quality Analysis of Synthesized High Resolution Multispectral Imagery”.
[4] Gonzalez, R.C. And Woods, R.E., 2001. “Digital Image Processing “. Prentice Hall.
[5] Firouz Abdullah Al-Wassai1, N.V. Kalyankar, Ali A. Al-Zuky, “The IHS Transformations Based Image Fusion,” International
Journal of Remote Sensing, Vol. 20, no. 3, JULY 19, 2011.
[6] Wen Doua, Yunhao Chenb,” An improved HIS image fusion method with high spectral fidelity,” The International Archives of
the Photogrammetric, Remote Sensing and Spatial Information Sciences. Vol. XXXVII. Part B7, no. 3, pp. 1253–1256, June
2008.
[7] Ming Tuet.al. ,“Efficient intensity-hue-saturation-based image fusion with saturation compensation “,IEEE Transactions on
Optical engineering, Vol. 40, no. 5, pp. 720–728 ,May 2001.
[8] Sascha Klonus and Manfred Ehlers,” Performance of evaluation methods in image fusion”, 12th International Conference on
Information Fusion, Vol. 16,pp. 1409-1416,July 6-9, 2009.
Author: Sreelekshmi.A.N was born in Kerala, India, in 1989. She received the B.Tech degree in Information
Technology from the Amrita Vishwa Vidyapeetham, Amritapuri Campus in 2011. She has been working
towards the M.Tech degree in Computer Vision and Image Processing under the Department of Computer
Science, Amrita Vishwa Vidyapeetham, Coimbatore, India.

Weitere ähnliche Inhalte

Was ist angesagt?

Correction of Saturated Regions in RGB Color Space
Correction of Saturated Regions in RGB Color Space Correction of Saturated Regions in RGB Color Space
Correction of Saturated Regions in RGB Color Space ijcga
 
Correction of Saturated Regions in RGB Color Space
Correction of Saturated Regions in RGB Color Space Correction of Saturated Regions in RGB Color Space
Correction of Saturated Regions in RGB Color Space ijcga
 
Reversible image data hiding with contrast enhancement
Reversible image data hiding with contrast enhancementReversible image data hiding with contrast enhancement
Reversible image data hiding with contrast enhancementI3E Technologies
 
Project report_DTRL_subrat
Project report_DTRL_subratProject report_DTRL_subrat
Project report_DTRL_subratSubrat Prasad
 
A comparative study of histogram equalization based image enhancement techniq...
A comparative study of histogram equalization based image enhancement techniq...A comparative study of histogram equalization based image enhancement techniq...
A comparative study of histogram equalization based image enhancement techniq...sipij
 
G143741
G143741G143741
G143741irjes
 
Reversible image data hiding with contrast enhancement
Reversible image data hiding with contrast enhancementReversible image data hiding with contrast enhancement
Reversible image data hiding with contrast enhancementredpel dot com
 
Basics of image processing using MATLAB
Basics of image processing using MATLABBasics of image processing using MATLAB
Basics of image processing using MATLABMohsin Siddique
 
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
 
Color Image Segmentation Based On Principal Component Analysis With Applicati...
Color Image Segmentation Based On Principal Component Analysis With Applicati...Color Image Segmentation Based On Principal Component Analysis With Applicati...
Color Image Segmentation Based On Principal Component Analysis With Applicati...CSCJournals
 
PCA & CS based fusion for Medical Image Fusion
PCA & CS based fusion for Medical Image FusionPCA & CS based fusion for Medical Image Fusion
PCA & CS based fusion for Medical Image FusionIJMTST Journal
 
An analysisofperformanceforcommonlyusedinterpolationmethod
An analysisofperformanceforcommonlyusedinterpolationmethodAn analysisofperformanceforcommonlyusedinterpolationmethod
An analysisofperformanceforcommonlyusedinterpolationmethodnookaraji
 
Hybrid Technique for Image Enhancement
Hybrid Technique for Image EnhancementHybrid Technique for Image Enhancement
Hybrid Technique for Image EnhancementIRJET Journal
 
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
 
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
 
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...IJCSEA Journal
 
IRJET- Histogram Specification: A Review
IRJET-  	  Histogram Specification: A ReviewIRJET-  	  Histogram Specification: A Review
IRJET- Histogram Specification: A ReviewIRJET Journal
 
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...ijsrd.com
 
Image analysis basics and principles
Image analysis basics and principlesImage analysis basics and principles
Image analysis basics and principlesMohsin Siddique
 

Was ist angesagt? (20)

Correction of Saturated Regions in RGB Color Space
Correction of Saturated Regions in RGB Color Space Correction of Saturated Regions in RGB Color Space
Correction of Saturated Regions in RGB Color Space
 
Correction of Saturated Regions in RGB Color Space
Correction of Saturated Regions in RGB Color Space Correction of Saturated Regions in RGB Color Space
Correction of Saturated Regions in RGB Color Space
 
Reversible image data hiding with contrast enhancement
Reversible image data hiding with contrast enhancementReversible image data hiding with contrast enhancement
Reversible image data hiding with contrast enhancement
 
Project report_DTRL_subrat
Project report_DTRL_subratProject report_DTRL_subrat
Project report_DTRL_subrat
 
A comparative study of histogram equalization based image enhancement techniq...
A comparative study of histogram equalization based image enhancement techniq...A comparative study of histogram equalization based image enhancement techniq...
A comparative study of histogram equalization based image enhancement techniq...
 
G143741
G143741G143741
G143741
 
Reversible image data hiding with contrast enhancement
Reversible image data hiding with contrast enhancementReversible image data hiding with contrast enhancement
Reversible image data hiding with contrast enhancement
 
Basics of image processing using MATLAB
Basics of image processing using MATLABBasics of image processing using MATLAB
Basics of image processing using MATLAB
 
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...
 
Color Image Segmentation Based On Principal Component Analysis With Applicati...
Color Image Segmentation Based On Principal Component Analysis With Applicati...Color Image Segmentation Based On Principal Component Analysis With Applicati...
Color Image Segmentation Based On Principal Component Analysis With Applicati...
 
PCA & CS based fusion for Medical Image Fusion
PCA & CS based fusion for Medical Image FusionPCA & CS based fusion for Medical Image Fusion
PCA & CS based fusion for Medical Image Fusion
 
An analysisofperformanceforcommonlyusedinterpolationmethod
An analysisofperformanceforcommonlyusedinterpolationmethodAn analysisofperformanceforcommonlyusedinterpolationmethod
An analysisofperformanceforcommonlyusedinterpolationmethod
 
Hybrid Technique for Image Enhancement
Hybrid Technique for Image EnhancementHybrid Technique for Image Enhancement
Hybrid Technique for 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
 
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
 
COM2304: Color and Color Models
COM2304: Color and Color ModelsCOM2304: Color and Color Models
COM2304: Color and Color Models
 
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
 
IRJET- Histogram Specification: A Review
IRJET-  	  Histogram Specification: A ReviewIRJET-  	  Histogram Specification: A Review
IRJET- Histogram Specification: A Review
 
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...
 
Image analysis basics and principles
Image analysis basics and principlesImage analysis basics and principles
Image analysis basics and principles
 

Andere mochten auch

What Does Hedge Fund Mean
What Does Hedge Fund MeanWhat Does Hedge Fund Mean
What Does Hedge Fund MeanCHANDAN RASTOGI
 
Mobile Computing I-Unit Notes
Mobile Computing I-Unit NotesMobile Computing I-Unit Notes
Mobile Computing I-Unit Notesgouse_1210
 
Totalitarian Leaders
Totalitarian LeadersTotalitarian Leaders
Totalitarian LeadersGreg Sill
 
Paradigmas de la etica giusti iep
Paradigmas  de la  etica giusti iepParadigmas  de la  etica giusti iep
Paradigmas de la etica giusti iepSCMU AQP
 
Pool safety
Pool safetyPool safety
Pool safetyvtsiri
 
Estratégias de Negociação
Estratégias de NegociaçãoEstratégias de Negociação
Estratégias de Negociaçãoguestcda5ca
 
Ifrs pros and cons for investors
Ifrs pros and cons for investorsIfrs pros and cons for investors
Ifrs pros and cons for investorsFLONKA
 
Internet Marketing: Conversation marketing
Internet Marketing: Conversation marketingInternet Marketing: Conversation marketing
Internet Marketing: Conversation marketingIan Lurie
 
Retail Finance 2.0
Retail Finance 2.0Retail Finance 2.0
Retail Finance 2.0VanderSluis
 
project report on truss bridge
project report on truss bridgeproject report on truss bridge
project report on truss bridgerajdutt1111
 
Estimulacion basal despertando sensaciones[1]
Estimulacion basal despertando sensaciones[1]Estimulacion basal despertando sensaciones[1]
Estimulacion basal despertando sensaciones[1]Marta
 
A Negociação Competitiva
A Negociação CompetitivaA Negociação Competitiva
A Negociação CompetitivaJonathan Nascyn
 

Andere mochten auch (20)

Gsm (an overview)
Gsm (an overview)Gsm (an overview)
Gsm (an overview)
 
What Does Hedge Fund Mean
What Does Hedge Fund MeanWhat Does Hedge Fund Mean
What Does Hedge Fund Mean
 
Mobile Computing I-Unit Notes
Mobile Computing I-Unit NotesMobile Computing I-Unit Notes
Mobile Computing I-Unit Notes
 
mc-magazine-wwz-01-van-riessen1425042182
mc-magazine-wwz-01-van-riessen1425042182mc-magazine-wwz-01-van-riessen1425042182
mc-magazine-wwz-01-van-riessen1425042182
 
Capitulo1
Capitulo1Capitulo1
Capitulo1
 
Totalitarian Leaders
Totalitarian LeadersTotalitarian Leaders
Totalitarian Leaders
 
Paradigmas de la etica giusti iep
Paradigmas  de la  etica giusti iepParadigmas  de la  etica giusti iep
Paradigmas de la etica giusti iep
 
Pool safety
Pool safetyPool safety
Pool safety
 
Estratégias de Negociação
Estratégias de NegociaçãoEstratégias de Negociação
Estratégias de Negociação
 
Ifrs pros and cons for investors
Ifrs pros and cons for investorsIfrs pros and cons for investors
Ifrs pros and cons for investors
 
Antigone Full Text
Antigone Full TextAntigone Full Text
Antigone Full Text
 
الحسن بن الهيثم
الحسن بن الهيثمالحسن بن الهيثم
الحسن بن الهيثم
 
Internet Marketing: Conversation marketing
Internet Marketing: Conversation marketingInternet Marketing: Conversation marketing
Internet Marketing: Conversation marketing
 
Retail Finance 2.0
Retail Finance 2.0Retail Finance 2.0
Retail Finance 2.0
 
November book buzz
November book buzzNovember book buzz
November book buzz
 
project report on truss bridge
project report on truss bridgeproject report on truss bridge
project report on truss bridge
 
Estimulacion basal despertando sensaciones[1]
Estimulacion basal despertando sensaciones[1]Estimulacion basal despertando sensaciones[1]
Estimulacion basal despertando sensaciones[1]
 
Nuevas tendencias en la retencion y mejora del Talento
Nuevas tendencias en la retencion y mejora del TalentoNuevas tendencias en la retencion y mejora del Talento
Nuevas tendencias en la retencion y mejora del Talento
 
A Negociação Competitiva
A Negociação CompetitivaA Negociação Competitiva
A Negociação Competitiva
 
Accd mars
Accd marsAccd mars
Accd mars
 

Ähnlich wie International Journal of Engineering and Science Invention (IJESI)

Remote Sensing: Resolution Merge
Remote Sensing: Resolution MergeRemote Sensing: Resolution Merge
Remote Sensing: Resolution MergeKamlesh Kumar
 
Lecnoninecolorspacemodelindigitalimageprocess
LecnoninecolorspacemodelindigitalimageprocessLecnoninecolorspacemodelindigitalimageprocess
LecnoninecolorspacemodelindigitalimageprocessIrsaAamir
 
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 ImagesEditor IJCATR
 
Content-Based Image Retrieval Using Modified Human Colour Perception Histogram
Content-Based Image Retrieval Using Modified Human Colour Perception Histogram Content-Based Image Retrieval Using Modified Human Colour Perception Histogram
Content-Based Image Retrieval Using Modified Human Colour Perception Histogram cscpconf
 
Icdecs 2011
Icdecs 2011Icdecs 2011
Icdecs 2011garudht
 
IMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSINGIMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSINGgarima0690
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Review of Use of Nonlocal Spectral – Spatial Structured Sparse Representation...
Review of Use of Nonlocal Spectral – Spatial Structured Sparse Representation...Review of Use of Nonlocal Spectral – Spatial Structured Sparse Representation...
Review of Use of Nonlocal Spectral – Spatial Structured Sparse Representation...IJERA Editor
 
Icamme managed brightness and contrast enhancement using adapted histogram eq...
Icamme managed brightness and contrast enhancement using adapted histogram eq...Icamme managed brightness and contrast enhancement using adapted histogram eq...
Icamme managed brightness and contrast enhancement using adapted histogram eq...Jagan Rampalli
 
Image Denoising by using Modified SGHP Algorithm
Image Denoising by using Modified SGHP Algorithm Image Denoising by using Modified SGHP Algorithm
Image Denoising by using Modified SGHP Algorithm IJECEIAES
 
Sign Language Recognition Using Image Processing For Mute People
Sign Language Recognition Using Image Processing For Mute PeopleSign Language Recognition Using Image Processing For Mute People
Sign Language Recognition Using Image Processing For Mute Peoplepaperpublications3
 
Implementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithmImplementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithmeSAT Publishing House
 
Implementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithmImplementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithmeSAT Journals
 
Implementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithmImplementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithmeSAT Publishing House
 
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
 
A PROPOSED HSV-BASED PSEUDOCOLORING SCHEME FOR ENHANCING MEDICAL IMAGES
A PROPOSED HSV-BASED PSEUDOCOLORING SCHEME FOR ENHANCING MEDICAL IMAGESA PROPOSED HSV-BASED PSEUDOCOLORING SCHEME FOR ENHANCING MEDICAL IMAGES
A PROPOSED HSV-BASED PSEUDOCOLORING SCHEME FOR ENHANCING MEDICAL IMAGEScscpconf
 

Ähnlich wie International Journal of Engineering and Science Invention (IJESI) (20)

Remote Sensing: Resolution Merge
Remote Sensing: Resolution MergeRemote Sensing: Resolution Merge
Remote Sensing: Resolution Merge
 
Lecnoninecolorspacemodelindigitalimageprocess
LecnoninecolorspacemodelindigitalimageprocessLecnoninecolorspacemodelindigitalimageprocess
Lecnoninecolorspacemodelindigitalimageprocess
 
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
 
Content-Based Image Retrieval Using Modified Human Colour Perception Histogram
Content-Based Image Retrieval Using Modified Human Colour Perception Histogram Content-Based Image Retrieval Using Modified Human Colour Perception Histogram
Content-Based Image Retrieval Using Modified Human Colour Perception Histogram
 
Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
 
Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
 
A HYBRID APPROACH OF WAVELETS FOR EFFECTIVE IMAGE FUSION FOR MULTIMODAL MEDIC...
A HYBRID APPROACH OF WAVELETS FOR EFFECTIVE IMAGE FUSION FOR MULTIMODAL MEDIC...A HYBRID APPROACH OF WAVELETS FOR EFFECTIVE IMAGE FUSION FOR MULTIMODAL MEDIC...
A HYBRID APPROACH OF WAVELETS FOR EFFECTIVE IMAGE FUSION FOR MULTIMODAL MEDIC...
 
Icdecs 2011
Icdecs 2011Icdecs 2011
Icdecs 2011
 
color image processing
color image processingcolor image processing
color image processing
 
IMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSINGIMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSING
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Review of Use of Nonlocal Spectral – Spatial Structured Sparse Representation...
Review of Use of Nonlocal Spectral – Spatial Structured Sparse Representation...Review of Use of Nonlocal Spectral – Spatial Structured Sparse Representation...
Review of Use of Nonlocal Spectral – Spatial Structured Sparse Representation...
 
Icamme managed brightness and contrast enhancement using adapted histogram eq...
Icamme managed brightness and contrast enhancement using adapted histogram eq...Icamme managed brightness and contrast enhancement using adapted histogram eq...
Icamme managed brightness and contrast enhancement using adapted histogram eq...
 
Image Denoising by using Modified SGHP Algorithm
Image Denoising by using Modified SGHP Algorithm Image Denoising by using Modified SGHP Algorithm
Image Denoising by using Modified SGHP Algorithm
 
Sign Language Recognition Using Image Processing For Mute People
Sign Language Recognition Using Image Processing For Mute PeopleSign Language Recognition Using Image Processing For Mute People
Sign Language Recognition Using Image Processing For Mute People
 
Implementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithmImplementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithm
 
Implementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithmImplementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithm
 
Implementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithmImplementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithm
 
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)
 
A PROPOSED HSV-BASED PSEUDOCOLORING SCHEME FOR ENHANCING MEDICAL IMAGES
A PROPOSED HSV-BASED PSEUDOCOLORING SCHEME FOR ENHANCING MEDICAL IMAGESA PROPOSED HSV-BASED PSEUDOCOLORING SCHEME FOR ENHANCING MEDICAL IMAGES
A PROPOSED HSV-BASED PSEUDOCOLORING SCHEME FOR ENHANCING MEDICAL IMAGES
 

Kürzlich hochgeladen

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 

Kürzlich hochgeladen (20)

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 

International Journal of Engineering and Science Invention (IJESI)

  • 1. International Journal of Engineering Science Invention ISSN (Online): 2319 – 6734, ISSN (Print): 2319 – 6726 www.ijesi.org Volume 2 Issue 8 ǁ August. 2013 ǁ PP.80-86 www.ijesi.org 80 | Page Survey on His Image Fusion Methods Sreelekshmi A. N ABSTRACT :Due to inherent limitations on board in carrying the electronics and transferring the large volumes of data on to the ground, there is a requirement for finding out the methods for improving the spatial resolution by using image processing techniques. Data fusion in image processing addresses such requirements. When discussion is about data, it can be Optical, microwave or other sensors data. Data fusion can be further subdivided into multi-sensor fusion and image data fusion. The image fusion deals with the various techniques and algorithms used for combining image data. When satellite optical image data fusion is referred, it will narrow down the scope to fusion of optical image data acquired from satellites. The image fusion techniques referred to in this paper are developed for such data sets. Image fusion is the process to combine information from multiple images of the same area. The result of image fusion is a new image that retains the most desirable information and characteristics of each input image. The main application of image fusion is merging the gray- level high-resolution panchromatic [PAN] image and the colored low-resolution multispectral [MS] image. KEYWORD : Image fusion, HIS, PAN, Multi spectral image, Spatial domain, Spectral domain I. INTRODUCTION Nowadays in remote sensing applications, the increasing availability of space sensors gives a motivation for different image fusion algorithms. Several situations in image processing require high spatial and spectral resolutions in a single image. But most of the available equipment is not capable of providing such information, either by design or because of observational constraints. The aim of the data fusion method is to combine two images that have been acquired at a different spatial resolution to produce an image with the spatial information of the high resolution image and the spectral information of the low spatial resolution image. There are mainly two types of data fusion process. They are multi sensor fusion and image data fusion. One of the component based method is the IHS. Thus image fusion techniques allow the integration of different information sources [2]. Image fusion can be used as a tool to increase the spatial resolution. In that case the high resolution panchromatic imagery is fused with low-resolution, often multi-spectral, image data. The multispectral images are images created from the several narrow spectral bands. It contains all spectral (colour information) details but not spatial details. Panchromatic images are single band images generally displayed as shades of gray [2]. It contains all high spatial details (geometric) but not spectral details. In satellite imaging, two types of images are available namely Panchromatic (PAN) images and Multi-Spectral (MS) images.PAN image is a single band image generally displayed as shades of gray. It is captured from the sensor which is sensitive to light of all wavelengths in the visible spectrum and thus it is a gray-scale image. The panchromatic image acquired by satellites is transmitted with the maximum resolution available. Thus PAN images contain the spatial details required for image fusion but totally are devoid of spectral details.MS image is an image created from several narrow spectral bands. It is formed using sensors that capture image data at specific frequencies across the electromagnetic spectrum, including light from frequencies beyond the visible light range, such as infrared. The wavelengths may be separated by filters. II. NORMAL IHS TRANSFORMATION The color monitors used for image display on image processing systems have three color guns. These correspond to red, green, and blue (R, G, B), the additive primary colors. When displaying three bands of a multiband data set, the viewed image is said to be in RGB space. However, it is possible to define an alternate color space that uses intensity (I), hue (H), and saturation (S) as the three positioned parameters (in line of R,G, and B) [5]. This system is advantageous in that it presents colors more nearly as perceived by the human eye. Intensity is the overall brightness of the scene and varies from 0 (black) to 1 (white). Saturation represents the purity of color and also varies linearly from 0 to 1. Hue is representative of the color or dominant wavelength of the pixel. It varies from 0 at the red midpoint through green and blue back to the red midpoint at 360. It is a circular dimension and must vary from 0 to 360 to define the entire sphere.
  • 2. Survey On His Image Fusion… www.ijesi.org 81 | Page The standard merging methods of image fusion are based on Red-Green-Blue (RGB) to Intensity-Hue- Saturation (IHS) transformation. The usual steps involved in satellite image fusion are as follows: 1. Register the low resolution multispectral images to the same size as the panchromatic image. 2. Transform the R, G and B bands of the multispectral image into IHS components. 3. Modify the panchromatic image with respect to the multispectral image. This is usually performed by Histogram matching of the panchromatic image with Intensity component of the multispectral images as reference. 4. Replace the intensity component by the panchromatic image and perform inverse transformation to obtain a high resolution multispectral image. III. RGB to HIS : This enables to apply an algorithm which transforms red, green, and blue values to intensity, hue, and saturation (IHS) values [1]. The algorithm for RGB to IHS transformation:- R = (M-r) / (M-m) Eqn (1) G = (M-g) / (M-m) Eqn (2) B = (M-b) / (M-m) Eqn (3) where: R, G, B is each in the range of 0 to 1.0. r, g, b is each in the range of 0 to 1.0. M is largest value among r, g and b. m is least value among r, g, or b. At least one of the R, G, or B values is 0, corresponding to the color with the largest value, and at least one of the R, G, or B values is 1, corresponding to the color with the least value. The equation for calculating the intensity value in the range of 0 to 1.0 is: I= (M+m) / 2 Eqn (4) The equations for calculating saturation in the range of 0 to 1.0 are: If M = m, S = 0 If I <= 0.5, S = (M-m) / (M+m) If I > 0.5, S = (M-m) / (2-M-m) The equations for calculating hue in the range of 0 to 360 are: If M = m, H = 0 If R = M, H = 60 * (2 + b - g) If G = M, H = 60 * (4 + r - b) If B = M, H = 60 * (6 + g - r) Where: R, G, B is each in the range of 0 to 1.0. M = largest value, R, G, or B m = least value, R, G, or B IHS to RGB : This enables to transform intensity, hue, and saturation values to red, green, and blue values. The family of IHS to RGB is intended as a complement to the standard RGB to IHS transform. In the IHS to RGB algorithm, a min-max stretch is applied to either intensity (I), saturation (S), or both, so that they more fully utilize the 0 to 1 value range. The values for hue (H), a circular dimension, are 0 to 360. However, depending on the dynamic range of the DN values of the input image, it is possible that I or S or both occupy only a part of the 0 to 1 range. In this model, a min-max stretch is applied to I, S, or both, so that they more fully utilize the 0 to 1 value range. After stretching, the full IHS image is retransformed back to the original RGB space. As the parameter Hue is not modified, it largely defines what we perceive as color, and the resultant image looks very much like the input image. It is not essential that the input parameters (IHS) to this transform be derived from an RGB to IHS transform. We can define I and/or S as other parameters, set Hue at 0 to 360, and then transform to RGB space. This is a method of color coding other data sets. In another approach H and I are replaced by low- and high-frequency radar imagery. We can also replace I with radar intensity before the IHS to RGB transform. Chavez evaluates the use of the IHS to RGB transform to resolution merge Land sat TM with SPOT panchromatic imagery [5]. The algorithm for IHS to RGB function is: Input: H in the range of 0 to 360; I and S in the range of 0 to 1.0 If I <= 0.5, M = I * (1 + S) If I > 0.5, M = I + S - I (S) m = 2 * 1 – M Eqn (5) The equations for calculating R in the range of 0 to 1.0 are: If H < 60, R = m + (M - m)
  • 3. Survey On His Image Fusion… www.ijesi.org 82 | Page If 60 <=H < 180, R = M If 180 <=H < 240, R = m + (M - m) If 240 <=H <=360, R = m The equations for calculating G in the range of 0 to 1.0 are: If H < 120, G= m If 120 <= H <180, G= m+ (M-m)*(H-120)/60 If 180 <= H < 300, G= M If 300 <= H <= 360, G= m+ (M-m)*(360-H)/60 Equations for calculating B in the range of 0 to 1.0: If H < 60, B= M If 60 <= H <120, B= m+ (M-m)*(120-H)/60 If 120 <= H < 240, B= m If 240 <= H < 300, B= m+ (M-m)*(H-240)/60 If 300<= H <= 360, B=M IV. GENERAL IHS BASED IMAGE FUSION METHOD: To reach image fusion goals, the IHS method uses three low-resolution multispectral images in distinct bands and transforms them into an IHS space [5]. HIS image fusion process Let R0, G0, B0, V1o and V2o represent the corresponding values for the resized original image. In the IHS image fusion method, the intensity component of the IHS space is replaced by the high-resolution panchromatic image (PAN) and transformed back into the original RGB space with the previous H and S components. Eqn (6) This is made computationally efficient by transforming like this:
  • 4. Survey On His Image Fusion… www.ijesi.org 83 | Page Eqn (7) where . V. AN EFFICIENT SATURATION COMPENSATED HIS METHOD: As explained by Te-Ming et.al, saturation compensation can be accomplished by simply shifting So to S’ or by multiplying with . That is [7]: Eqn (8) It is made computationally efficient by: Eqn (9) where . VI. INTENSITY MATCHED HIS This is also same as normal HIS method. Let R0, G0, B0, V1o and V2o represent the corresponding values for the resized original image. In the IHS image fusion method, the intensity component of the IHS space is replaced by the high-resolution panchromatic image (PAN) and transformed back into the original RGB space with the previous H and S components. But only difference is here the intensity component of the HIS is not directly replaced. The histogram quantization of the intensity image is replaced with the high resolution panchromatic image and then transformed back into the original RGB space with same as the above method [6]. VII. EXPERIMENTAL RESULTS The following data presents thumbnails of the output images and also compares them using the parameters like mean, median, standard deviation and universal image quality index (Q-factor).The methods are implemented on normal images.
  • 5. Survey On His Image Fusion… www.ijesi.org 84 | Page
  • 6. Survey On His Image Fusion… www.ijesi.org 85 | Page From the above data, it can be found out that SATURATED COMPENSATED HIS method outperforms the NORMAL IHS method. The HIS method performs better than YIQ, and in particular, because the spectral distortion in the fused bands is usually less noticeable, even if it cannot be completely avoided. The wavelet based method can further reduce the spectral distortion, and thus the SATURATED COMPENSATED HIS fusion method is the best choice in most cases. Thus spatial domain fusions like IHS, HSV and YIQ may produce spectral degradation. This is particularly crucial in optical remote sensing if the images to fuse were not acquired at the same time. Therefore, compared with the ideal output of the fusion, these methods often produce poor result. Table :1 Universal Quality index METHOD Q-factor Normal HIS method 0.401 Intensity matched HIS 0.390 Saturated compensated HIS 0.590 General HIS 0.491 Table : 2 Image Quality Analysis TECHNIQUES SSIM VALUES BAND 1 BAND 2 BAND 3 Normal IHS 0.0240 0.1136 -0.0216 Generalized IHS 0.0240 0.1136 -0.0216 Intensity matched IHS 0.0179 0.1144 0.0251 Saturation compensation IHS 0.0239 0.1116 -0.0219 Universal Image Quality Index [Q-factor] : Universal Image quality index is a new type of quality index proven to be better than widely used distortion metric mean squared error. Instead of using traditional error summation methods, this index is designed by modeling the image distortion as a combination of three factors: loss of correlation, luminance distortion, and contrast distortion [8] . Its definition is given below:- Eqn (10) IMAGE QUALITY ASSESSMENT
  • 7. Survey On His Image Fusion… www.ijesi.org 86 | Page The dynamic range of Q is [-1, 1]. The best value 1 is obtained only if X=Y and the lowest value -1 occurs when for all i=0, 1, 2… N. SSIM Structural Similarity is based on the idea that the human visual system is highly adapted to process structural information and the algorithm attempts to measure the change in this information between and reference and distorted image. Based on numerous tests, SSIM does a much better job at quantifying subjective image quality than MSE or PSNR [3]. At a high level, SSIM attempts to measure the change in luminance, contrast, and structure in an image. Luminance is modeled as average pixel intensity, contrast by the variance between the reference and distorted image, and structure by the cross-correlation between the 2 images. The resulting values are combined (using exponents referred to as alpha, beta, and gamma) and averaged to generate a final SSIM index value. VIII. CONCLUSION & FUTURE SCOPE In this thesis, the various optical data image fusion methods are studied. The implementation methods of all the mentioned fusion methods have been presented which are implemented. The fusion methods implemented are Normal Intensity-Hue-Saturation (IHS) fusion, General HIS, Intensity matched HIS, Saturated compensated HIS. The output results of the each method are presented. It can be concluded from experimental results that the selection of a particular fusion methods depends on the application at hand. In case of fusing for urban areas spatial resolution is of importance and for agricultural fields spectral is more important than spatial. Hence a method which can preserve both of these equally is desirable. From the implemented methods Modified HIS and Saturated compensated HIS methods are good at preserving spatial quality, Where as Normal HIS and General HIS methods are good at preserving the spectral quality. From the statistics it is observed that for the given sample images, saturation compensated IHS scheme outperforms the Normal HIS scheme while Saturated compensated HIS scheme has the best performance with respect to spatial preservation. The algorithms are implemented using Open CV code. These can be ported in to standalone modules by using open source software libraries like Geo spatial Data abstraction library (GDAL), OSSIM etc… REFERNCES [1] T. M. Tu, S. C. Su, H. C. Shyu, and P. S. Huang, “A new look at IHS-like image fusion methods,” Inf. Fusion, vol. 2, no. 3, pp. 177–186, 2001. [2] Wang Z., Ziou D., Armenakis C., Li D., and LiQ. “A Comparative Analysis of Image Fusion Methods”. IEEE Transactions on Geoscience and Remote Sensing, Vol. 43, No. 6, June 2005 pp.1391-1402. [3] Liao Y. C., Wang T. Y. and Zheng W. T., 1998. “Quality Analysis of Synthesized High Resolution Multispectral Imagery”. [4] Gonzalez, R.C. And Woods, R.E., 2001. “Digital Image Processing “. Prentice Hall. [5] Firouz Abdullah Al-Wassai1, N.V. Kalyankar, Ali A. Al-Zuky, “The IHS Transformations Based Image Fusion,” International Journal of Remote Sensing, Vol. 20, no. 3, JULY 19, 2011. [6] Wen Doua, Yunhao Chenb,” An improved HIS image fusion method with high spectral fidelity,” The International Archives of the Photogrammetric, Remote Sensing and Spatial Information Sciences. Vol. XXXVII. Part B7, no. 3, pp. 1253–1256, June 2008. [7] Ming Tuet.al. ,“Efficient intensity-hue-saturation-based image fusion with saturation compensation “,IEEE Transactions on Optical engineering, Vol. 40, no. 5, pp. 720–728 ,May 2001. [8] Sascha Klonus and Manfred Ehlers,” Performance of evaluation methods in image fusion”, 12th International Conference on Information Fusion, Vol. 16,pp. 1409-1416,July 6-9, 2009. Author: Sreelekshmi.A.N was born in Kerala, India, in 1989. She received the B.Tech degree in Information Technology from the Amrita Vishwa Vidyapeetham, Amritapuri Campus in 2011. She has been working towards the M.Tech degree in Computer Vision and Image Processing under the Department of Computer Science, Amrita Vishwa Vidyapeetham, Coimbatore, India.