SlideShare a Scribd company logo
1 of 5
Download to read offline
IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 3, 2013 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 770
Super-Resolution of Multispectral Images
Mr. Dhaval Shingala 1
Ms. Rashmi Agrawal 2
1
PG Student, Computer Engineering Department
2
Assistant Professor, Computer Engineering Department
1,2
Atmiya Institute of Technology and Science, Rajkot.
Abstract—Multispectral images are used for space Arial
application, target detection and remote sensing application.
MS images are very rich in spectral resolution but at a cost
of spatial resolution. We propose a new method to increase a
spatial resolution MS images. For spatial resolution
enhancement of MS images we need to employ a super-
resolution technique which uses a Principal Component
Analysis (PCA) based approach by learning an edge details
from database. Experiments have been carried out on both
real multispectral (MS) data and MS data. This experiment
is done with the usefulness for hyper spectral (HS) data as a
future work.
I. INTRODUCTION
Multispectral images having few no of bands with a few
spectral resolution and average spatial resolution, increasing
spatial resolution helps to get better characterization of
materials on the observed surface. There are many factors
are affecting on the image quality like sensor noise
atmospheric turbulences etc. Remote sensing application
captures images which have distortion due to image optics
or sensor array that degrade the acquired image quality. Post
processing is an important parameter in remote sensing
application. Sensor limitations can affect the performance of
an algorithms which are used to process MS data, even more
these limitations also limits the classifiers performance to
classify an object correctly. Several techniques has proposed
in last few years to improve the spatial resolution of MS
images [1, 2]. Super-resolution of MS data is a kind of
image reconstruction, our main goal is to increase a spatial
resolution and which is the hardest parameter to handle with
imaging system. In this report, a new super-resolution
technique is introduced. By using a PCA based learning
approach we enhance the spatial resolution of MS data. A
new approach based on learning edge information in PCA
transform domain and tries to enhance those edge details in
spatial domain. Experiments have been conducted on real
MS data and trying to compare the effectiveness of proposed
technique.
Section 2 gives detailed description of the proposed
technique in this report.
Section 3 gives experimental results.
Section 4 shows conclusion and perspective.
A. Related works:
Many different algorithms for spatial resolution
enhancement of HS images have been proposed [3, 4].
Fusion techniques are mostly used in which spatial
information of a high resolution (HR) image is imposed onto
the low resolution (LR) MS images [5, 6]. Some other
approaches are based on spectral mixture analysis (SMA) or
sub pixel classification [7]. MAP estimator with a Huber-
MRF (Markov random field) prior model to preserve
discontinuities and solve the blurring problem observed in
the high resolution images reconstructed with smoothness
imposing priors. In the projections onto convex sets (POCS)
based super-resolution methods an initial estimate of the
high resolution target image is updated iteratively based on
the error measured between the observed and low-resolution
images obtained by simulating the imagery process with the
initial estimate as the input.
II. SUPER-RESOLUTION
Super-resolution (SR) techniques that increase the spatial
resolution of an image for better classification, better fault
detection. There are both single-frame and multiple-frame
SR algorithms available. Multiple-frame SR uses the sub-
pixel shifts between multiple low resolution images of the
same scene. A SR technique create an improved resolution
image by fusing information from all low resolution images,
and creates higher resolution images for better classification
of the scene.
III. MULTISPECTRAL IMAGING
Multispectral sensors collect information as a set of images.
Each image represents an electromagnetic spectrum, by
combining all such spectrum bands it generates
multispectral image cube. This MS cube generates by
airborne sensors like the NASA’s Airborne Visible/Infrared
Imaging Spectrometer (AVIRIS) from satellites like
NASA’s Hyperion, NASA's ER-2 jet. Most important
application of multispectral imaging is in remote sensing.
There are other factors which degrades the quality of
multispectral images as follows
1) Imperfect imaging optics
2) Atmospheric turbulence or scattering
3) illumination effect and sensor noise
Some disadvantages of multispectral images are storage
capacity, limited data transfer etc. Here we employ PCA to
resolve the problem of storage capacity. This sensor collects
data in 224 contiguous spectral bands with a bandwidth of
0.10μm. Multispectral data is generally collected by remote
sensors in many narrow spectral bands. The resulting
datasets contain large number of image bands within a
narrow wavelength. Each 20-m square cell in the scene has a
continuous spectrum over the range from 0.4 to 2.5μm.
Multispectral data is used for a wide variety of military and
commercial applications such as military and commercial
applications, target detection, tacking, agriculture
monitoring and natural resource exploration.
Super-Resolution of Multispectral Images
(IJSRD/Vol. 1/Issue 3/2013/0092)
All rights reserved by www.ijsrd.com 771
IV. SUPER-RESOLUTION OF MULTISPECTRAL
IMAGES
Super-resolution reconstruction can be defined as the
process of combining multiple low resolution images to
form a higher resolution image. In remote sensing
application four types of resolutions need to handle.
1) Spatial resolution:
Spatial resolution refers to the distance between the
nearest objects that can be resolved (e.g. pixel).
2) Spectral resolution:
Spectral resolution is defined as the narrowest
bandwidth over which radiation is recorded.
3) Radiometric resolution:
Radiometric resolution or quantization is defined as
the sensitivity of a sensor to difference in strength
of electromagnetic radiation signal and determines
the smallest difference in intensity of the signal that
can be distinguished.
4) Temporal resolution:
Temporal resolution refers to the frequency of
observation by sensors.
Technically spatial resolution and spectral resolution can be
inter-related so that one can be improved at the expense of
the others. Two kinds of sensors that are used for remote
sensing in the past, one is panchromatic sensors and another
one is multispectral sensors. In general panchromatic
sensors have broad spectral range and thus their spectral
resolution is less. Mostly panchromatic sensors have more
spatial resolution as compared to multispectral sensors
which have higher spectral resolution.
V. RESEARCH ISSUES WITH SUPER-RESOLUTION
OF MULTISPECTRAL DATA
The use of MS data is or environment monitoring forests
tree species identification, geological exploration and many
other applications. Major issues with MS data are huge
amount of storage capacity required; rich spectral resolution
at a cost of spatial resolution and reduced signal-to-noise
ratio, computational complexity is high. Before processing it
needs to employ data compression technique to reduce the
size of MS data. The primary difficulty is that the resolution
enhancement problem is an ill-conditioned. Suppose that the
low resolution multispectral image contains M pixels and K
spectral bands (MK known parameter) and the high
resolution image contains N pixels where N > M, usually by
more than an order of magnitude. Objective is to estimate N
pixels by K spectral bands (NK unknowns) of high
resolution MS image. For example, let K=224, N=4096 (64
by 64), and M=1024 (32 x 32). Then there are 9, 17,504
unknowns to estimate from 2, 29,376 equations.
VI. PRINCIPAL COMPONENT ANALYSIS (PCA):
Principal Components Analysis is a useful statistical
technique that has found application in fields such as face
recognition and image compression. PCA is appropriate
when you have obtained measures on a number of observed
variables and wish to develop a smaller number of artificial
variables (called principal components) that will account for
most of the variance in the observed variables. The principal
components may be used as predictor variables in
subsequent analyses. It is a common technique for finding
patterns in data of high dimension.
PCA is a method that reduces data dimensionality
by performing a covariance analysis between factors [11]. It
is suitable for data sets in multiple dimensions, such as
experiments on MS data. MS data tend to be distributed in
the shape of a hyper ellipsoid [8], which demonstrates the
fact that higher dimensional data is highly correlated.
Transformation methods like PCA try to exploit the
correlation present in the data by projecting the data onto
some other space where the axes are orthogonal to each
other. In PCA, second order statistics the co-variance
matrix, is used as the basis of transformation. Those
principal components having larger eigenvalues having the
highest variance present in the data. PCA is the best method
for dimensionality reduction [12, 13] especially in MS data
it has been observed.
Steps to get principal components of a given data
1) Generating the data
2) Calculating the mean
3) Deviation from the Mean
4) Find out covariance matrix
5) Calculate eigenvalues and eigenvectors of the
covariance matrix
6) Sort these eigenvalues and eigenvectors
7) Select the subset of eigenvector as a basis to
represent the data in smaller dimensions.
8) Project the data into newer dimension.
VII. PROPOSED METHOD TO GET HIGH
RESOLUTION USING LEARNING BASED APPROACH
Proposed algorithm is for spatial resolution enhancement by
using PCA based learning. In proposed algorithm, first we
need to get the low resolution MS data which is generated
by degrading the original MS data. For simulation purpose
input of the proposed algorithm is the degraded MS data.
Degradation was done by down-sampling the original MS
data.
These degraded MS data becomes our test data to super
resolve.
Fig. 1: original size of data (8 by 8)
& down-sampled version of a having size (4 by 4)
Figure 1 shows that how we created down-sampled data.
This down-sampled data is now taken as a test image and we
need to super-resolve them. In creation of down-sampled
data we just take an average of four pixel of (figure a) an
image to get one pixel of down-sampled image (figure b).
a a B b
a a B b
c c D d
c c D d
a b
c d
Super-Resolution of Multispectral Images
(IJSRD/Vol. 1/Issue 3/2013/0092)
All rights reserved by www.ijsrd.com 772
We have an MS test data which has low resolution. As a
first step of this technique is the interpolation. Apply an
interpolation which gives us MS data in higher resolution
which is desired. We uses interpolation just to get desired
resolution, an interpolation does not give any extra
information in higher resolved MS data. There are two main
tasks which are of main concern, first is to reduce the size of
MS data and second is to super resolve the MS data.
The MS data having M no of images which is very huge
data, to process on these many no of images is
computationally taxing and that is why we need to first
reduce the size. Now apply the PCA on interpolated test MS
data to reduce the size. As a result of PCA we choose first
few principal components N where N<<M and that are
sufficient enough to represent the whole MS data with a loss
of very less amount of information. Now we have to super
resolve only N number of principle components that is
equivalent to super resolve M number of images.
Second, with these N images we need to super resolve the
original data which has M images. After applying PCA
transformation we have a data in transformed domain. From
these transformed images we choose first C principal
components where C<<<N and N<<<M. First C principal
component have high variance and which is having high
power to represent the whole data set. From definition of
PCA an image which has high variance (lets first few)
considered as more informative (more power) images and
these images get chosen for learning. In this technique we
present a learning-based approach for that we have a
database having high resolution images of a same class as an
input data. We have a database of satellite images which all
are in higher resolution. We need to learn the details for
transformed data. As our database is in spatial domain and
we need to convert into transformed domain to learn. Now
we applied PCA on database and as a result we get
transformed database images. To learn the high variance
principle component we first break it into small blocks. In
this technique we have to learn first C principal component
block by block from database. Even we convert our
transformed database images into blocks format. For
learning the principal components we first choose a block
and find its best match from blocks of database images and
replace it. After completion of learning procedure for all
blocks of principal components we have new set of modified
(leaned) N images. By using these learned principal
components we got N super resolved images.
Another technique is a mean correction of MS data to super
resolve. In this technique we continue with PCA based
approach. While we subtract the mean from input test MS
data we subtract a mean of that image. We have a mean of
or database; with these mean values we are subtracting it
from input MS data. Instead of using the mean values of test
MS data we subtract mean values of database. With this new
dataset we apply previous technique to super resolve the MS
data. Experimental results and performance of the proposed
technique discussed in subsequent section.
PCA
Inter-
polation
Block
Vice
PCA Learning
After
Learning
Inverse
PCA
Fig. 2: Schematic representation of proposed approach for
image super resolution.
VIII. EXPERIMENTS AND RESULTS
The proposed technique is tested with two different
multispectral image data sets. The first data set is the 224-
band reflectance image of a urban area (Moffett Field-1)
captured by the AVIRIS MS imaging system, detailed
information on the data set see [9]. The second data set is
also the 224-band image of an urban area (Moffett Field-2)
acquired by the AVIRIS MS imaging system of different
location than the first one. For detailed information on the
data set see [10]. Available bands from original data remain
in the 400-2500 nm wavelength range. Since the image
dimensions of both data sets are too large, some specific
regions are extracted from the original data and the tests are
conducted on these smaller images. Both the data set
(AVIRIS-Moffett Field), the proposed method is tested on
both the calibrated reflectance and radiance data.
(a) (b)
(b) (d)
Fig. 3: (a)Original MS image (64*64), (b) Down-sampled
version of (a) (32*32), (c) Interpolated version of (b)
(64*64), (d) Reconstructed MS image (64*64). (Original
MS images captured by AVIRIS imaging system of urban
area (Moffett Field)
Low Resolution
MS Images
High
Resolution
MS images
Transformed
MS data
High resolution
DATABASE
Images
Transformed
DATABASE
Images
Choose first
few Principal
components
Learned
Components
from database
Super resolved
images
Higher
Resolution
MS Images
Convert the
DATABAS
EIMAGE
into Blocks
Super-Resolution of Multispectral Images
(IJSRD/Vol. 1/Issue 3/2013/0092)
All rights reserved by www.ijsrd.com 773
On the other hand, since the AVIRIS data includes
bandwidth MS beyond the visible range. For this reason, a
specific frequency band is selected (the fourteenth band is
used for all the figures in this paper) for visual purposes. We
conducted two sets of experiments. In both the set, the
proposed method is applied to single MS images from the
Moffett Field data set to get higher resolution versions. We
proceed with applying the proposed method to the original
MS image.
After down-sampling of all necessary bands of MS
data by a factor of 2, we have an input test data to be super
resolved. To get the desired higher resolution of down-
sampled MS images, first we applied an interpolation on
input test images. On interpolated data we applied a PCA
transformation. As a result we have transformed images
(principal components). For reduction of size of the MS data
we choose first 50 principal components which can have
sufficient power to represent 224 images. Since our first task
to compress the MS data is done through PCA, next
procedure for super resolution we applied on those
compressed data,
In proposed algorithm super resolution of 224
images of MS data is as equivalent as to super resolve first
50 transformed images that have high variances. From the
algorithm we apply our learning method for only first two
principal components. On the other hand, database is also
have transformed original high resolution images. Learning
is done based on block by block learning. We convert those
two principal components in to 8 by 8 blocks as well as we
have 8 by 8 blocks of database images, for each block we
are finding best match from database and replace that block
in test images. By using these first two learned images and
rest of 48 images we are able to super resolve 224 images.
In order to evaluate the performance of the method we
compare with interpolated MS data. Find correlation
between original MS data and interpolated data and
correlation between original MS and super resolved MS
data.
Multispectral
Image-1
Selected Bands Of MS Data
Band-4 Band-5 Band-6
Original & Interpolated 0.75536 0.76324 0.75073
Original & SR with
Proposed approach
0.78774 0.78341 0.76581
Original & SR with SA 0.77342 0.77674 0.75348
Table. 1: Numerical Results For Aviris Ms Data
Multispectral
Image-1
Selected Bands Of MS Data
Band-4 Band-5 Band-6
Original &
Interpolated
0.78581 0.76328 0.75076
Original & SR with
Proposed approach
0.81672 0.76341 0.76581
Original & SR with SA 0.80123 0.75189 0.76128
Table. 2: Numerical Results For Aviris MS DATA
Multispectral
Image-1
Selected Bands Of MS Data
Band-4 Band-5 Band-6
Original &
Interpolated
0.65697 0.63287 0.65072
Original & SR
with Proposed
approach
0.67111 0.66341 0.66581
Original & SR
with SA
0.66486 0.66172 0.65589
Table. 3: Numerical Results For Aviris MS DATA
Multispectral
Image-1
Selected Bands Of MS Data
Band-4 Band-5 Band-6
Original &
Interpolated
0.83752 0.84632 0.84507
Original & SR
with Proposed
Approach
0.84141 0.86341 0.86581
Original & SR
with SA
0.83884 0.85438 0.85892
Table. 4: Numerical Results for Aviris Ms Data
IX. CONCLUSION
In this paper a new resolution enhancement method for MS
imagery is proposed. Learning for high variance (high
power) transformed images is the main idea of the technique
which is realized that results are completely dependent on
how your test image correlated with database images, if test
images have same characteristics as database images,
probability of getting better results are considerably high.
The necessary experiments are carried out on some real MS
data using the proposed technique. The proposed technique
is completely dependent on how we choose database that
would be the main drawback of this approach. Another
drawback of proposed approach is computation complexity
is too high.
REFERENCES
[1] A.T. Eismann and R.C. Hardie,”Multispectral
resolution enhancement using high-resolution
multispectral imagery with arbitrary response
functions,” IEEE Trans. Geosci. Remote Sens., 43 (3)
455-465, 2005.
[2] M.Q. Nguyen, P.M. Atkinson, and H.G. Lewis, ”Super
resolution mapping using a Hopfield neural network
with fused images,” IEEE Trans. Geosc. Remote Sens.,
44 (3) 736-749, 2006.
[3] F.A. Mianji, Y. Zhang, and A. Babakhani, “Optimum
Method
Selection For Resolution Enhancement Of
Multispectral Imagery,” Information Technology
Journal, 8(3) 263-274, 2009.
[4] Y. Gu, Y. Zhang, and J. Zhang, “Integration of spatial-
spectral
Information for resolution enhancement in
multispectral images,” IEEE Trans. Geosci And
Remote Sens., 46(5) 1347-1358, 2008.
Super-Resolution of Multispectral Images
(IJSRD/Vol. 1/Issue 3/2013/0092)
All rights reserved by www.ijsrd.com 774
[5] M.T. Eismann and R.C. Hardie, “Multispectral
resolution enhancement using high-resolution
multispectral imagery with arbitrary Response
Functions,” IEEE Trans. Geosci Remote Sens.
43(3)455–465,2005.
[6] G.D. Robinson, H.N. Gross, and J. R. Schott,
“Evaluation of two applications of spectral mixing
models to image fusion, “Remote Sens. Environ., 71
(3) 272–281, 2000.
[7] A.J. Tatem, H.G. Lewis, P.M. Atkinson, and M.S.
Nixon, “Superresolution target identification from
remotely sensed images using a Hopfield neural
network,” IEEE Trans. Geosci.Remote Sens., 39 (4)
781–796, 2001.
[8] C.Lee and D.A.Landgrebe, “Analysing High
Dimensional Data,” IEEE Transactions on Geoscience
and Remote Sensing, Volume 31, No. 4, pp.
792-800, July 1993.
[9] Aviris Free Data. Jet Propulsion Lab., California Inst.
Technol.,
Pasadena.[Online].Available:http://aviris.jpl.nasa.gov/
html/aviris.freedata.html
[10] D. H. Brainard. Multispectral Image Data. [Online].
Available:http://color.psych.ucsb.edu//multispectral/
[11] M.A. Turk and A.P. Pentland, “Face Recognition
Using Eigenfaces”, IEEE Conf. on Computer
Visionand Pattern Recognition, pp. 586-591, 1991
[12] Smith, L.; A tutorial on Principal Components
Analysis; (2002).
http://www.cs.otago.ac.nz/cosc453/student_tutorials/pr
incipal_components.pdf
[13] Shlens, J.; A tutorial on Principal Component
Analysis; (2003)
http://www.cs.princeton.edu/picasso/mats/PCA-
Tutorial-Intuition_jp.pdf

More Related Content

What's hot

IMAGE QUALITY OPTIMIZATION USING RSATV
IMAGE QUALITY OPTIMIZATION USING RSATVIMAGE QUALITY OPTIMIZATION USING RSATV
IMAGE QUALITY OPTIMIZATION USING RSATVpaperpublications3
 
Object Classification of Satellite Images Using Cluster Repulsion Based Kerne...
Object Classification of Satellite Images Using Cluster Repulsion Based Kerne...Object Classification of Satellite Images Using Cluster Repulsion Based Kerne...
Object Classification of Satellite Images Using Cluster Repulsion Based Kerne...IOSR Journals
 
Congenital Bucolic and Farming Region Taxonomy Using Neural Networks for Remo...
Congenital Bucolic and Farming Region Taxonomy Using Neural Networks for Remo...Congenital Bucolic and Farming Region Taxonomy Using Neural Networks for Remo...
Congenital Bucolic and Farming Region Taxonomy Using Neural Networks for Remo...DR.P.S.JAGADEESH KUMAR
 
OBTAINING SUPER-RESOLUTION IMAGES BY COMBINING LOW-RESOLUTION IMAGES WITH HIG...
OBTAINING SUPER-RESOLUTION IMAGES BY COMBINING LOW-RESOLUTION IMAGES WITH HIG...OBTAINING SUPER-RESOLUTION IMAGES BY COMBINING LOW-RESOLUTION IMAGES WITH HIG...
OBTAINING SUPER-RESOLUTION IMAGES BY COMBINING LOW-RESOLUTION IMAGES WITH HIG...ijcsit
 
Band ratioing presentation
Band ratioing presentationBand ratioing presentation
Band ratioing presentationsk asadul haque
 
INFORMATION SATURATION IN MULTISPECTRAL PIXEL LEVEL IMAGE FUSION
INFORMATION SATURATION IN MULTISPECTRAL PIXEL LEVEL IMAGE FUSIONINFORMATION SATURATION IN MULTISPECTRAL PIXEL LEVEL IMAGE FUSION
INFORMATION SATURATION IN MULTISPECTRAL PIXEL LEVEL IMAGE FUSIONIJCI JOURNAL
 
Target Detection by Fuzzy Gustafson-Kessel Algorithm
Target Detection by Fuzzy Gustafson-Kessel AlgorithmTarget Detection by Fuzzy Gustafson-Kessel Algorithm
Target Detection by Fuzzy Gustafson-Kessel AlgorithmCSCJournals
 
Sar ice image classification using parallelepiped classifier based on gram sc...
Sar ice image classification using parallelepiped classifier based on gram sc...Sar ice image classification using parallelepiped classifier based on gram sc...
Sar ice image classification using parallelepiped classifier based on gram sc...csandit
 
Cnn acuracia remotesensing-08-00329
Cnn acuracia remotesensing-08-00329Cnn acuracia remotesensing-08-00329
Cnn acuracia remotesensing-08-00329Universidade Fumec
 
Earth Science and Remote Sensing Applications [Book]
Earth Science and Remote Sensing Applications [Book]Earth Science and Remote Sensing Applications [Book]
Earth Science and Remote Sensing Applications [Book]DR.P.S.JAGADEESH KUMAR
 
Analysis of Multi-focus Image Fusion Method Based on Laplacian Pyramid
Analysis of Multi-focus Image Fusion Method Based on Laplacian PyramidAnalysis of Multi-focus Image Fusion Method Based on Laplacian Pyramid
Analysis of Multi-focus Image Fusion Method Based on Laplacian PyramidRajyalakshmi Reddy
 
Hyperspectral Data Compression Using Spatial-Spectral Lossless Coding Technique
Hyperspectral Data Compression Using Spatial-Spectral Lossless Coding TechniqueHyperspectral Data Compression Using Spatial-Spectral Lossless Coding Technique
Hyperspectral Data Compression Using Spatial-Spectral Lossless Coding TechniqueCSCJournals
 
SINGLE IMAGE SUPER RESOLUTION: A COMPARATIVE STUDY
SINGLE IMAGE SUPER RESOLUTION: A COMPARATIVE STUDYSINGLE IMAGE SUPER RESOLUTION: A COMPARATIVE STUDY
SINGLE IMAGE SUPER RESOLUTION: A COMPARATIVE STUDYcsandit
 

What's hot (19)

IMAGE QUALITY OPTIMIZATION USING RSATV
IMAGE QUALITY OPTIMIZATION USING RSATVIMAGE QUALITY OPTIMIZATION USING RSATV
IMAGE QUALITY OPTIMIZATION USING RSATV
 
Fuzzy In Remote Classification
Fuzzy In Remote ClassificationFuzzy In Remote Classification
Fuzzy In Remote Classification
 
Object Classification of Satellite Images Using Cluster Repulsion Based Kerne...
Object Classification of Satellite Images Using Cluster Repulsion Based Kerne...Object Classification of Satellite Images Using Cluster Repulsion Based Kerne...
Object Classification of Satellite Images Using Cluster Repulsion Based Kerne...
 
Gr3511821184
Gr3511821184Gr3511821184
Gr3511821184
 
Congenital Bucolic and Farming Region Taxonomy Using Neural Networks for Remo...
Congenital Bucolic and Farming Region Taxonomy Using Neural Networks for Remo...Congenital Bucolic and Farming Region Taxonomy Using Neural Networks for Remo...
Congenital Bucolic and Farming Region Taxonomy Using Neural Networks for Remo...
 
OBTAINING SUPER-RESOLUTION IMAGES BY COMBINING LOW-RESOLUTION IMAGES WITH HIG...
OBTAINING SUPER-RESOLUTION IMAGES BY COMBINING LOW-RESOLUTION IMAGES WITH HIG...OBTAINING SUPER-RESOLUTION IMAGES BY COMBINING LOW-RESOLUTION IMAGES WITH HIG...
OBTAINING SUPER-RESOLUTION IMAGES BY COMBINING LOW-RESOLUTION IMAGES WITH HIG...
 
Band ratioing presentation
Band ratioing presentationBand ratioing presentation
Band ratioing presentation
 
INFORMATION SATURATION IN MULTISPECTRAL PIXEL LEVEL IMAGE FUSION
INFORMATION SATURATION IN MULTISPECTRAL PIXEL LEVEL IMAGE FUSIONINFORMATION SATURATION IN MULTISPECTRAL PIXEL LEVEL IMAGE FUSION
INFORMATION SATURATION IN MULTISPECTRAL PIXEL LEVEL IMAGE FUSION
 
Target Detection by Fuzzy Gustafson-Kessel Algorithm
Target Detection by Fuzzy Gustafson-Kessel AlgorithmTarget Detection by Fuzzy Gustafson-Kessel Algorithm
Target Detection by Fuzzy Gustafson-Kessel Algorithm
 
Sar ice image classification using parallelepiped classifier based on gram sc...
Sar ice image classification using parallelepiped classifier based on gram sc...Sar ice image classification using parallelepiped classifier based on gram sc...
Sar ice image classification using parallelepiped classifier based on gram sc...
 
Cnn acuracia remotesensing-08-00329
Cnn acuracia remotesensing-08-00329Cnn acuracia remotesensing-08-00329
Cnn acuracia remotesensing-08-00329
 
Earth Science and Remote Sensing Applications [Book]
Earth Science and Remote Sensing Applications [Book]Earth Science and Remote Sensing Applications [Book]
Earth Science and Remote Sensing Applications [Book]
 
Analysis of Multi-focus Image Fusion Method Based on Laplacian Pyramid
Analysis of Multi-focus Image Fusion Method Based on Laplacian PyramidAnalysis of Multi-focus Image Fusion Method Based on Laplacian Pyramid
Analysis of Multi-focus Image Fusion Method Based on Laplacian Pyramid
 
Fd36957962
Fd36957962Fd36957962
Fd36957962
 
Lw3620362041
Lw3620362041Lw3620362041
Lw3620362041
 
Hyperspectral Data Compression Using Spatial-Spectral Lossless Coding Technique
Hyperspectral Data Compression Using Spatial-Spectral Lossless Coding TechniqueHyperspectral Data Compression Using Spatial-Spectral Lossless Coding Technique
Hyperspectral Data Compression Using Spatial-Spectral Lossless Coding Technique
 
SINGLE IMAGE SUPER RESOLUTION: A COMPARATIVE STUDY
SINGLE IMAGE SUPER RESOLUTION: A COMPARATIVE STUDYSINGLE IMAGE SUPER RESOLUTION: A COMPARATIVE STUDY
SINGLE IMAGE SUPER RESOLUTION: A COMPARATIVE STUDY
 
B0141020
B0141020B0141020
B0141020
 
Mn3621372142
Mn3621372142Mn3621372142
Mn3621372142
 

Viewers also liked

Multiparameter Web Sensor
Multiparameter Web SensorMultiparameter Web Sensor
Multiparameter Web Sensorijsrd.com
 
A survey on Efficient Enhanced K-Means Clustering Algorithm
 A survey on Efficient Enhanced K-Means Clustering Algorithm A survey on Efficient Enhanced K-Means Clustering Algorithm
A survey on Efficient Enhanced K-Means Clustering Algorithmijsrd.com
 
Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...
Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...
Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...ijsrd.com
 
ON Fuzzy Linear Programming Technique Application
ON Fuzzy Linear Programming Technique ApplicationON Fuzzy Linear Programming Technique Application
ON Fuzzy Linear Programming Technique Applicationijsrd.com
 
Application of Plasma Technology for Coated Textile
Application of Plasma Technology for Coated TextileApplication of Plasma Technology for Coated Textile
Application of Plasma Technology for Coated Textileijsrd.com
 
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...ijsrd.com
 
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...ijsrd.com
 
Analysis of Different Parking Space and its Comparison
Analysis of Different Parking Space and its ComparisonAnalysis of Different Parking Space and its Comparison
Analysis of Different Parking Space and its Comparisonijsrd.com
 
A Survey of Techniques Used To Detect Selfish Nodes in MANET
 A Survey of Techniques Used To Detect Selfish Nodes in MANET A Survey of Techniques Used To Detect Selfish Nodes in MANET
A Survey of Techniques Used To Detect Selfish Nodes in MANETijsrd.com
 
Comparative study on growth status of Teen age Male Volleyball players on sel...
Comparative study on growth status of Teen age Male Volleyball players on sel...Comparative study on growth status of Teen age Male Volleyball players on sel...
Comparative study on growth status of Teen age Male Volleyball players on sel...ijsrd.com
 
Performance Analysis using OEE
Performance Analysis using OEEPerformance Analysis using OEE
Performance Analysis using OEEijsrd.com
 
Introduction to VIP with PCI Express Technology
Introduction to VIP with PCI Express TechnologyIntroduction to VIP with PCI Express Technology
Introduction to VIP with PCI Express Technologyijsrd.com
 
Clustering Algorithm for Gujarati Language
Clustering Algorithm for Gujarati LanguageClustering Algorithm for Gujarati Language
Clustering Algorithm for Gujarati Languageijsrd.com
 
Text Based Fuzzy Clustering Algorithm to Filter Spam E-mail
Text Based Fuzzy Clustering Algorithm to Filter Spam E-mailText Based Fuzzy Clustering Algorithm to Filter Spam E-mail
Text Based Fuzzy Clustering Algorithm to Filter Spam E-mailijsrd.com
 
Improved Frequent Pattern Mining Algorithm using Divide and Conquer Technique...
Improved Frequent Pattern Mining Algorithm using Divide and Conquer Technique...Improved Frequent Pattern Mining Algorithm using Divide and Conquer Technique...
Improved Frequent Pattern Mining Algorithm using Divide and Conquer Technique...ijsrd.com
 
A Decision Tree Based Classifier for Classification & Prediction of Diseases
A Decision Tree Based Classifier for Classification & Prediction of DiseasesA Decision Tree Based Classifier for Classification & Prediction of Diseases
A Decision Tree Based Classifier for Classification & Prediction of Diseasesijsrd.com
 
A review on techniques for optimizing process parameters for TIG Welding Alum...
A review on techniques for optimizing process parameters for TIG Welding Alum...A review on techniques for optimizing process parameters for TIG Welding Alum...
A review on techniques for optimizing process parameters for TIG Welding Alum...ijsrd.com
 
A Review Study on Methods of Tunneling in Hard Rocks
A Review Study on Methods of Tunneling in Hard RocksA Review Study on Methods of Tunneling in Hard Rocks
A Review Study on Methods of Tunneling in Hard Rocksijsrd.com
 

Viewers also liked (18)

Multiparameter Web Sensor
Multiparameter Web SensorMultiparameter Web Sensor
Multiparameter Web Sensor
 
A survey on Efficient Enhanced K-Means Clustering Algorithm
 A survey on Efficient Enhanced K-Means Clustering Algorithm A survey on Efficient Enhanced K-Means Clustering Algorithm
A survey on Efficient Enhanced K-Means Clustering Algorithm
 
Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...
Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...
Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...
 
ON Fuzzy Linear Programming Technique Application
ON Fuzzy Linear Programming Technique ApplicationON Fuzzy Linear Programming Technique Application
ON Fuzzy Linear Programming Technique Application
 
Application of Plasma Technology for Coated Textile
Application of Plasma Technology for Coated TextileApplication of Plasma Technology for Coated Textile
Application of Plasma Technology for Coated Textile
 
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
 
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
 
Analysis of Different Parking Space and its Comparison
Analysis of Different Parking Space and its ComparisonAnalysis of Different Parking Space and its Comparison
Analysis of Different Parking Space and its Comparison
 
A Survey of Techniques Used To Detect Selfish Nodes in MANET
 A Survey of Techniques Used To Detect Selfish Nodes in MANET A Survey of Techniques Used To Detect Selfish Nodes in MANET
A Survey of Techniques Used To Detect Selfish Nodes in MANET
 
Comparative study on growth status of Teen age Male Volleyball players on sel...
Comparative study on growth status of Teen age Male Volleyball players on sel...Comparative study on growth status of Teen age Male Volleyball players on sel...
Comparative study on growth status of Teen age Male Volleyball players on sel...
 
Performance Analysis using OEE
Performance Analysis using OEEPerformance Analysis using OEE
Performance Analysis using OEE
 
Introduction to VIP with PCI Express Technology
Introduction to VIP with PCI Express TechnologyIntroduction to VIP with PCI Express Technology
Introduction to VIP with PCI Express Technology
 
Clustering Algorithm for Gujarati Language
Clustering Algorithm for Gujarati LanguageClustering Algorithm for Gujarati Language
Clustering Algorithm for Gujarati Language
 
Text Based Fuzzy Clustering Algorithm to Filter Spam E-mail
Text Based Fuzzy Clustering Algorithm to Filter Spam E-mailText Based Fuzzy Clustering Algorithm to Filter Spam E-mail
Text Based Fuzzy Clustering Algorithm to Filter Spam E-mail
 
Improved Frequent Pattern Mining Algorithm using Divide and Conquer Technique...
Improved Frequent Pattern Mining Algorithm using Divide and Conquer Technique...Improved Frequent Pattern Mining Algorithm using Divide and Conquer Technique...
Improved Frequent Pattern Mining Algorithm using Divide and Conquer Technique...
 
A Decision Tree Based Classifier for Classification & Prediction of Diseases
A Decision Tree Based Classifier for Classification & Prediction of DiseasesA Decision Tree Based Classifier for Classification & Prediction of Diseases
A Decision Tree Based Classifier for Classification & Prediction of Diseases
 
A review on techniques for optimizing process parameters for TIG Welding Alum...
A review on techniques for optimizing process parameters for TIG Welding Alum...A review on techniques for optimizing process parameters for TIG Welding Alum...
A review on techniques for optimizing process parameters for TIG Welding Alum...
 
A Review Study on Methods of Tunneling in Hard Rocks
A Review Study on Methods of Tunneling in Hard RocksA Review Study on Methods of Tunneling in Hard Rocks
A Review Study on Methods of Tunneling in Hard Rocks
 

Similar to Super-Resolution of Multispectral Images

SAR ICE IMAGE CLASSIFICATION USING PARALLELEPIPED CLASSIFIER BASED ON GRAM-SC...
SAR ICE IMAGE CLASSIFICATION USING PARALLELEPIPED CLASSIFIER BASED ON GRAM-SC...SAR ICE IMAGE CLASSIFICATION USING PARALLELEPIPED CLASSIFIER BASED ON GRAM-SC...
SAR ICE IMAGE CLASSIFICATION USING PARALLELEPIPED CLASSIFIER BASED ON GRAM-SC...cscpconf
 
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Pinaki Ranjan Sarkar
 
Single Image Super Resolution using Interpolation and Discrete Wavelet Transform
Single Image Super Resolution using Interpolation and Discrete Wavelet TransformSingle Image Super Resolution using Interpolation and Discrete Wavelet Transform
Single Image Super Resolution using Interpolation and Discrete Wavelet Transformijtsrd
 
(17 22) karthick sir
(17 22) karthick sir(17 22) karthick sir
(17 22) karthick sirIISRTJournals
 
Satellite Image Classification using Decision Tree, SVM and k-Nearest Neighbor
Satellite Image Classification using Decision Tree, SVM and k-Nearest NeighborSatellite Image Classification using Decision Tree, SVM and k-Nearest Neighbor
Satellite Image Classification using Decision Tree, SVM and k-Nearest NeighborNational Cheng Kung University
 
An ensemble classification algorithm for hyperspectral images
An ensemble classification algorithm for hyperspectral imagesAn ensemble classification algorithm for hyperspectral images
An ensemble classification algorithm for hyperspectral imagessipij
 
P.maria sheeba 15 mco010
P.maria sheeba 15 mco010P.maria sheeba 15 mco010
P.maria sheeba 15 mco010W3Edify
 
Irrera gold2010
Irrera gold2010Irrera gold2010
Irrera gold2010grssieee
 
FUZZY BASED HYPERSPECTRAL IMAGE SEGMENTATION USING SUBPIXEL DETECTION
FUZZY BASED HYPERSPECTRAL IMAGE SEGMENTATION USING SUBPIXEL DETECTIONFUZZY BASED HYPERSPECTRAL IMAGE SEGMENTATION USING SUBPIXEL DETECTION
FUZZY BASED HYPERSPECTRAL IMAGE SEGMENTATION USING SUBPIXEL DETECTIONijistjournal
 
Fuzzy based hyperspectral image
Fuzzy based hyperspectral imageFuzzy based hyperspectral image
Fuzzy based hyperspectral imageijistjournal
 
Fuzzy based hyperspectral image
Fuzzy based hyperspectral imageFuzzy based hyperspectral image
Fuzzy based hyperspectral imageijistjournal
 
Survey on Single image Super Resolution Techniques
Survey on Single image Super Resolution TechniquesSurvey on Single image Super Resolution Techniques
Survey on Single image Super Resolution TechniquesIOSR Journals
 
Survey on Single image Super Resolution Techniques
Survey on Single image Super Resolution TechniquesSurvey on Single image Super Resolution Techniques
Survey on Single image Super Resolution TechniquesIOSR Journals
 
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...CSCJournals
 
High Resolution Mri Brain Image Segmentation Technique Using Holder Exponent
High Resolution Mri Brain Image Segmentation Technique Using Holder Exponent  High Resolution Mri Brain Image Segmentation Technique Using Holder Exponent
High Resolution Mri Brain Image Segmentation Technique Using Holder Exponent ijsc
 
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENTHIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENTijsc
 
Optimal Coefficient Selection For Medical Image Fusion
Optimal Coefficient Selection For Medical Image FusionOptimal Coefficient Selection For Medical Image Fusion
Optimal Coefficient Selection For Medical Image FusionIJERA Editor
 
IRJET- Fusion of VNIR and SWIR Bands of Sentinel-2A Imagery
IRJET- Fusion of VNIR and SWIR Bands of Sentinel-2A ImageryIRJET- Fusion of VNIR and SWIR Bands of Sentinel-2A Imagery
IRJET- Fusion of VNIR and SWIR Bands of Sentinel-2A ImageryIRJET Journal
 
IRJET-Multimodal Image Classification through Band and K-Means Clustering
IRJET-Multimodal Image Classification through Band and K-Means ClusteringIRJET-Multimodal Image Classification through Band and K-Means Clustering
IRJET-Multimodal Image Classification through Band and K-Means ClusteringIRJET Journal
 
IGARSS 2011 Arch.ppt
IGARSS 2011 Arch.pptIGARSS 2011 Arch.ppt
IGARSS 2011 Arch.pptgrssieee
 

Similar to Super-Resolution of Multispectral Images (20)

SAR ICE IMAGE CLASSIFICATION USING PARALLELEPIPED CLASSIFIER BASED ON GRAM-SC...
SAR ICE IMAGE CLASSIFICATION USING PARALLELEPIPED CLASSIFIER BASED ON GRAM-SC...SAR ICE IMAGE CLASSIFICATION USING PARALLELEPIPED CLASSIFIER BASED ON GRAM-SC...
SAR ICE IMAGE CLASSIFICATION USING PARALLELEPIPED CLASSIFIER BASED ON GRAM-SC...
 
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
 
Single Image Super Resolution using Interpolation and Discrete Wavelet Transform
Single Image Super Resolution using Interpolation and Discrete Wavelet TransformSingle Image Super Resolution using Interpolation and Discrete Wavelet Transform
Single Image Super Resolution using Interpolation and Discrete Wavelet Transform
 
(17 22) karthick sir
(17 22) karthick sir(17 22) karthick sir
(17 22) karthick sir
 
Satellite Image Classification using Decision Tree, SVM and k-Nearest Neighbor
Satellite Image Classification using Decision Tree, SVM and k-Nearest NeighborSatellite Image Classification using Decision Tree, SVM and k-Nearest Neighbor
Satellite Image Classification using Decision Tree, SVM and k-Nearest Neighbor
 
An ensemble classification algorithm for hyperspectral images
An ensemble classification algorithm for hyperspectral imagesAn ensemble classification algorithm for hyperspectral images
An ensemble classification algorithm for hyperspectral images
 
P.maria sheeba 15 mco010
P.maria sheeba 15 mco010P.maria sheeba 15 mco010
P.maria sheeba 15 mco010
 
Irrera gold2010
Irrera gold2010Irrera gold2010
Irrera gold2010
 
FUZZY BASED HYPERSPECTRAL IMAGE SEGMENTATION USING SUBPIXEL DETECTION
FUZZY BASED HYPERSPECTRAL IMAGE SEGMENTATION USING SUBPIXEL DETECTIONFUZZY BASED HYPERSPECTRAL IMAGE SEGMENTATION USING SUBPIXEL DETECTION
FUZZY BASED HYPERSPECTRAL IMAGE SEGMENTATION USING SUBPIXEL DETECTION
 
Fuzzy based hyperspectral image
Fuzzy based hyperspectral imageFuzzy based hyperspectral image
Fuzzy based hyperspectral image
 
Fuzzy based hyperspectral image
Fuzzy based hyperspectral imageFuzzy based hyperspectral image
Fuzzy based hyperspectral image
 
Survey on Single image Super Resolution Techniques
Survey on Single image Super Resolution TechniquesSurvey on Single image Super Resolution Techniques
Survey on Single image Super Resolution Techniques
 
Survey on Single image Super Resolution Techniques
Survey on Single image Super Resolution TechniquesSurvey on Single image Super Resolution Techniques
Survey on Single image Super Resolution Techniques
 
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
 
High Resolution Mri Brain Image Segmentation Technique Using Holder Exponent
High Resolution Mri Brain Image Segmentation Technique Using Holder Exponent  High Resolution Mri Brain Image Segmentation Technique Using Holder Exponent
High Resolution Mri Brain Image Segmentation Technique Using Holder Exponent
 
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENTHIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
 
Optimal Coefficient Selection For Medical Image Fusion
Optimal Coefficient Selection For Medical Image FusionOptimal Coefficient Selection For Medical Image Fusion
Optimal Coefficient Selection For Medical Image Fusion
 
IRJET- Fusion of VNIR and SWIR Bands of Sentinel-2A Imagery
IRJET- Fusion of VNIR and SWIR Bands of Sentinel-2A ImageryIRJET- Fusion of VNIR and SWIR Bands of Sentinel-2A Imagery
IRJET- Fusion of VNIR and SWIR Bands of Sentinel-2A Imagery
 
IRJET-Multimodal Image Classification through Band and K-Means Clustering
IRJET-Multimodal Image Classification through Band and K-Means ClusteringIRJET-Multimodal Image Classification through Band and K-Means Clustering
IRJET-Multimodal Image Classification through Band and K-Means Clustering
 
IGARSS 2011 Arch.ppt
IGARSS 2011 Arch.pptIGARSS 2011 Arch.ppt
IGARSS 2011 Arch.ppt
 

More from ijsrd.com

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Gridijsrd.com
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Thingsijsrd.com
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Lifeijsrd.com
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTijsrd.com
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...ijsrd.com
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...ijsrd.com
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Lifeijsrd.com
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learningijsrd.com
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation Systemijsrd.com
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...ijsrd.com
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigeratorijsrd.com
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...ijsrd.com
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingijsrd.com
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logsijsrd.com
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMijsrd.com
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Trackingijsrd.com
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...ijsrd.com
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparatorsijsrd.com
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...ijsrd.com
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.ijsrd.com
 

More from ijsrd.com (20)

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
 

Recently uploaded

Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
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
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 

Recently uploaded (20)

Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
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
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
★ 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
 

Super-Resolution of Multispectral Images

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 3, 2013 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 770 Super-Resolution of Multispectral Images Mr. Dhaval Shingala 1 Ms. Rashmi Agrawal 2 1 PG Student, Computer Engineering Department 2 Assistant Professor, Computer Engineering Department 1,2 Atmiya Institute of Technology and Science, Rajkot. Abstract—Multispectral images are used for space Arial application, target detection and remote sensing application. MS images are very rich in spectral resolution but at a cost of spatial resolution. We propose a new method to increase a spatial resolution MS images. For spatial resolution enhancement of MS images we need to employ a super- resolution technique which uses a Principal Component Analysis (PCA) based approach by learning an edge details from database. Experiments have been carried out on both real multispectral (MS) data and MS data. This experiment is done with the usefulness for hyper spectral (HS) data as a future work. I. INTRODUCTION Multispectral images having few no of bands with a few spectral resolution and average spatial resolution, increasing spatial resolution helps to get better characterization of materials on the observed surface. There are many factors are affecting on the image quality like sensor noise atmospheric turbulences etc. Remote sensing application captures images which have distortion due to image optics or sensor array that degrade the acquired image quality. Post processing is an important parameter in remote sensing application. Sensor limitations can affect the performance of an algorithms which are used to process MS data, even more these limitations also limits the classifiers performance to classify an object correctly. Several techniques has proposed in last few years to improve the spatial resolution of MS images [1, 2]. Super-resolution of MS data is a kind of image reconstruction, our main goal is to increase a spatial resolution and which is the hardest parameter to handle with imaging system. In this report, a new super-resolution technique is introduced. By using a PCA based learning approach we enhance the spatial resolution of MS data. A new approach based on learning edge information in PCA transform domain and tries to enhance those edge details in spatial domain. Experiments have been conducted on real MS data and trying to compare the effectiveness of proposed technique. Section 2 gives detailed description of the proposed technique in this report. Section 3 gives experimental results. Section 4 shows conclusion and perspective. A. Related works: Many different algorithms for spatial resolution enhancement of HS images have been proposed [3, 4]. Fusion techniques are mostly used in which spatial information of a high resolution (HR) image is imposed onto the low resolution (LR) MS images [5, 6]. Some other approaches are based on spectral mixture analysis (SMA) or sub pixel classification [7]. MAP estimator with a Huber- MRF (Markov random field) prior model to preserve discontinuities and solve the blurring problem observed in the high resolution images reconstructed with smoothness imposing priors. In the projections onto convex sets (POCS) based super-resolution methods an initial estimate of the high resolution target image is updated iteratively based on the error measured between the observed and low-resolution images obtained by simulating the imagery process with the initial estimate as the input. II. SUPER-RESOLUTION Super-resolution (SR) techniques that increase the spatial resolution of an image for better classification, better fault detection. There are both single-frame and multiple-frame SR algorithms available. Multiple-frame SR uses the sub- pixel shifts between multiple low resolution images of the same scene. A SR technique create an improved resolution image by fusing information from all low resolution images, and creates higher resolution images for better classification of the scene. III. MULTISPECTRAL IMAGING Multispectral sensors collect information as a set of images. Each image represents an electromagnetic spectrum, by combining all such spectrum bands it generates multispectral image cube. This MS cube generates by airborne sensors like the NASA’s Airborne Visible/Infrared Imaging Spectrometer (AVIRIS) from satellites like NASA’s Hyperion, NASA's ER-2 jet. Most important application of multispectral imaging is in remote sensing. There are other factors which degrades the quality of multispectral images as follows 1) Imperfect imaging optics 2) Atmospheric turbulence or scattering 3) illumination effect and sensor noise Some disadvantages of multispectral images are storage capacity, limited data transfer etc. Here we employ PCA to resolve the problem of storage capacity. This sensor collects data in 224 contiguous spectral bands with a bandwidth of 0.10μm. Multispectral data is generally collected by remote sensors in many narrow spectral bands. The resulting datasets contain large number of image bands within a narrow wavelength. Each 20-m square cell in the scene has a continuous spectrum over the range from 0.4 to 2.5μm. Multispectral data is used for a wide variety of military and commercial applications such as military and commercial applications, target detection, tacking, agriculture monitoring and natural resource exploration.
  • 2. Super-Resolution of Multispectral Images (IJSRD/Vol. 1/Issue 3/2013/0092) All rights reserved by www.ijsrd.com 771 IV. SUPER-RESOLUTION OF MULTISPECTRAL IMAGES Super-resolution reconstruction can be defined as the process of combining multiple low resolution images to form a higher resolution image. In remote sensing application four types of resolutions need to handle. 1) Spatial resolution: Spatial resolution refers to the distance between the nearest objects that can be resolved (e.g. pixel). 2) Spectral resolution: Spectral resolution is defined as the narrowest bandwidth over which radiation is recorded. 3) Radiometric resolution: Radiometric resolution or quantization is defined as the sensitivity of a sensor to difference in strength of electromagnetic radiation signal and determines the smallest difference in intensity of the signal that can be distinguished. 4) Temporal resolution: Temporal resolution refers to the frequency of observation by sensors. Technically spatial resolution and spectral resolution can be inter-related so that one can be improved at the expense of the others. Two kinds of sensors that are used for remote sensing in the past, one is panchromatic sensors and another one is multispectral sensors. In general panchromatic sensors have broad spectral range and thus their spectral resolution is less. Mostly panchromatic sensors have more spatial resolution as compared to multispectral sensors which have higher spectral resolution. V. RESEARCH ISSUES WITH SUPER-RESOLUTION OF MULTISPECTRAL DATA The use of MS data is or environment monitoring forests tree species identification, geological exploration and many other applications. Major issues with MS data are huge amount of storage capacity required; rich spectral resolution at a cost of spatial resolution and reduced signal-to-noise ratio, computational complexity is high. Before processing it needs to employ data compression technique to reduce the size of MS data. The primary difficulty is that the resolution enhancement problem is an ill-conditioned. Suppose that the low resolution multispectral image contains M pixels and K spectral bands (MK known parameter) and the high resolution image contains N pixels where N > M, usually by more than an order of magnitude. Objective is to estimate N pixels by K spectral bands (NK unknowns) of high resolution MS image. For example, let K=224, N=4096 (64 by 64), and M=1024 (32 x 32). Then there are 9, 17,504 unknowns to estimate from 2, 29,376 equations. VI. PRINCIPAL COMPONENT ANALYSIS (PCA): Principal Components Analysis is a useful statistical technique that has found application in fields such as face recognition and image compression. PCA is appropriate when you have obtained measures on a number of observed variables and wish to develop a smaller number of artificial variables (called principal components) that will account for most of the variance in the observed variables. The principal components may be used as predictor variables in subsequent analyses. It is a common technique for finding patterns in data of high dimension. PCA is a method that reduces data dimensionality by performing a covariance analysis between factors [11]. It is suitable for data sets in multiple dimensions, such as experiments on MS data. MS data tend to be distributed in the shape of a hyper ellipsoid [8], which demonstrates the fact that higher dimensional data is highly correlated. Transformation methods like PCA try to exploit the correlation present in the data by projecting the data onto some other space where the axes are orthogonal to each other. In PCA, second order statistics the co-variance matrix, is used as the basis of transformation. Those principal components having larger eigenvalues having the highest variance present in the data. PCA is the best method for dimensionality reduction [12, 13] especially in MS data it has been observed. Steps to get principal components of a given data 1) Generating the data 2) Calculating the mean 3) Deviation from the Mean 4) Find out covariance matrix 5) Calculate eigenvalues and eigenvectors of the covariance matrix 6) Sort these eigenvalues and eigenvectors 7) Select the subset of eigenvector as a basis to represent the data in smaller dimensions. 8) Project the data into newer dimension. VII. PROPOSED METHOD TO GET HIGH RESOLUTION USING LEARNING BASED APPROACH Proposed algorithm is for spatial resolution enhancement by using PCA based learning. In proposed algorithm, first we need to get the low resolution MS data which is generated by degrading the original MS data. For simulation purpose input of the proposed algorithm is the degraded MS data. Degradation was done by down-sampling the original MS data. These degraded MS data becomes our test data to super resolve. Fig. 1: original size of data (8 by 8) & down-sampled version of a having size (4 by 4) Figure 1 shows that how we created down-sampled data. This down-sampled data is now taken as a test image and we need to super-resolve them. In creation of down-sampled data we just take an average of four pixel of (figure a) an image to get one pixel of down-sampled image (figure b). a a B b a a B b c c D d c c D d a b c d
  • 3. Super-Resolution of Multispectral Images (IJSRD/Vol. 1/Issue 3/2013/0092) All rights reserved by www.ijsrd.com 772 We have an MS test data which has low resolution. As a first step of this technique is the interpolation. Apply an interpolation which gives us MS data in higher resolution which is desired. We uses interpolation just to get desired resolution, an interpolation does not give any extra information in higher resolved MS data. There are two main tasks which are of main concern, first is to reduce the size of MS data and second is to super resolve the MS data. The MS data having M no of images which is very huge data, to process on these many no of images is computationally taxing and that is why we need to first reduce the size. Now apply the PCA on interpolated test MS data to reduce the size. As a result of PCA we choose first few principal components N where N<<M and that are sufficient enough to represent the whole MS data with a loss of very less amount of information. Now we have to super resolve only N number of principle components that is equivalent to super resolve M number of images. Second, with these N images we need to super resolve the original data which has M images. After applying PCA transformation we have a data in transformed domain. From these transformed images we choose first C principal components where C<<<N and N<<<M. First C principal component have high variance and which is having high power to represent the whole data set. From definition of PCA an image which has high variance (lets first few) considered as more informative (more power) images and these images get chosen for learning. In this technique we present a learning-based approach for that we have a database having high resolution images of a same class as an input data. We have a database of satellite images which all are in higher resolution. We need to learn the details for transformed data. As our database is in spatial domain and we need to convert into transformed domain to learn. Now we applied PCA on database and as a result we get transformed database images. To learn the high variance principle component we first break it into small blocks. In this technique we have to learn first C principal component block by block from database. Even we convert our transformed database images into blocks format. For learning the principal components we first choose a block and find its best match from blocks of database images and replace it. After completion of learning procedure for all blocks of principal components we have new set of modified (leaned) N images. By using these learned principal components we got N super resolved images. Another technique is a mean correction of MS data to super resolve. In this technique we continue with PCA based approach. While we subtract the mean from input test MS data we subtract a mean of that image. We have a mean of or database; with these mean values we are subtracting it from input MS data. Instead of using the mean values of test MS data we subtract mean values of database. With this new dataset we apply previous technique to super resolve the MS data. Experimental results and performance of the proposed technique discussed in subsequent section. PCA Inter- polation Block Vice PCA Learning After Learning Inverse PCA Fig. 2: Schematic representation of proposed approach for image super resolution. VIII. EXPERIMENTS AND RESULTS The proposed technique is tested with two different multispectral image data sets. The first data set is the 224- band reflectance image of a urban area (Moffett Field-1) captured by the AVIRIS MS imaging system, detailed information on the data set see [9]. The second data set is also the 224-band image of an urban area (Moffett Field-2) acquired by the AVIRIS MS imaging system of different location than the first one. For detailed information on the data set see [10]. Available bands from original data remain in the 400-2500 nm wavelength range. Since the image dimensions of both data sets are too large, some specific regions are extracted from the original data and the tests are conducted on these smaller images. Both the data set (AVIRIS-Moffett Field), the proposed method is tested on both the calibrated reflectance and radiance data. (a) (b) (b) (d) Fig. 3: (a)Original MS image (64*64), (b) Down-sampled version of (a) (32*32), (c) Interpolated version of (b) (64*64), (d) Reconstructed MS image (64*64). (Original MS images captured by AVIRIS imaging system of urban area (Moffett Field) Low Resolution MS Images High Resolution MS images Transformed MS data High resolution DATABASE Images Transformed DATABASE Images Choose first few Principal components Learned Components from database Super resolved images Higher Resolution MS Images Convert the DATABAS EIMAGE into Blocks
  • 4. Super-Resolution of Multispectral Images (IJSRD/Vol. 1/Issue 3/2013/0092) All rights reserved by www.ijsrd.com 773 On the other hand, since the AVIRIS data includes bandwidth MS beyond the visible range. For this reason, a specific frequency band is selected (the fourteenth band is used for all the figures in this paper) for visual purposes. We conducted two sets of experiments. In both the set, the proposed method is applied to single MS images from the Moffett Field data set to get higher resolution versions. We proceed with applying the proposed method to the original MS image. After down-sampling of all necessary bands of MS data by a factor of 2, we have an input test data to be super resolved. To get the desired higher resolution of down- sampled MS images, first we applied an interpolation on input test images. On interpolated data we applied a PCA transformation. As a result we have transformed images (principal components). For reduction of size of the MS data we choose first 50 principal components which can have sufficient power to represent 224 images. Since our first task to compress the MS data is done through PCA, next procedure for super resolution we applied on those compressed data, In proposed algorithm super resolution of 224 images of MS data is as equivalent as to super resolve first 50 transformed images that have high variances. From the algorithm we apply our learning method for only first two principal components. On the other hand, database is also have transformed original high resolution images. Learning is done based on block by block learning. We convert those two principal components in to 8 by 8 blocks as well as we have 8 by 8 blocks of database images, for each block we are finding best match from database and replace that block in test images. By using these first two learned images and rest of 48 images we are able to super resolve 224 images. In order to evaluate the performance of the method we compare with interpolated MS data. Find correlation between original MS data and interpolated data and correlation between original MS and super resolved MS data. Multispectral Image-1 Selected Bands Of MS Data Band-4 Band-5 Band-6 Original & Interpolated 0.75536 0.76324 0.75073 Original & SR with Proposed approach 0.78774 0.78341 0.76581 Original & SR with SA 0.77342 0.77674 0.75348 Table. 1: Numerical Results For Aviris Ms Data Multispectral Image-1 Selected Bands Of MS Data Band-4 Band-5 Band-6 Original & Interpolated 0.78581 0.76328 0.75076 Original & SR with Proposed approach 0.81672 0.76341 0.76581 Original & SR with SA 0.80123 0.75189 0.76128 Table. 2: Numerical Results For Aviris MS DATA Multispectral Image-1 Selected Bands Of MS Data Band-4 Band-5 Band-6 Original & Interpolated 0.65697 0.63287 0.65072 Original & SR with Proposed approach 0.67111 0.66341 0.66581 Original & SR with SA 0.66486 0.66172 0.65589 Table. 3: Numerical Results For Aviris MS DATA Multispectral Image-1 Selected Bands Of MS Data Band-4 Band-5 Band-6 Original & Interpolated 0.83752 0.84632 0.84507 Original & SR with Proposed Approach 0.84141 0.86341 0.86581 Original & SR with SA 0.83884 0.85438 0.85892 Table. 4: Numerical Results for Aviris Ms Data IX. CONCLUSION In this paper a new resolution enhancement method for MS imagery is proposed. Learning for high variance (high power) transformed images is the main idea of the technique which is realized that results are completely dependent on how your test image correlated with database images, if test images have same characteristics as database images, probability of getting better results are considerably high. The necessary experiments are carried out on some real MS data using the proposed technique. The proposed technique is completely dependent on how we choose database that would be the main drawback of this approach. Another drawback of proposed approach is computation complexity is too high. REFERENCES [1] A.T. Eismann and R.C. Hardie,”Multispectral resolution enhancement using high-resolution multispectral imagery with arbitrary response functions,” IEEE Trans. Geosci. Remote Sens., 43 (3) 455-465, 2005. [2] M.Q. Nguyen, P.M. Atkinson, and H.G. Lewis, ”Super resolution mapping using a Hopfield neural network with fused images,” IEEE Trans. Geosc. Remote Sens., 44 (3) 736-749, 2006. [3] F.A. Mianji, Y. Zhang, and A. Babakhani, “Optimum Method Selection For Resolution Enhancement Of Multispectral Imagery,” Information Technology Journal, 8(3) 263-274, 2009. [4] Y. Gu, Y. Zhang, and J. Zhang, “Integration of spatial- spectral Information for resolution enhancement in multispectral images,” IEEE Trans. Geosci And Remote Sens., 46(5) 1347-1358, 2008.
  • 5. Super-Resolution of Multispectral Images (IJSRD/Vol. 1/Issue 3/2013/0092) All rights reserved by www.ijsrd.com 774 [5] M.T. Eismann and R.C. Hardie, “Multispectral resolution enhancement using high-resolution multispectral imagery with arbitrary Response Functions,” IEEE Trans. Geosci Remote Sens. 43(3)455–465,2005. [6] G.D. Robinson, H.N. Gross, and J. R. Schott, “Evaluation of two applications of spectral mixing models to image fusion, “Remote Sens. Environ., 71 (3) 272–281, 2000. [7] A.J. Tatem, H.G. Lewis, P.M. Atkinson, and M.S. Nixon, “Superresolution target identification from remotely sensed images using a Hopfield neural network,” IEEE Trans. Geosci.Remote Sens., 39 (4) 781–796, 2001. [8] C.Lee and D.A.Landgrebe, “Analysing High Dimensional Data,” IEEE Transactions on Geoscience and Remote Sensing, Volume 31, No. 4, pp. 792-800, July 1993. [9] Aviris Free Data. Jet Propulsion Lab., California Inst. Technol., Pasadena.[Online].Available:http://aviris.jpl.nasa.gov/ html/aviris.freedata.html [10] D. H. Brainard. Multispectral Image Data. [Online]. Available:http://color.psych.ucsb.edu//multispectral/ [11] M.A. Turk and A.P. Pentland, “Face Recognition Using Eigenfaces”, IEEE Conf. on Computer Visionand Pattern Recognition, pp. 586-591, 1991 [12] Smith, L.; A tutorial on Principal Components Analysis; (2002). http://www.cs.otago.ac.nz/cosc453/student_tutorials/pr incipal_components.pdf [13] Shlens, J.; A tutorial on Principal Component Analysis; (2003) http://www.cs.princeton.edu/picasso/mats/PCA- Tutorial-Intuition_jp.pdf