SlideShare a Scribd company logo
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
DOI : 10.5121/ijist.2014.4306 39
AUTOMATIC TARGET DETECTION IN
HYPERSPECTRAL IMAGES USING NEURAL
NETWORK
Mr.P.Anand1
(AP/ECE), P.Deva Princy2
, M.Ponvishalakshi3
Department of Electronics and Communication Engineering
Velammal College of Engineering and Technology
Viraganoor, Madurai
Abstract
Spectral analysis of remotely sensed images provide the required information accurately even for small
targets. Hence Hyperspectral imaging is being used which follows the technique of dividing images into
bands. These Hyperspectral images find their applications in agriculture, biomedical, marine analysis, oil
seeps detection etc. A Hyperspectral image contains many spectra, one for each individual point on the
sample’s surface and in this project the required target on the Hyperspectral image is going to be detected
and classified. Hyperspectral remote sensing image classification is a challenging problem because of its
high dimensional inputs, many class outputs and limited availability of reference data. Therefore some
powerful techniques to improve the accuracy of classification are required. The objective of our project is
to reduce the dimensionality of the Hyperspectral image using Principal Component Analysis followed by
classification using Neural Network. The project is to be implemented using MATLAB.
1.INTRODUCTION
Recently, a new generation of remote sensing instruments with very high spectral resolution,
called imaging spectrometers or Hyperspectral imaging sensors have been developed to uncover
subtle material substances that generally cannot be resolved by multispectral sensors. So,
Hyperspectral imaging could be used for identifying or detecting a target which is very much
smaller and which could be said to be present in sub pixel level. In this way this detection
technique could be used in various applications such as special species detection in agriculture,
detecting toxic/metal waste in environmental monitoring, rare minerals in geology, drug tracking
in law enforcement, diseases in crops, and some other dairy applications.
The use of Hyperspectral images brings in new capabilities along with some difficulties in their
processing and analysis. Unlike the widely used multispectral images, Hyperspectral images can
be used not only to distinguish different categories of land cover, but also the defining
components of each land cover category, such as minerals, and soil and vegetation type. On the
other hand, there are also difficulties in processing so many bands. The large amount of data
involved with Hyperspectral imagery will, however, dramatically increase processing complexity
and time. Effectively reducing the amount of data involved or selecting the relevant bands
associated with a particular application from the entire data set becomes a unique, yet primary
task for Hyperspectral image analysis. The classification quality may decrease if more image
bands are used for the reduction. Feature or subspace selection preprocessing therefore needs to
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
40
be performed on the data (Campbell 1996). In this paper we use the principal component analysis
(PCA) to select the best bands for classification, analyze their contents, and evaluate the
correctness of classification obtained by using PCA images.
After extracting the required feature using Principal Component Analysis, classification is needed
to be done for detecting the necessary target. For the classification purpose Neural Network is
being used.
2. HYPERSPECTRAL IMAGES
Hyperspectral images are those which contain many spectra, one for each individual point on the
surface of the sample. These Hyperspectral images have dozens to hundreds of narrow bands.
This shows the importance of the Hyperspectral images that the multispectral images have less
number of bands.
The range of the Hyperspectral images will be from UV to Long Wave Infrared, but the range of
multispectral images will be up to visible region. Hence, vast quantities of data can be obtained
from these Hyperspectral images because of the more number of bands which are simultaneously
imaged. Since, these images have high dimensionality they could not be classified using
traditional classifiers like Maximum Likelihood Classifier.
Two Different Hyperspectral Images are used with the assumption that target is present in one of
those images. Two of those images are as shown in the figure below.
Fig 1.1.Band 7 Hyperspectral image.
Fig 1.2. Band 33 Hyperspectral image.
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
41
One of the above images has the required target, and by extracting the features of these images,
the image with the target is needed to be identified. Thus the images are now ready for
preprocessing.
3. PRE-PROCESSING
One of the challenging problems in processing high dimensional data with better spectral and
temporal resolution is the computational complexity resulting from processing the vast amount of
data volume. This is particularly true for Hyperspectral images containing numerous spectral
bands. Preprocessing of Hyperspectral imagery is required both for display and for proper band
selection to reduce the data dimensionality and computational complexity. The pre processing
process provides some of supports like calibration, atmospheric correction, radiometric correction
and data normalization.
The images so taken as inputs are preprocessed to get the output as shown in the figure below.
Fig 3.1 a) input image b) preprocessed output
Fig 3.2 a) input image b) preprocessed output
4 .PRINCIPAL COMPONENT ANALYSIS
The principal component analysis is based on the fact that neighboring bands of Hyperspectral
images are highly correlated and often convey almost the same information about the object. The
analysis is used to transform the original data so to remove the correlation among the bands. In
the process, the optimum linear combination of the original bands accounting for the variation of
pixel values in an image is identified.
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
42
Principal Component Analysis is mainly preferred for feature extraction in Hyperspectral images.
This is mainly because the Hyperspectral image is the one which contains more information than
the other type of images. So, the dimension of the image will be more in Hyperspectral one than
others. And hence dimensionality reduction must be done in order to make the further processing
of the image as simple one. Thus for this purpose, we use Principal Component Analysis. This
type of feature extraction helps in reducing the dimension, by doing so other process can be
considered easier.
The features so extracted from the two Hyperspectral images of 7 bands and 33 bands are
tabulated as follows.
Extracted features
For 7 Bands For 33 bands
0.0162 -0.0029
-0.0289 0.0147
0.0145 0.0283
0.0233 -0.0177
-0.0584 -0.0424
-0.0025 0.0053
-0.0310 -0.0207
-0.0980 0.0389
0.0487 -0.0484
0.0889 -0.0052
-0.0956 0.0135
-0.0146 -0.0093
. . . . . . . .
Fig.4.1 Table showing the extracted features of band 7 and band 33 hyperspectral images.
5. NEURAL NETWORK
Classification is done with the help of Neural Networks. Neural Network outperforms the other
traditional classifiers in many situations. Rigorous evaluation of the classification accuracies
shows that the neural network performs better than the other methods and achieves approximately
90% accuracy on test data. This is the main reason for selection of Neural network for the
classifying the feature so extracted from the Hyperspectral images.
A significant advantage of Neural Networks verses other types of processing algorithms for
Hyperspectral imaging is that they are inherently amenable for parallel implementation. Neural
Networks are an appropriate tool for mixed pixel classification due to their capacity to
approximate complex non-linear functions.The below block diagram shows the classification by
neural network.
Therefore, the classification technique consists of two modules as shown in the block diagram
above. They are training module and then testing module. The features of the target are fed in to
the training part of the classifier. And then test images are needed to be fed in to the testing
module of classification.
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
43
Fig 5.1.Block Diagram showing training and testing modules.
Training Module:
After the PCA calculation of the Hyperspectral images, their features are extracted and labels are
assigned according to the presence or absence of the target. These are given to the classifier so
present in the Testing module of the Classification.
Testing Module:
Now the PCA calculation for the test image is done. Then the features of that image are extracted
and given to the classifier.
The classifier then compares the trained features with the features which are extracted from the
test image. With the help of the label so assigned it displays the result as whether the target is
present or not.
6. RESULTS AND DISCUSSION
The result of the Principal Component Analysis for both the trained image and the test image is
shown below.
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
44
Fig 6.1 Extracted features of trained and tested images.
With the help of the above results, presence or absence of target could be identified. Neural
network then classifies it and indicates the presence of target in the image as shown below.
Fig 6.2 Output of Neural network indicating the presence of the target.
And if the target is not found, the neural network classifies and indicates the absence of the target.
Fig 6.3.Output of Neural network indicating the absence of the target.
We have identified the presence of target using the neural network classifier which is said to be
the networks of neurons. Performance of our detection method could be measured by measuring
the performance of the neural network so used. And the result so obtained from it shows that our
method of detection has high classifier accuracy.
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
45
7. CONCLUSION
A novel detection algorithm and our evaluation methodology are described here. This paper
reveals that Principal Component Analysis is the useful feature extraction technique for
Hyperspectral image classification. High dimensionality images can be easily classified using the
given approach.
Neural Network hold good in classifying the sub pixel level stuffs. Thus with the help of this even
a very small target can be detected that is, its presence can be known. Hence it can be used in
different remote sensing applications like soil classification, crop stress detection, oil seep
detection, resources identification, etc.
REFERENCES
[1] Junshi Xia, Peijun Du, Xiyan He and Jocelyn Chanussot, “Hyperspectral Remote Sensing Image
Classification Based On Rotation Forest” IEEE Geoscience And Remote Sensing Letters,Vol.11,
No.1,January 2014.
[2] J. P. Hoffbeck and D. A. Landgrebe, “Covariance matrix estimation and classification with limited
training data,” IEEE Trans. Pattern Anal. Machine Intell., vol. 18, pp. 763–767, July 1996.
[3] S. Tadjudin and D. A. Landgrebe, “Covariance estimation with limited training samples,” IEEE
Trans. Geosci. Remote. Sensing, vol. 37, pp. 2113–2118, July 1999.
[4] Q. Jackson and D. A. Landgrebe, “An adaptive classifier design for highdimensional data analysis
with a limited training data set,” IEEE Trans. Geosci. Remote. Sensing, vol. 39, pp. 2664–2679, Dec.
2001.
[5] B. M. Shahshahani and D. A. Landgrebe, “The effect of unlabeled samples in reducing the small
sample size problem and mitigating theHughes phenomenon,” IEEE Trans. Geosci. Remote. Sensing,
vol. 32, pp. 1087–1095, Sept. 1994.
[6] A. P. Dempster, N. M. Laird, and D. B. Rubin, “Maximum likelihood from incomplete data via the
EM algorithm,” J. R. Statist. Soc., vol. 19, pp. 1–38, 1977.
[7] T. K. Moon, “The expectation-maximization algorithm,” Signal Process. Mag., vol. 13, pp. 47–60,
1996.
[8] J. A. Richards and X. Jia, Remote Sensing Digital Image Analysis, Berlin, Germany: Springer-
Verlag, 1999.
[9] L. Bruzzone, F. Roli, and S. B. Serpico, “An extension to multiclass cases of the Jeffries–Matusita
distance,” IEEE Trans. Geosci. Remote Sensing, vol. 33, pp. 1318–1321, Nov. 1995.
[10] J. Kittler, “Feature set search algorithm,” in Pattern Recognition and Signal Processing, C. H. Chen,
Ed. Alphen aan den Rijn, Netherlands: Sijthoff and Noordhoff, 1978, pp. 41–60.
[11] P. Pudil, J. Novovicova, and J. Kittler, “Floating search methods in feature selection,” Pattern
Recognit. Lett., vol. 15, pp. 1119–1125, 1994.
[12] S. B. Serpico and L. Bruzzone, “A new search algorithm for feature selection in hyperspectral remote
sensing images,” IEEE Trans. Geosci. Remote Sensing, vol. 39, pp. 1360–1367, July 2001.
[13] C. Lee and D. A. Landgrebe, “Feature extraction based on decision boundaries,” IEEE Trans. Pattern
Anal. Machine Intell., vol. 15, pp. 388–400, Apr. 1993.
[14] L. O. Jimenez and D. A. Landgrebe, “Hyperspectral data analysis and feature reduction via projection
pursuit,” IEEE Trans. Geosci. Remote Sensing, vol. 37, pp. 2653–2667, Nov. 1999.
[15] S. Kumar, J. Ghosh, and M. M. Crawford, “Best-bases feature extraction algorithms for classification
of hyperspectral data,” IEEE Trans. Geosc. Remote. Sensing, vol. 39, pp. 1368–1379, May 2001.
[16] J. P. Hoffbeck and D. A. Landgrebe, “Classification of remote sensing images having high-spectral
resolution,” Remote Sens. Environ., vol. 57, pp. 119–126, 1996.
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
46
[17] F. Tsai andW. D. Philpot, “A derivative-aided hyperspectral image analysis system for land-cover
classification,” IEEE Trans. Geosc. Remote. Sensing, vol. 40, pp. 416–425, Feb. 2002.
[18] J. A. Benediktsson and I. Kanellopoulos, “Classification of multisource and hyperspectral data based
on decision fusion,” IEEE Trans. Geosci. Remote Sensing, vol. 37, pp. 1367–1377, May 1999.
[19] X. Jia and J. A. Richards, “Cluster-space representation of hyperspectral data classification,” IEEE
Trans. Geosci. Remote Sensing, vol. 40, pp. 593–598, Mar. 2002.
[20] L. Hermes, D. Frieauff, J. Puzicha, and J. M. Buhmann, “Support vector machines for land usage
classification in landsat TM imagery,” in Proc. IGARSS, Hamburg, Germany, 1999, pp. 348–350.
Ad

More Related Content

Similar to AUTOMATIC TARGET DETECTION IN HYPERSPECTRAL IMAGES USING NEURAL NETWORK (20)

IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET Journal
 
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
IRJET Journal
 
Anomaly Detection in Fruits using Hyper Spectral Images
Anomaly Detection in Fruits using Hyper Spectral ImagesAnomaly Detection in Fruits using Hyper Spectral Images
Anomaly Detection in Fruits using Hyper Spectral Images
ijtsrd
 
hyperspectralimaging-150220022926-conversion-gate02.ppt
hyperspectralimaging-150220022926-conversion-gate02.ppthyperspectralimaging-150220022926-conversion-gate02.ppt
hyperspectralimaging-150220022926-conversion-gate02.ppt
Ernest Bonah, Ph.D
 
R-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGE
R-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGER-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGE
R-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGE
International Research Journal of Modernization in Engineering Technology and Science
 
D45012128
D45012128D45012128
D45012128
IJERA Editor
 
Object based Classification of Satellite Images by Combining the HDP, IBP and...
Object based Classification of Satellite Images by Combining the HDP, IBP and...Object based Classification of Satellite Images by Combining the HDP, IBP and...
Object based Classification of Satellite Images by Combining the HDP, IBP and...
IRJET Journal
 
IRJET - Identification of Malarial Parasites using Deep Learning
IRJET -  	  Identification of Malarial Parasites using Deep LearningIRJET -  	  Identification of Malarial Parasites using Deep Learning
IRJET - Identification of Malarial Parasites using Deep Learning
IRJET Journal
 
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
ijtsrd
 
SAR Image Classification by Multilayer Back Propagation Neural Network
SAR Image Classification by Multilayer Back Propagation Neural NetworkSAR Image Classification by Multilayer Back Propagation Neural Network
SAR Image Classification by Multilayer Back Propagation Neural Network
IJMTST Journal
 
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
INFOGAIN PUBLICATION
 
View classification of medical x ray images using pnn classifier, decision tr...
View classification of medical x ray images using pnn classifier, decision tr...View classification of medical x ray images using pnn classifier, decision tr...
View classification of medical x ray images using pnn classifier, decision tr...
eSAT Journals
 
Ca4201508513
Ca4201508513Ca4201508513
Ca4201508513
IJERA Editor
 
Techniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine LearningTechniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine Learning
IRJET Journal
 
RADAR Image Fusion Using Wavelet Transform
RADAR Image Fusion Using Wavelet TransformRADAR Image Fusion Using Wavelet Transform
RADAR Image Fusion Using Wavelet Transform
INFOGAIN PUBLICATION
 
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Journal For Research
 
Super-Resolution of Multispectral Images
Super-Resolution of Multispectral ImagesSuper-Resolution of Multispectral Images
Super-Resolution of Multispectral Images
ijsrd.com
 
Medical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining conceptsMedical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining concepts
Editor IJMTER
 
IRJET- Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET-  	  Retinal Fundus Image Segmentation using Watershed AlgorithmIRJET-  	  Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET- Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET Journal
 
Deep Learning Radial Basis Function Neural Networks Based Automatic Detection...
Deep Learning Radial Basis Function Neural Networks Based Automatic Detection...Deep Learning Radial Basis Function Neural Networks Based Automatic Detection...
Deep Learning Radial Basis Function Neural Networks Based Automatic Detection...
Associate Professor in VSB Coimbatore
 
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET Journal
 
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
IRJET Journal
 
Anomaly Detection in Fruits using Hyper Spectral Images
Anomaly Detection in Fruits using Hyper Spectral ImagesAnomaly Detection in Fruits using Hyper Spectral Images
Anomaly Detection in Fruits using Hyper Spectral Images
ijtsrd
 
hyperspectralimaging-150220022926-conversion-gate02.ppt
hyperspectralimaging-150220022926-conversion-gate02.ppthyperspectralimaging-150220022926-conversion-gate02.ppt
hyperspectralimaging-150220022926-conversion-gate02.ppt
Ernest Bonah, Ph.D
 
Object based Classification of Satellite Images by Combining the HDP, IBP and...
Object based Classification of Satellite Images by Combining the HDP, IBP and...Object based Classification of Satellite Images by Combining the HDP, IBP and...
Object based Classification of Satellite Images by Combining the HDP, IBP and...
IRJET Journal
 
IRJET - Identification of Malarial Parasites using Deep Learning
IRJET -  	  Identification of Malarial Parasites using Deep LearningIRJET -  	  Identification of Malarial Parasites using Deep Learning
IRJET - Identification of Malarial Parasites using Deep Learning
IRJET Journal
 
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
ijtsrd
 
SAR Image Classification by Multilayer Back Propagation Neural Network
SAR Image Classification by Multilayer Back Propagation Neural NetworkSAR Image Classification by Multilayer Back Propagation Neural Network
SAR Image Classification by Multilayer Back Propagation Neural Network
IJMTST Journal
 
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
INFOGAIN PUBLICATION
 
View classification of medical x ray images using pnn classifier, decision tr...
View classification of medical x ray images using pnn classifier, decision tr...View classification of medical x ray images using pnn classifier, decision tr...
View classification of medical x ray images using pnn classifier, decision tr...
eSAT Journals
 
Techniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine LearningTechniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine Learning
IRJET Journal
 
RADAR Image Fusion Using Wavelet Transform
RADAR Image Fusion Using Wavelet TransformRADAR Image Fusion Using Wavelet Transform
RADAR Image Fusion Using Wavelet Transform
INFOGAIN PUBLICATION
 
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Journal For Research
 
Super-Resolution of Multispectral Images
Super-Resolution of Multispectral ImagesSuper-Resolution of Multispectral Images
Super-Resolution of Multispectral Images
ijsrd.com
 
Medical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining conceptsMedical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining concepts
Editor IJMTER
 
IRJET- Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET-  	  Retinal Fundus Image Segmentation using Watershed AlgorithmIRJET-  	  Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET- Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET Journal
 
Deep Learning Radial Basis Function Neural Networks Based Automatic Detection...
Deep Learning Radial Basis Function Neural Networks Based Automatic Detection...Deep Learning Radial Basis Function Neural Networks Based Automatic Detection...
Deep Learning Radial Basis Function Neural Networks Based Automatic Detection...
Associate Professor in VSB Coimbatore
 

More from ijistjournal (20)

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
ijistjournal
 
Submit Your Research Articles - 6th International Conference on Natural Langu...
Submit Your Research Articles - 6th International Conference on Natural Langu...Submit Your Research Articles - 6th International Conference on Natural Langu...
Submit Your Research Articles - 6th International Conference on Natural Langu...
ijistjournal
 
Call for Papers - International Journal of Information Sciences and Technique...
Call for Papers - International Journal of Information Sciences and Technique...Call for Papers - International Journal of Information Sciences and Technique...
Call for Papers - International Journal of Information Sciences and Technique...
ijistjournal
 
International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)
ijistjournal
 
Submit Your Research Articles - International Journal of Information Sciences...
Submit Your Research Articles - International Journal of Information Sciences...Submit Your Research Articles - International Journal of Information Sciences...
Submit Your Research Articles - International Journal of Information Sciences...
ijistjournal
 
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEMA ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
ijistjournal
 
Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...
ijistjournal
 
TRACKING AND COUNTING THE VEHICLES IN NIGHT SCENES
TRACKING AND COUNTING THE VEHICLES IN NIGHT SCENESTRACKING AND COUNTING THE VEHICLES IN NIGHT SCENES
TRACKING AND COUNTING THE VEHICLES IN NIGHT SCENES
ijistjournal
 
Online Paper Submission - 6th International Conference on Machine Learning & ...
Online Paper Submission - 6th International Conference on Machine Learning & ...Online Paper Submission - 6th International Conference on Machine Learning & ...
Online Paper Submission - 6th International Conference on Machine Learning & ...
ijistjournal
 
Call for Research Papers - International Journal of Information Sciences and ...
Call for Research Papers - International Journal of Information Sciences and ...Call for Research Papers - International Journal of Information Sciences and ...
Call for Research Papers - International Journal of Information Sciences and ...
ijistjournal
 
Submit Your Research Articles - 6th International Conference on Advanced Natu...
Submit Your Research Articles - 6th International Conference on Advanced Natu...Submit Your Research Articles - 6th International Conference on Advanced Natu...
Submit Your Research Articles - 6th International Conference on Advanced Natu...
ijistjournal
 
An Embedded Module as “VIRTUAL TONGUE” for Voiceless
An Embedded Module as “VIRTUAL TONGUE” for VoicelessAn Embedded Module as “VIRTUAL TONGUE” for Voiceless
An Embedded Module as “VIRTUAL TONGUE” for Voiceless
ijistjournal
 
International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)
ijistjournal
 
Online Paper Submission - International Journal of Information Sciences and T...
Online Paper Submission - International Journal of Information Sciences and T...Online Paper Submission - International Journal of Information Sciences and T...
Online Paper Submission - International Journal of Information Sciences and T...
ijistjournal
 
SUPPRESSION OF COMMON-MODE RADIATION FROM HIGH SPEED PRINTED CIRCUIT BOARD US...
SUPPRESSION OF COMMON-MODE RADIATION FROM HIGH SPEED PRINTED CIRCUIT BOARD US...SUPPRESSION OF COMMON-MODE RADIATION FROM HIGH SPEED PRINTED CIRCUIT BOARD US...
SUPPRESSION OF COMMON-MODE RADIATION FROM HIGH SPEED PRINTED CIRCUIT BOARD US...
ijistjournal
 
Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...
ijistjournal
 
Performance Analysis of Gate Misaligned Triple Material Double Gate (TMDG) MO...
Performance Analysis of Gate Misaligned Triple Material Double Gate (TMDG) MO...Performance Analysis of Gate Misaligned Triple Material Double Gate (TMDG) MO...
Performance Analysis of Gate Misaligned Triple Material Double Gate (TMDG) MO...
ijistjournal
 
Call for Papers - International Journal of Information Sciences and Technique...
Call for Papers - International Journal of Information Sciences and Technique...Call for Papers - International Journal of Information Sciences and Technique...
Call for Papers - International Journal of Information Sciences and Technique...
ijistjournal
 
Reducing handoff delay by adaptive threshold tuning and location updates in m...
Reducing handoff delay by adaptive threshold tuning and location updates in m...Reducing handoff delay by adaptive threshold tuning and location updates in m...
Reducing handoff delay by adaptive threshold tuning and location updates in m...
ijistjournal
 
International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)
ijistjournal
 
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
ijistjournal
 
Submit Your Research Articles - 6th International Conference on Natural Langu...
Submit Your Research Articles - 6th International Conference on Natural Langu...Submit Your Research Articles - 6th International Conference on Natural Langu...
Submit Your Research Articles - 6th International Conference on Natural Langu...
ijistjournal
 
Call for Papers - International Journal of Information Sciences and Technique...
Call for Papers - International Journal of Information Sciences and Technique...Call for Papers - International Journal of Information Sciences and Technique...
Call for Papers - International Journal of Information Sciences and Technique...
ijistjournal
 
International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)
ijistjournal
 
Submit Your Research Articles - International Journal of Information Sciences...
Submit Your Research Articles - International Journal of Information Sciences...Submit Your Research Articles - International Journal of Information Sciences...
Submit Your Research Articles - International Journal of Information Sciences...
ijistjournal
 
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEMA ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
ijistjournal
 
Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...
ijistjournal
 
TRACKING AND COUNTING THE VEHICLES IN NIGHT SCENES
TRACKING AND COUNTING THE VEHICLES IN NIGHT SCENESTRACKING AND COUNTING THE VEHICLES IN NIGHT SCENES
TRACKING AND COUNTING THE VEHICLES IN NIGHT SCENES
ijistjournal
 
Online Paper Submission - 6th International Conference on Machine Learning & ...
Online Paper Submission - 6th International Conference on Machine Learning & ...Online Paper Submission - 6th International Conference on Machine Learning & ...
Online Paper Submission - 6th International Conference on Machine Learning & ...
ijistjournal
 
Call for Research Papers - International Journal of Information Sciences and ...
Call for Research Papers - International Journal of Information Sciences and ...Call for Research Papers - International Journal of Information Sciences and ...
Call for Research Papers - International Journal of Information Sciences and ...
ijistjournal
 
Submit Your Research Articles - 6th International Conference on Advanced Natu...
Submit Your Research Articles - 6th International Conference on Advanced Natu...Submit Your Research Articles - 6th International Conference on Advanced Natu...
Submit Your Research Articles - 6th International Conference on Advanced Natu...
ijistjournal
 
An Embedded Module as “VIRTUAL TONGUE” for Voiceless
An Embedded Module as “VIRTUAL TONGUE” for VoicelessAn Embedded Module as “VIRTUAL TONGUE” for Voiceless
An Embedded Module as “VIRTUAL TONGUE” for Voiceless
ijistjournal
 
International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)
ijistjournal
 
Online Paper Submission - International Journal of Information Sciences and T...
Online Paper Submission - International Journal of Information Sciences and T...Online Paper Submission - International Journal of Information Sciences and T...
Online Paper Submission - International Journal of Information Sciences and T...
ijistjournal
 
SUPPRESSION OF COMMON-MODE RADIATION FROM HIGH SPEED PRINTED CIRCUIT BOARD US...
SUPPRESSION OF COMMON-MODE RADIATION FROM HIGH SPEED PRINTED CIRCUIT BOARD US...SUPPRESSION OF COMMON-MODE RADIATION FROM HIGH SPEED PRINTED CIRCUIT BOARD US...
SUPPRESSION OF COMMON-MODE RADIATION FROM HIGH SPEED PRINTED CIRCUIT BOARD US...
ijistjournal
 
Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...
ijistjournal
 
Performance Analysis of Gate Misaligned Triple Material Double Gate (TMDG) MO...
Performance Analysis of Gate Misaligned Triple Material Double Gate (TMDG) MO...Performance Analysis of Gate Misaligned Triple Material Double Gate (TMDG) MO...
Performance Analysis of Gate Misaligned Triple Material Double Gate (TMDG) MO...
ijistjournal
 
Call for Papers - International Journal of Information Sciences and Technique...
Call for Papers - International Journal of Information Sciences and Technique...Call for Papers - International Journal of Information Sciences and Technique...
Call for Papers - International Journal of Information Sciences and Technique...
ijistjournal
 
Reducing handoff delay by adaptive threshold tuning and location updates in m...
Reducing handoff delay by adaptive threshold tuning and location updates in m...Reducing handoff delay by adaptive threshold tuning and location updates in m...
Reducing handoff delay by adaptive threshold tuning and location updates in m...
ijistjournal
 
International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)
ijistjournal
 
Ad

Recently uploaded (20)

seninarppt.pptx1bhjiikjhggghjykoirgjuyhhhjj
seninarppt.pptx1bhjiikjhggghjykoirgjuyhhhjjseninarppt.pptx1bhjiikjhggghjykoirgjuyhhhjj
seninarppt.pptx1bhjiikjhggghjykoirgjuyhhhjj
AjijahamadKhaji
 
How to Build a Desktop Weather Station Using ESP32 and E-ink Display
How to Build a Desktop Weather Station Using ESP32 and E-ink DisplayHow to Build a Desktop Weather Station Using ESP32 and E-ink Display
How to Build a Desktop Weather Station Using ESP32 and E-ink Display
CircuitDigest
 
Generative AI & Large Language Models Agents
Generative AI & Large Language Models AgentsGenerative AI & Large Language Models Agents
Generative AI & Large Language Models Agents
aasgharbee22seecs
 
22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf
22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf
22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf
Guru Nanak Technical Institutions
 
introduction technology technology tec.pptx
introduction technology technology tec.pptxintroduction technology technology tec.pptx
introduction technology technology tec.pptx
Iftikhar70
 
twin tower attack 2001 new york city
twin  tower  attack  2001 new  york citytwin  tower  attack  2001 new  york city
twin tower attack 2001 new york city
harishreemavs
 
Modelling of Concrete Compressive Strength Admixed with GGBFS Using Gene Expr...
Modelling of Concrete Compressive Strength Admixed with GGBFS Using Gene Expr...Modelling of Concrete Compressive Strength Admixed with GGBFS Using Gene Expr...
Modelling of Concrete Compressive Strength Admixed with GGBFS Using Gene Expr...
Journal of Soft Computing in Civil Engineering
 
SICPA: Fabien Keller - background introduction
SICPA: Fabien Keller - background introductionSICPA: Fabien Keller - background introduction
SICPA: Fabien Keller - background introduction
fabienklr
 
Uses of drones in civil construction.pdf
Uses of drones in civil construction.pdfUses of drones in civil construction.pdf
Uses of drones in civil construction.pdf
surajsen1729
 
DED KOMINFO detail engginering design gedung
DED KOMINFO detail engginering design gedungDED KOMINFO detail engginering design gedung
DED KOMINFO detail engginering design gedung
nabilarizqifadhilah1
 
Personal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.pptPersonal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.ppt
ganjangbegu579
 
Control Methods of Noise Pollutions.pptx
Control Methods of Noise Pollutions.pptxControl Methods of Noise Pollutions.pptx
Control Methods of Noise Pollutions.pptx
vvsasane
 
Frontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend EngineersFrontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend Engineers
Michael Hertzberg
 
Agents chapter of Artificial intelligence
Agents chapter of Artificial intelligenceAgents chapter of Artificial intelligence
Agents chapter of Artificial intelligence
DebdeepMukherjee9
 
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdfLittle Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
gori42199
 
Water Industry Process Automation & Control Monthly May 2025
Water Industry Process Automation & Control Monthly May 2025Water Industry Process Automation & Control Monthly May 2025
Water Industry Process Automation & Control Monthly May 2025
Water Industry Process Automation & Control
 
Lecture - 7 Canals of the topic of the civil engineering
Lecture - 7  Canals of the topic of the civil engineeringLecture - 7  Canals of the topic of the civil engineering
Lecture - 7 Canals of the topic of the civil engineering
MJawadkhan1
 
Automatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and BeyondAutomatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and Beyond
NU_I_TODALAB
 
6th International Conference on Big Data, Machine Learning and IoT (BMLI 2025)
6th International Conference on Big Data, Machine Learning and IoT (BMLI 2025)6th International Conference on Big Data, Machine Learning and IoT (BMLI 2025)
6th International Conference on Big Data, Machine Learning and IoT (BMLI 2025)
ijflsjournal087
 
David Boutry - Specializes In AWS, Microservices And Python.pdf
David Boutry - Specializes In AWS, Microservices And Python.pdfDavid Boutry - Specializes In AWS, Microservices And Python.pdf
David Boutry - Specializes In AWS, Microservices And Python.pdf
David Boutry
 
seninarppt.pptx1bhjiikjhggghjykoirgjuyhhhjj
seninarppt.pptx1bhjiikjhggghjykoirgjuyhhhjjseninarppt.pptx1bhjiikjhggghjykoirgjuyhhhjj
seninarppt.pptx1bhjiikjhggghjykoirgjuyhhhjj
AjijahamadKhaji
 
How to Build a Desktop Weather Station Using ESP32 and E-ink Display
How to Build a Desktop Weather Station Using ESP32 and E-ink DisplayHow to Build a Desktop Weather Station Using ESP32 and E-ink Display
How to Build a Desktop Weather Station Using ESP32 and E-ink Display
CircuitDigest
 
Generative AI & Large Language Models Agents
Generative AI & Large Language Models AgentsGenerative AI & Large Language Models Agents
Generative AI & Large Language Models Agents
aasgharbee22seecs
 
introduction technology technology tec.pptx
introduction technology technology tec.pptxintroduction technology technology tec.pptx
introduction technology technology tec.pptx
Iftikhar70
 
twin tower attack 2001 new york city
twin  tower  attack  2001 new  york citytwin  tower  attack  2001 new  york city
twin tower attack 2001 new york city
harishreemavs
 
SICPA: Fabien Keller - background introduction
SICPA: Fabien Keller - background introductionSICPA: Fabien Keller - background introduction
SICPA: Fabien Keller - background introduction
fabienklr
 
Uses of drones in civil construction.pdf
Uses of drones in civil construction.pdfUses of drones in civil construction.pdf
Uses of drones in civil construction.pdf
surajsen1729
 
DED KOMINFO detail engginering design gedung
DED KOMINFO detail engginering design gedungDED KOMINFO detail engginering design gedung
DED KOMINFO detail engginering design gedung
nabilarizqifadhilah1
 
Personal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.pptPersonal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.ppt
ganjangbegu579
 
Control Methods of Noise Pollutions.pptx
Control Methods of Noise Pollutions.pptxControl Methods of Noise Pollutions.pptx
Control Methods of Noise Pollutions.pptx
vvsasane
 
Frontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend EngineersFrontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend Engineers
Michael Hertzberg
 
Agents chapter of Artificial intelligence
Agents chapter of Artificial intelligenceAgents chapter of Artificial intelligence
Agents chapter of Artificial intelligence
DebdeepMukherjee9
 
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdfLittle Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
gori42199
 
Lecture - 7 Canals of the topic of the civil engineering
Lecture - 7  Canals of the topic of the civil engineeringLecture - 7  Canals of the topic of the civil engineering
Lecture - 7 Canals of the topic of the civil engineering
MJawadkhan1
 
Automatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and BeyondAutomatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and Beyond
NU_I_TODALAB
 
6th International Conference on Big Data, Machine Learning and IoT (BMLI 2025)
6th International Conference on Big Data, Machine Learning and IoT (BMLI 2025)6th International Conference on Big Data, Machine Learning and IoT (BMLI 2025)
6th International Conference on Big Data, Machine Learning and IoT (BMLI 2025)
ijflsjournal087
 
David Boutry - Specializes In AWS, Microservices And Python.pdf
David Boutry - Specializes In AWS, Microservices And Python.pdfDavid Boutry - Specializes In AWS, Microservices And Python.pdf
David Boutry - Specializes In AWS, Microservices And Python.pdf
David Boutry
 
Ad

AUTOMATIC TARGET DETECTION IN HYPERSPECTRAL IMAGES USING NEURAL NETWORK

  • 1. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 DOI : 10.5121/ijist.2014.4306 39 AUTOMATIC TARGET DETECTION IN HYPERSPECTRAL IMAGES USING NEURAL NETWORK Mr.P.Anand1 (AP/ECE), P.Deva Princy2 , M.Ponvishalakshi3 Department of Electronics and Communication Engineering Velammal College of Engineering and Technology Viraganoor, Madurai Abstract Spectral analysis of remotely sensed images provide the required information accurately even for small targets. Hence Hyperspectral imaging is being used which follows the technique of dividing images into bands. These Hyperspectral images find their applications in agriculture, biomedical, marine analysis, oil seeps detection etc. A Hyperspectral image contains many spectra, one for each individual point on the sample’s surface and in this project the required target on the Hyperspectral image is going to be detected and classified. Hyperspectral remote sensing image classification is a challenging problem because of its high dimensional inputs, many class outputs and limited availability of reference data. Therefore some powerful techniques to improve the accuracy of classification are required. The objective of our project is to reduce the dimensionality of the Hyperspectral image using Principal Component Analysis followed by classification using Neural Network. The project is to be implemented using MATLAB. 1.INTRODUCTION Recently, a new generation of remote sensing instruments with very high spectral resolution, called imaging spectrometers or Hyperspectral imaging sensors have been developed to uncover subtle material substances that generally cannot be resolved by multispectral sensors. So, Hyperspectral imaging could be used for identifying or detecting a target which is very much smaller and which could be said to be present in sub pixel level. In this way this detection technique could be used in various applications such as special species detection in agriculture, detecting toxic/metal waste in environmental monitoring, rare minerals in geology, drug tracking in law enforcement, diseases in crops, and some other dairy applications. The use of Hyperspectral images brings in new capabilities along with some difficulties in their processing and analysis. Unlike the widely used multispectral images, Hyperspectral images can be used not only to distinguish different categories of land cover, but also the defining components of each land cover category, such as minerals, and soil and vegetation type. On the other hand, there are also difficulties in processing so many bands. The large amount of data involved with Hyperspectral imagery will, however, dramatically increase processing complexity and time. Effectively reducing the amount of data involved or selecting the relevant bands associated with a particular application from the entire data set becomes a unique, yet primary task for Hyperspectral image analysis. The classification quality may decrease if more image bands are used for the reduction. Feature or subspace selection preprocessing therefore needs to
  • 2. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 40 be performed on the data (Campbell 1996). In this paper we use the principal component analysis (PCA) to select the best bands for classification, analyze their contents, and evaluate the correctness of classification obtained by using PCA images. After extracting the required feature using Principal Component Analysis, classification is needed to be done for detecting the necessary target. For the classification purpose Neural Network is being used. 2. HYPERSPECTRAL IMAGES Hyperspectral images are those which contain many spectra, one for each individual point on the surface of the sample. These Hyperspectral images have dozens to hundreds of narrow bands. This shows the importance of the Hyperspectral images that the multispectral images have less number of bands. The range of the Hyperspectral images will be from UV to Long Wave Infrared, but the range of multispectral images will be up to visible region. Hence, vast quantities of data can be obtained from these Hyperspectral images because of the more number of bands which are simultaneously imaged. Since, these images have high dimensionality they could not be classified using traditional classifiers like Maximum Likelihood Classifier. Two Different Hyperspectral Images are used with the assumption that target is present in one of those images. Two of those images are as shown in the figure below. Fig 1.1.Band 7 Hyperspectral image. Fig 1.2. Band 33 Hyperspectral image.
  • 3. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 41 One of the above images has the required target, and by extracting the features of these images, the image with the target is needed to be identified. Thus the images are now ready for preprocessing. 3. PRE-PROCESSING One of the challenging problems in processing high dimensional data with better spectral and temporal resolution is the computational complexity resulting from processing the vast amount of data volume. This is particularly true for Hyperspectral images containing numerous spectral bands. Preprocessing of Hyperspectral imagery is required both for display and for proper band selection to reduce the data dimensionality and computational complexity. The pre processing process provides some of supports like calibration, atmospheric correction, radiometric correction and data normalization. The images so taken as inputs are preprocessed to get the output as shown in the figure below. Fig 3.1 a) input image b) preprocessed output Fig 3.2 a) input image b) preprocessed output 4 .PRINCIPAL COMPONENT ANALYSIS The principal component analysis is based on the fact that neighboring bands of Hyperspectral images are highly correlated and often convey almost the same information about the object. The analysis is used to transform the original data so to remove the correlation among the bands. In the process, the optimum linear combination of the original bands accounting for the variation of pixel values in an image is identified.
  • 4. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 42 Principal Component Analysis is mainly preferred for feature extraction in Hyperspectral images. This is mainly because the Hyperspectral image is the one which contains more information than the other type of images. So, the dimension of the image will be more in Hyperspectral one than others. And hence dimensionality reduction must be done in order to make the further processing of the image as simple one. Thus for this purpose, we use Principal Component Analysis. This type of feature extraction helps in reducing the dimension, by doing so other process can be considered easier. The features so extracted from the two Hyperspectral images of 7 bands and 33 bands are tabulated as follows. Extracted features For 7 Bands For 33 bands 0.0162 -0.0029 -0.0289 0.0147 0.0145 0.0283 0.0233 -0.0177 -0.0584 -0.0424 -0.0025 0.0053 -0.0310 -0.0207 -0.0980 0.0389 0.0487 -0.0484 0.0889 -0.0052 -0.0956 0.0135 -0.0146 -0.0093 . . . . . . . . Fig.4.1 Table showing the extracted features of band 7 and band 33 hyperspectral images. 5. NEURAL NETWORK Classification is done with the help of Neural Networks. Neural Network outperforms the other traditional classifiers in many situations. Rigorous evaluation of the classification accuracies shows that the neural network performs better than the other methods and achieves approximately 90% accuracy on test data. This is the main reason for selection of Neural network for the classifying the feature so extracted from the Hyperspectral images. A significant advantage of Neural Networks verses other types of processing algorithms for Hyperspectral imaging is that they are inherently amenable for parallel implementation. Neural Networks are an appropriate tool for mixed pixel classification due to their capacity to approximate complex non-linear functions.The below block diagram shows the classification by neural network. Therefore, the classification technique consists of two modules as shown in the block diagram above. They are training module and then testing module. The features of the target are fed in to the training part of the classifier. And then test images are needed to be fed in to the testing module of classification.
  • 5. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 43 Fig 5.1.Block Diagram showing training and testing modules. Training Module: After the PCA calculation of the Hyperspectral images, their features are extracted and labels are assigned according to the presence or absence of the target. These are given to the classifier so present in the Testing module of the Classification. Testing Module: Now the PCA calculation for the test image is done. Then the features of that image are extracted and given to the classifier. The classifier then compares the trained features with the features which are extracted from the test image. With the help of the label so assigned it displays the result as whether the target is present or not. 6. RESULTS AND DISCUSSION The result of the Principal Component Analysis for both the trained image and the test image is shown below.
  • 6. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 44 Fig 6.1 Extracted features of trained and tested images. With the help of the above results, presence or absence of target could be identified. Neural network then classifies it and indicates the presence of target in the image as shown below. Fig 6.2 Output of Neural network indicating the presence of the target. And if the target is not found, the neural network classifies and indicates the absence of the target. Fig 6.3.Output of Neural network indicating the absence of the target. We have identified the presence of target using the neural network classifier which is said to be the networks of neurons. Performance of our detection method could be measured by measuring the performance of the neural network so used. And the result so obtained from it shows that our method of detection has high classifier accuracy.
  • 7. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 45 7. CONCLUSION A novel detection algorithm and our evaluation methodology are described here. This paper reveals that Principal Component Analysis is the useful feature extraction technique for Hyperspectral image classification. High dimensionality images can be easily classified using the given approach. Neural Network hold good in classifying the sub pixel level stuffs. Thus with the help of this even a very small target can be detected that is, its presence can be known. Hence it can be used in different remote sensing applications like soil classification, crop stress detection, oil seep detection, resources identification, etc. REFERENCES [1] Junshi Xia, Peijun Du, Xiyan He and Jocelyn Chanussot, “Hyperspectral Remote Sensing Image Classification Based On Rotation Forest” IEEE Geoscience And Remote Sensing Letters,Vol.11, No.1,January 2014. [2] J. P. Hoffbeck and D. A. Landgrebe, “Covariance matrix estimation and classification with limited training data,” IEEE Trans. Pattern Anal. Machine Intell., vol. 18, pp. 763–767, July 1996. [3] S. Tadjudin and D. A. Landgrebe, “Covariance estimation with limited training samples,” IEEE Trans. Geosci. Remote. Sensing, vol. 37, pp. 2113–2118, July 1999. [4] Q. Jackson and D. A. Landgrebe, “An adaptive classifier design for highdimensional data analysis with a limited training data set,” IEEE Trans. Geosci. Remote. Sensing, vol. 39, pp. 2664–2679, Dec. 2001. [5] B. M. Shahshahani and D. A. Landgrebe, “The effect of unlabeled samples in reducing the small sample size problem and mitigating theHughes phenomenon,” IEEE Trans. Geosci. Remote. Sensing, vol. 32, pp. 1087–1095, Sept. 1994. [6] A. P. Dempster, N. M. Laird, and D. B. Rubin, “Maximum likelihood from incomplete data via the EM algorithm,” J. R. Statist. Soc., vol. 19, pp. 1–38, 1977. [7] T. K. Moon, “The expectation-maximization algorithm,” Signal Process. Mag., vol. 13, pp. 47–60, 1996. [8] J. A. Richards and X. Jia, Remote Sensing Digital Image Analysis, Berlin, Germany: Springer- Verlag, 1999. [9] L. Bruzzone, F. Roli, and S. B. Serpico, “An extension to multiclass cases of the Jeffries–Matusita distance,” IEEE Trans. Geosci. Remote Sensing, vol. 33, pp. 1318–1321, Nov. 1995. [10] J. Kittler, “Feature set search algorithm,” in Pattern Recognition and Signal Processing, C. H. Chen, Ed. Alphen aan den Rijn, Netherlands: Sijthoff and Noordhoff, 1978, pp. 41–60. [11] P. Pudil, J. Novovicova, and J. Kittler, “Floating search methods in feature selection,” Pattern Recognit. Lett., vol. 15, pp. 1119–1125, 1994. [12] S. B. Serpico and L. Bruzzone, “A new search algorithm for feature selection in hyperspectral remote sensing images,” IEEE Trans. Geosci. Remote Sensing, vol. 39, pp. 1360–1367, July 2001. [13] C. Lee and D. A. Landgrebe, “Feature extraction based on decision boundaries,” IEEE Trans. Pattern Anal. Machine Intell., vol. 15, pp. 388–400, Apr. 1993. [14] L. O. Jimenez and D. A. Landgrebe, “Hyperspectral data analysis and feature reduction via projection pursuit,” IEEE Trans. Geosci. Remote Sensing, vol. 37, pp. 2653–2667, Nov. 1999. [15] S. Kumar, J. Ghosh, and M. M. Crawford, “Best-bases feature extraction algorithms for classification of hyperspectral data,” IEEE Trans. Geosc. Remote. Sensing, vol. 39, pp. 1368–1379, May 2001. [16] J. P. Hoffbeck and D. A. Landgrebe, “Classification of remote sensing images having high-spectral resolution,” Remote Sens. Environ., vol. 57, pp. 119–126, 1996.
  • 8. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 46 [17] F. Tsai andW. D. Philpot, “A derivative-aided hyperspectral image analysis system for land-cover classification,” IEEE Trans. Geosc. Remote. Sensing, vol. 40, pp. 416–425, Feb. 2002. [18] J. A. Benediktsson and I. Kanellopoulos, “Classification of multisource and hyperspectral data based on decision fusion,” IEEE Trans. Geosci. Remote Sensing, vol. 37, pp. 1367–1377, May 1999. [19] X. Jia and J. A. Richards, “Cluster-space representation of hyperspectral data classification,” IEEE Trans. Geosci. Remote Sensing, vol. 40, pp. 593–598, Mar. 2002. [20] L. Hermes, D. Frieauff, J. Puzicha, and J. M. Buhmann, “Support vector machines for land usage classification in landsat TM imagery,” in Proc. IGARSS, Hamburg, Germany, 1999, pp. 348–350.
  翻译: