Automatic Change Detection in Very High Resolution Images with Pulse-Coupled Neural Networks

Size: px
Start display at page:

Download "Automatic Change Detection in Very High Resolution Images with Pulse-Coupled Neural Networks"

Transcription

1 1 Automatic Change Detection in Very High Resolution Images with Pulse-Coupled Neural Networks Fabio Pacifici, Student Member, IEEE, and Fabio Del Frate, Member, IEEE Abstract A novel approach based on Pulse-Coupled Neural Networks (PCNN) for image change detection is presented. PCNN are based on the implementation of the mechanisms underlying the visual cortex of small mammals and with respect to more traditional neural networks architectures such as Multi-Layer Perceptron (MLP) own interesting advantages. In particular, they are unsupervised and context sensitive. This latter property may be particularly useful when very high resolution images are considered, as in this case an object analysis might be more suitable than a pixel-based one. Qualitative and more quantitative results are reported. The performance of the algorithm has been evaluated on a pair of QuickBird images taken over the test area of Tor Vergata University, Rome. Index Terms Pulse-coupled neural networks, unsupervised change detection, very high resolution images W I. INTRODUCTION orld population growth affects the environment through the swelling of the population in urban areas and by increasing the total consumption of natural resources. Monitoring these changes timely and accurately might be crucial for the implementation of effective decision-making processes. In this context, the contribution of satellite and airborne sensors might be significant for updating land cover and land use maps. Indeed, the recent commercial availability of very high-resolution visible and near infrared satellite data has opened a wide range of new opportunities for the use of Earth observing satellite data. In particular, new systems such as the latest WorldView-1 [1], characterized by the highest spatial resolution, now provide additional data along with very high resolution (VHR) platforms, such as QuickBird or Ikonos, which have already been operating for a few years. If on one side this permits the availability of a huge amount of information to yield always updated products, on the other side the need of completely automatic techniques able to manage big data archives is becoming extremely F. Pacifici and F. Del Frate are with Tor Vergata University, Computer Science, Systems and Production Engineering Department (DISP), Rome, 00133, Italy. (phone: ; f.pacifici@disp.uniroma2.it, delfrate@disp.uniroma2.it). urgent. According to what is already reported so far by previous studies, unsupervised change detection techniques mainly rely on three basic steps [2]. The first one is a pre-processing step where the images are spatially registered and some forms of radiometric standardization are also applied. In the second step a pixel-by-pixel comparison is usually performed, for example, using change vector analysis (CVA). In the third step one has to decide if the magnitude of the computed spectral changed vector exceeds some specified threshold criterion in order to conclude that some change has occurred. However, most of the research carried out so far focused on medium or high spatial resolution images while only few studies have addressed the description of fully automatic change detection methods for VHR images. In these cases, several issues have to be specifically considered. The crucial ones include possible mis-registrations, shadow and other seasonal and meteorological effects which add up and combine to reduce the attainable accuracy in the change detection results. To emphasize the pixel contextual information, besides the spectral one, could be an appropriate approach to take these issues into account. Such an approach is indeed followed in [3], where the authors make progressive use of morphological filters based algorithms for the extraction of changed objects after CVA. In this paper we consider a novel neural network approach for the detection of changes in multi-temporal VHR images. Neural networks (NNs) algorithms have been shown to be a rather competitive approach for image classification in remote sensing compared to other traditional approaches such as Bayesian or Support Vector Machines [4]. A supervised neural architecture based on MLPs has been recently applied to VHR images change detection with very highly accurate results [5] while a Hopfield-Type neural network technique for unsupervised change detection has been applied to Landsat Enhanced Thematic Mapper Plus (ETM+) imagery providing a positive performance [2]. Differently, the neural technique proposed in this paper is based on unsupervised pulse-coupled neural networks (PCNN) and is applied to VHR images. PCNN is a relatively new technique based on the implementation of the mechanisms underlying the visual cortex of small mammals [6]. The visual cortex is the part of the brain that receives information from

2 2 the eye. The waves generated by each iteration of the algorithm create specific signatures of the scene which are successively compared for the generation of the change map. In terms of functionalities, this comparison is analogous to what is performed in the step 2 of the CVA. The advantage is that at this point step 3 is not necessary anymore, which significantly reduces the computational burden. Moreover, as it will be shown in next section, PCNN are characterized by using at the same time both contextual and spectral information which, as mentioned before, make them suitable for processing VHR images. II. THE PCNN MODEL PCNN entered the field of image processing in the nineties, following upon the publication of a new neuron model introduced by Eckhorn et al. [6]. Interesting results have been already shown by several authors in the application of these models in image segmentation, classification and thinning [7, 8], including, in few cases, the use of satellite data [9, 10]. Hereafter we briefly recall the main concepts underlying the behavior of a PCNN while a more comprehensive introduction to image processing using PCNN is given in [11]. A PCNN is a neural network algorithm that, when applied to image processing, yields a series of binary pulsed signals, each associated to one pixel or to a cluster of pixels. It belongs to the class of unsupervised artificial neural networks in the sense that it does not need to be trained. The network consists of nodes with spiking behavior interacting each other within a pre-defined grid. The architecture of the net is rather simpler than most other neural network implementations. PCNN do not have multiple layers, which pass information to each other. PCNN only have one layer of neurons, which receive input directly from the original image, and form the resulting pulse image. The PCNN neuron has three compartments. The feeding compartment receives both an external and a local stimulus, whereas the linking compartment only receives the local stimulus. The third compartment is represented by an active threshold value. When the internal activity becomes larger than the threshold the neuron fires and the threshold sharply increases. Afterwards, it begins to decay until once again the internal activity becomes larger. Such a process gives rise to the pulsing nature of the PCNN. The schematic representation of a PCNN is shown in Fig. 1 while, more formally, the system can be defined by the following expressions: F L α [ ] F n e F [ n 1] + S + V M Y [ n 1] (1) F α [ ] L n e L [ n 1] + V W Y [ n 1] (2) L where S i,j is the input to the neuron (i,j) belonging to a 2D grid of neurons, F i,j the value of its Feeding Compartment and L i,j is the corresponding value of the Linking Compartment. Each of these neurons communicates with neighbouring neurons () through the weights given by M and W respectively. M and W traditionally follow very symmetric patterns and most of the weights are zero. Y indicates the output of a neuron from a previous iteration [n-1]. All compartments have a memory of the previous state, which decays in time by the exponent term. The constant V F and V L are normalising constants. The state of the feeding and linking compartments are combined to create the internal state of the neuron, U. The combination is controlled by the linking strength, β. The internal activity is given by: U { } (3) [ n] F [ n] 1+ β L [ n] The internal state of the neuron is compared to a dynamic threshold, θ, to produce the output, Y, by Y [ n] [ n] θ [ n] 1 if U > 0 otherwise (4) The threshold compartment is described as: [ n] e α θ [ n 1] V Y [ n] (5) θ θ + θ when the neuron fires (Y > θ), the threshold then significantly increases its value, this value decays until the neuron fires again. V θ is a large constant that is generally more than one order of magnitude greater than the average value of U. Each neuron that has any stimulus will fire in the initial iteration, which, in turn, will create a large threshold value. It will then take several iterations before the threshold values decay enough to allow the neuron to fire again. The algorithm consists of iteratively computing (1) through (5) until the user decides to stop. It is important to observe that the signal associated to the PCNN has properties of invariance to changes in rotation, scale, shift, or skew of an object within the scene [12]. This feature makes PCNN a powerful tool in change detection, where the view angle of the satellite can play an important role. Fig. 1. Schematic representation of a PCNN

3 3 III. APPLICATION TO CHANGE DETECTION The application of PCNN to change detection can be seen as a comparison of the PCNN outputs values corresponding to images acquired at different times. The response on the change occurrence stems directly from this comparison. A first qualitative example is given by means of Fig. 2. Here we have three test areas, of different size, extracted from airborne very high resolution RGB images (about 20 cm) taken at two different times. In the first test area A we note very slight changes between the two acquisitions, basically consisting in some modifications occurred in the distributions of the plants in the garden. Note that we decided to consider a small area to assure high resemblance at the two different times. Test area B underwent, during the time shift, a few significant small scale changes even if the main structures are basically the same. Finally the test area C is extracted from test area B considering one of its most varied parts, shown by the red box in the test area B. The idea is that PCNN can be used to individuate, in an unsupervised manner, the areas of an image where a significant change occurred. This can be obtained by measuring the similarity between the PCNN signal associated to the former image and the one associated to the latter. A rather simple and effective way to do this is to use a correlation function operating between the outputs of the PCNN. As we have an output value for each unit of the PCNN, i.e. for each pixel of the images, an average correlation value has to be computed in order to have a quick and global measure of similarity. This can be done by using the following expression: [ ] G n Y N [ n] where the sum includes all the pixels N of the image (or subimage). In Fig. 3 the PCNN output G[n] for the considered test areas calculated as the mean over the three R, G, B bands is plotted while Table 1 reports the corresponding correlation values associated to each image pair. From Fig. 3 we see that the pulsing behavior of the two images of test area A is very similar. Both the waveform and the time dependence of the two signals appear to be highly correlated. For test area B the result changes. Here from the very first epochs the pulsing activity of the two images is rather different especially as far as the waveform is concerned. In test area C this difference still increases and also the time correlation seems to get lost very fast. Such results are expressed more concisely by the correlation values reported in Table 1. It seems then that PCNN, once processing an image pair, might be capable to catch those portions where significant changes occurred. In such a context it seemed to us that an approach based on hot spot detection rather than on changed-pixel TABLE I NORMALIZED CORRELATION VALUES FOR THE THREE CONSIDERED TEST CASES TEST AREA CORRELATION VALUE A 0.98 B 0.70 C 0.24 Fig. 2. Test areas A (up), B (middle), C (bottom) imaged at two different times t 1 (left) and t 2 (right) detection could be more appropriate given the huge size of the images that we may need to analyse in next future. It is also true that, as it will be shown in next section, it is always possible to apply a multi-scale procedure to push the detection to finer spatial resolutions. IV. EXPERIMENTAL RESULTS The accuracy of the presented technique has been evaluated more quantitatively applying it to a pair of QuickBird images taken on a selected test site. The area comprises the Tor Vergata University campus and its surroundings and is located in Rome, Italy. The two images have been acquired on and and

4 4 resolution but at the price of an increase of the computational burden. Considering we are interested in detecting objects of at least some decades of pixels, we assumed that an overlapping size of 50 pixels could be a reasonable compromise. The computed mean correlation value was then used to discriminate between changed and not changed area. a) b) c) d) e) f) Fig. 3. PCNN signals of the images taken at two different times. Up: test area A, middle: test area B, bottom: test area C underwent standard product pre-processing and coregistration. The panchromatic images have been considered in order to design a single PCNN working with higher resolution rather than 4 different ones processing lower resolution images. The two panchromatic images are shown in Fig. 4a and 4b. We can see that a few changes occurred in the area during the analysed time window, the main ones correspond to the construction of new commercial and residential areas. A complete ground-truth of the changes is reported in Fig. 4c. Note that the ground survey included also houses that were already partially built in The size of the PCNN was of 100x100 neurons. For the reasons explained in the previous section we preferred working with lower resolution, only looking for the hot spots where a change could be rather probable. To operate in this way we averaged over the PCNN output values of the neurons belonging to 100x100 boxes. We actually considered an overlap between adjacent patches of 50 pixels (half patch). To increase the overlap would have meant to have more spatial Fig. 4. a) panchromatic image (2825x2917 pixels) at time t1. b) panchromatic image at time t2.c) ground-truth. d) change detection result obtained by a standard image difference procedure. e) changed area as from the PCNN elaboration. f) pixel-based analysis carried out over one of the previously detected changed areas indicated with x in (e). The result is shown in Fig. 4e while in Fig. 4d, for sake of comparison, we report the result obtained with a traditional image difference approach. More in detail, in this latter case, an average value has been computed for each box of the difference image and a threshold value to discriminate between changed and not changed areas selected. In Fig. 4d we have reported the result corresponding to a threshold value maximizing the number of true positives keeping reasonably low the number of false positives.

5 5 What should be firstly noted is that, at least in this application, the algorithm did not provide any intermediate outputs, with the correlation values alternatively very close to 0 or 1. This avoided to search for optimum thresholds to be applied for the final binary response. The accuracy is satisfactory, as 49 out of the 54 objects appearing on the ground-truth were detected with no false-alarms. The missed objects are basically structures that were already present in the 2002 image (e.g. foundations or the first few floors of a building), but not completed yet. On the other side one can see that the result given by a standard image difference technique, although a suitable threshold value was selected here, is rather imprecise, presenting a remarkable number of false alarms. Applying successively the procedure to a moving window allows the processing throughout the whole image. We preferred an approach aiming at discovering changed subareas in the image rather than analyzing the single pixel. This might be more convenient when large data sets have to be examined, as it should be the case in the very next years when new satellite missions will be providing additional data along with the ones already available. The application of the PCNN to a couple of QuickBird images taken over the Tor Vergata test site in Rome, Italy, with a time shift of less than one year, produced interesting results. An overall object accuracy of 90.7% has been obtained with no false-alarms. Moreover the method is rather fast as it directly analyses the correlation between the two signals associated to the images and no post-processing after the comparison is required to give the final response. Some investigations on the robustness of the settings of the PCNN parameters are currently ongoing. However, preliminary results indicate that applying the same parameters values considered for this paper to different VHR images keeps the performance still satisfactory. Regarding the single parameters, fluctuations around the chosen values seem to be more critical for V θ and α θ while β and α L show a better stability. Fig. 5. PCNN signals corresponding to the patch indicated with x in Fig. 4e. The image shown in Fig. 4f has been obtained by a multiscale procedure. This consists in a new PCNN elaboration, this time on pixel basis, of one of the hot-spots generated with the first elaboration, in particular the one corresponding to the box indicated by the x in Fig. 4e. The pulsing activities of this box at the two considered different times are plotted in Fig. 5, in a way analogous to the plots of Fig. 3. A clear dissimilarity between the two waveforms, especially between epochs 9 and 25, can be observed. Finally it has to be noted that the output reported in Fig. 4f is more uniformly distributed within the range between 0 and 1. Its value has been multiplied with the panchromatic image taken at time t 2 to have a result which better exploits the VHR property of the original image. V. CONCLUSION The potential of a novel automatic change detection technique based on PCNN was investigated. PCNN belong to the family of NNs including a few interesting properties. They are unsupervised and context sensitive. Moreover they are invariant to an object scale, shift or rotation, which, once the two images are co-registered, might be rather useful especially for very high resolution images. The two waves, one for each image, generated by the PCNN during each iteration of the algorithm create specific signatures of the scene which can be compared for deciding about the occurrence of a change. REFERENCES [1] [2] S. Ghosh, L. Bruzzone, S. Patra, F. Bovolo, and A. Ghosh, A contextsensitive technique for unsupervised change detection based on Hopfield-type neural networks, IEEE Transactions on Geoscience and Remote Sensing, vol. 45, no. 3, pp: , Mar [3] M. Dalla Mura, J. A. Benediktsson, F. Bovolo, and L. Bruzzone, An unsupervised technique based on morphological filters for change detection in very high resolution images, IEEE Geoscience and Remote Sensing Letters, vol. 5, no. 3, pp , July 2008 [4] F. Pacifici, F. Del Frate, W. J. Emery, P. Gamba, J. Chanussot, Urban mapping using coarse SAR and optical data: outcome of the 2007 GRS- S data fusion contest, IEEE Geoscience and Remote Sensing Letters, vol. 5, n. 3, pp , July 2008 [5] F. Pacifici, F. Del Frate, C. Solimini, W.J. Emery, An Innovative Neural-Net Method to Detect Temporal Changes in High-Resolution Optical Satellite Imagery, IEEE Transactions on Geoscience and Remote Sensing, vol. 45, n. 9, pp , September 2007 [6] R. Eckorn, H. J. Reitboeck, M. Arndt, and P. Dicke, Feature linking via synchronization among distributed assemblies: simulations of results from cat visual cortex, Neural Computation, vol. 2, pp , [7] G. Kuntimad and H. S. Ranganath, Perfect image segmentation using pulse coupled neural networks, IEEE Transactions on Neural Networks, vol. 10, no. 3, May [8] X. Gu, D. Yu, and L. Zhang, Image thinning using pulse coupled neural network, Pattern Recognition Letters, vol. 25, pp , 2004 [9] J. A. Karvonen, Baltic sea ice SAR segmentation and classification using modified pulse-coupled neural networks, IEEE Transactions on Geoscience and Remote Sensing, vol. 42, no. 7, pp , Jul [10] K. Waldemark, T. Lindblad, V. Bečanović, J. L. L. Guillen, and P. Klingner, Patterns from the sky satellite image analysis using pulse coupled neural networks for pre-processing, segmentation and edge detection, Pattern Recognition Letters, vol. 21, pp , 2000 [11] T. Lindblad and J. M. Kinser, Image processing using pulse-coupled neural networks, Springer-Verlag, Berlin Heidelberg, 2005 [12] J. L. Johnson, Pulse-coupled neural nets: translation, rotation, scale, distortion and intensity signal invariance for images, Applied Optics, vol. 33, no. 26, pp , 1994

Multiscale Object-Based Classification of Satellite Images Merging Multispectral Information with Panchromatic Textural Features

Multiscale Object-Based Classification of Satellite Images Merging Multispectral Information with Panchromatic Textural Features Remote Sensing and Geoinformation Lena Halounová, Editor not only for Scientific Cooperation EARSeL, 2011 Multiscale Object-Based Classification of Satellite Images Merging Multispectral Information with

More information

Outline. Multitemporal high-resolution image classification

Outline. Multitemporal high-resolution image classification IGARSS-2011 Vancouver, Canada, July 24-29, 29, 2011 Multitemporal Region-Based Classification of High-Resolution Images by Markov Random Fields and Multiscale Segmentation Gabriele Moser Sebastiano B.

More information

Pixel-based and object-oriented change detection analysis using high-resolution imagery

Pixel-based and object-oriented change detection analysis using high-resolution imagery Pixel-based and object-oriented change detection analysis using high-resolution imagery Institute for Mine-Surveying and Geodesy TU Bergakademie Freiberg D-09599 Freiberg, Germany imgard.niemeyer@tu-freiberg.de

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

WATER BODY EXTRACTION FROM MULTI SPECTRAL IMAGE BY SPECTRAL PATTERN ANALYSIS

WATER BODY EXTRACTION FROM MULTI SPECTRAL IMAGE BY SPECTRAL PATTERN ANALYSIS WATER BODY EXTRACTION FROM MULTI SPECTRAL IMAGE BY SPECTRAL PATTERN ANALYSIS Nguyen Dinh Duong Department of Environmental Information Study and Analysis, Institute of Geography, 18 Hoang Quoc Viet Rd.,

More information

RESOLUTION MERGE OF 1:35.000 SCALE AERIAL PHOTOGRAPHS WITH LANDSAT 7 ETM IMAGERY

RESOLUTION MERGE OF 1:35.000 SCALE AERIAL PHOTOGRAPHS WITH LANDSAT 7 ETM IMAGERY RESOLUTION MERGE OF 1:35.000 SCALE AERIAL PHOTOGRAPHS WITH LANDSAT 7 ETM IMAGERY M. Erdogan, H.H. Maras, A. Yilmaz, Ö.T. Özerbil General Command of Mapping 06100 Dikimevi, Ankara, TURKEY - (mustafa.erdogan;

More information

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS B.K. Mohan and S. N. Ladha Centre for Studies in Resources Engineering IIT

More information

Supervised Classification workflow in ENVI 4.8 using WorldView-2 imagery

Supervised Classification workflow in ENVI 4.8 using WorldView-2 imagery Supervised Classification workflow in ENVI 4.8 using WorldView-2 imagery WorldView-2 is the first commercial high-resolution satellite to provide eight spectral sensors in the visible to near-infrared

More information

Digital image processing

Digital image processing 746A27 Remote Sensing and GIS Lecture 4 Digital image processing Chandan Roy Guest Lecturer Department of Computer and Information Science Linköping University Digital Image Processing Most of the common

More information

Resolutions of Remote Sensing

Resolutions of Remote Sensing Resolutions of Remote Sensing 1. Spatial (what area and how detailed) 2. Spectral (what colors bands) 3. Temporal (time of day/season/year) 4. Radiometric (color depth) Spatial Resolution describes how

More information

CLASSIFICATION ACCURACY INCREASE USING MULTISENSOR DATA FUSION

CLASSIFICATION ACCURACY INCREASE USING MULTISENSOR DATA FUSION CLASSIFICATION ACCURACY INCREASE USING MULTISENSOR DATA FUSION Aliaksei Makarau, Gintautas Palubinskas, and Peter Reinartz German Aerospace Center (DLR) German Remote Sensing Data Center (DFD) bzw. Remote

More information

Classification of High-Resolution Remotely Sensed Image by Combining Spectral, Structural and Semantic Features Using SVM Approach

Classification of High-Resolution Remotely Sensed Image by Combining Spectral, Structural and Semantic Features Using SVM Approach Classification of High-Resolution Remotely Sensed Image by Combining Spectral, Structural and Semantic Features Using SVM Approach I Saranya.K, II Poomani@Punitha.M I PG Student, II Assistant Professor

More information

Spectral Response for DigitalGlobe Earth Imaging Instruments

Spectral Response for DigitalGlobe Earth Imaging Instruments Spectral Response for DigitalGlobe Earth Imaging Instruments IKONOS The IKONOS satellite carries a high resolution panchromatic band covering most of the silicon response and four lower resolution spectral

More information

SAMPLE MIDTERM QUESTIONS

SAMPLE MIDTERM QUESTIONS Geography 309 Sample MidTerm Questions Page 1 SAMPLE MIDTERM QUESTIONS Textbook Questions Chapter 1 Questions 4, 5, 6, Chapter 2 Questions 4, 7, 10 Chapter 4 Questions 8, 9 Chapter 10 Questions 1, 4, 7

More information

An Automatic and Accurate Segmentation for High Resolution Satellite Image S.Saumya 1, D.V.Jiji Thanka Ligoshia 2

An Automatic and Accurate Segmentation for High Resolution Satellite Image S.Saumya 1, D.V.Jiji Thanka Ligoshia 2 An Automatic and Accurate Segmentation for High Resolution Satellite Image S.Saumya 1, D.V.Jiji Thanka Ligoshia 2 Assistant Professor, Dept of ECE, Bethlahem Institute of Engineering, Karungal, Tamilnadu,

More information

Information Contents of High Resolution Satellite Images

Information Contents of High Resolution Satellite Images Information Contents of High Resolution Satellite Images H. Topan, G. Büyüksalih Zonguldak Karelmas University K. Jacobsen University of Hannover, Germany Keywords: satellite images, mapping, resolution,

More information

Geospatial intelligence and data fusion techniques for sustainable development problems

Geospatial intelligence and data fusion techniques for sustainable development problems Geospatial intelligence and data fusion techniques for sustainable development problems Nataliia Kussul 1,2, Andrii Shelestov 1,2,4, Ruslan Basarab 1,4, Sergii Skakun 1, Olga Kussul 2 and Mykola Lavreniuk

More information

DEVELOPMENT OF A SUPERVISED SOFTWARE TOOL FOR AUTOMATED DETERMINATION OF OPTIMAL SEGMENTATION PARAMETERS FOR ECOGNITION

DEVELOPMENT OF A SUPERVISED SOFTWARE TOOL FOR AUTOMATED DETERMINATION OF OPTIMAL SEGMENTATION PARAMETERS FOR ECOGNITION DEVELOPMENT OF A SUPERVISED SOFTWARE TOOL FOR AUTOMATED DETERMINATION OF OPTIMAL SEGMENTATION PARAMETERS FOR ECOGNITION Y. Zhang* a, T. Maxwell, H. Tong, V. Dey a University of New Brunswick, Geodesy &

More information

IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING 1 0196-2892/$26.00 2010 IEEE

IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING 1 0196-2892/$26.00 2010 IEEE IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING 1 Morphological Attribute Profiles for the Analysis of Very High Resolution Images Mauro Dalla Mura, Student Member, IEEE, Jón Atli Benediktsson, Fellow,

More information

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

VCS REDD Methodology Module. Methods for monitoring forest cover changes in REDD project activities

VCS REDD Methodology Module. Methods for monitoring forest cover changes in REDD project activities 1 VCS REDD Methodology Module Methods for monitoring forest cover changes in REDD project activities Version 1.0 May 2009 I. SCOPE, APPLICABILITY, DATA REQUIREMENT AND OUTPUT PARAMETERS Scope This module

More information

PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM

PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM Rohan Ashok Mandhare 1, Pragati Upadhyay 2,Sudha Gupta 3 ME Student, K.J.SOMIYA College of Engineering, Vidyavihar, Mumbai, Maharashtra,

More information

Sub-pixel mapping: A comparison of techniques

Sub-pixel mapping: A comparison of techniques Sub-pixel mapping: A comparison of techniques Koen C. Mertens, Lieven P.C. Verbeke & Robert R. De Wulf Laboratory of Forest Management and Spatial Information Techniques, Ghent University, 9000 Gent, Belgium

More information

An Assessment of the Effectiveness of Segmentation Methods on Classification Performance

An Assessment of the Effectiveness of Segmentation Methods on Classification Performance An Assessment of the Effectiveness of Segmentation Methods on Classification Performance Merve Yildiz 1, Taskin Kavzoglu 2, Ismail Colkesen 3, Emrehan K. Sahin Gebze Institute of Technology, Department

More information

2.3 Spatial Resolution, Pixel Size, and Scale

2.3 Spatial Resolution, Pixel Size, and Scale Section 2.3 Spatial Resolution, Pixel Size, and Scale Page 39 2.3 Spatial Resolution, Pixel Size, and Scale For some remote sensing instruments, the distance between the target being imaged and the platform,

More information

Accurate and robust image superresolution by neural processing of local image representations

Accurate and robust image superresolution by neural processing of local image representations Accurate and robust image superresolution by neural processing of local image representations Carlos Miravet 1,2 and Francisco B. Rodríguez 1 1 Grupo de Neurocomputación Biológica (GNB), Escuela Politécnica

More information

Generation of Cloud-free Imagery Using Landsat-8

Generation of Cloud-free Imagery Using Landsat-8 Generation of Cloud-free Imagery Using Landsat-8 Byeonghee Kim 1, Youkyung Han 2, Yonghyun Kim 3, Yongil Kim 4 Department of Civil and Environmental Engineering, Seoul National University (SNU), Seoul,

More information

Environmental Remote Sensing GEOG 2021

Environmental Remote Sensing GEOG 2021 Environmental Remote Sensing GEOG 2021 Lecture 4 Image classification 2 Purpose categorising data data abstraction / simplification data interpretation mapping for land cover mapping use land cover class

More information

Multisensor Data Fusion and Applications

Multisensor Data Fusion and Applications Multisensor Data Fusion and Applications Pramod K. Varshney Department of Electrical Engineering and Computer Science Syracuse University 121 Link Hall Syracuse, New York 13244 USA E-mail: varshney@syr.edu

More information

Introduction to Pattern Recognition

Introduction to Pattern Recognition Introduction to Pattern Recognition Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr CS 551, Spring 2009 CS 551, Spring 2009 c 2009, Selim Aksoy (Bilkent University)

More information

Object-Oriented Approach of Information Extraction from High Resolution Satellite Imagery

Object-Oriented Approach of Information Extraction from High Resolution Satellite Imagery IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 3, Ver. IV (May Jun. 2015), PP 47-52 www.iosrjournals.org Object-Oriented Approach of Information Extraction

More information

Tracking Moving Objects In Video Sequences Yiwei Wang, Robert E. Van Dyck, and John F. Doherty Department of Electrical Engineering The Pennsylvania State University University Park, PA16802 Abstract{Object

More information

A Spectral Clustering Approach to Validating Sensors via Their Peers in Distributed Sensor Networks

A Spectral Clustering Approach to Validating Sensors via Their Peers in Distributed Sensor Networks A Spectral Clustering Approach to Validating Sensors via Their Peers in Distributed Sensor Networks H. T. Kung Dario Vlah {htk, dario}@eecs.harvard.edu Harvard School of Engineering and Applied Sciences

More information

A Web Based System for Classification of Remote Sensing Data

A Web Based System for Classification of Remote Sensing Data A Web Based System for Classification of Remote Sensing Data Dhananjay G. Deshmukh ME CSE, Everest College of Engineering, Aurangabad. Guide: Prof. Neha Khatri Valmik. Abstract-The availability of satellite

More information

Novelty Detection in image recognition using IRF Neural Networks properties

Novelty Detection in image recognition using IRF Neural Networks properties Novelty Detection in image recognition using IRF Neural Networks properties Philippe Smagghe, Jean-Luc Buessler, Jean-Philippe Urban Université de Haute-Alsace MIPS 4, rue des Frères Lumière, 68093 Mulhouse,

More information

Method of Combining the Degrees of Similarity in Handwritten Signature Authentication Using Neural Networks

Method of Combining the Degrees of Similarity in Handwritten Signature Authentication Using Neural Networks Method of Combining the Degrees of Similarity in Handwritten Signature Authentication Using Neural Networks Ph. D. Student, Eng. Eusebiu Marcu Abstract This paper introduces a new method of combining the

More information

Big data and Earth observation New challenges in remote sensing images interpretation

Big data and Earth observation New challenges in remote sensing images interpretation Big data and Earth observation New challenges in remote sensing images interpretation Pierre Gançarski ICube CNRS - Université de Strasbourg 2014 Pierre Gançarski Big data and Earth observation 1/58 1

More information

MAPPING DETAILED DISTRIBUTION OF TREE CANOPIES BY HIGH-RESOLUTION SATELLITE IMAGES INTRODUCTION

MAPPING DETAILED DISTRIBUTION OF TREE CANOPIES BY HIGH-RESOLUTION SATELLITE IMAGES INTRODUCTION MAPPING DETAILED DISTRIBUTION OF TREE CANOPIES BY HIGH-RESOLUTION SATELLITE IMAGES Hideki Hashiba, Assistant Professor Nihon Univ., College of Sci. and Tech., Department of Civil. Engrg. Chiyoda-ku Tokyo

More information

Using Remote Sensing Imagery to Evaluate Post-Wildfire Damage in Southern California

Using Remote Sensing Imagery to Evaluate Post-Wildfire Damage in Southern California Graham Emde GEOG 3230 Advanced Remote Sensing February 22, 2013 Lab #1 Using Remote Sensing Imagery to Evaluate Post-Wildfire Damage in Southern California Introduction Wildfires are a common disturbance

More information

AUTOMATIC CROWD ANALYSIS FROM VERY HIGH RESOLUTION SATELLITE IMAGES

AUTOMATIC CROWD ANALYSIS FROM VERY HIGH RESOLUTION SATELLITE IMAGES In: Stilla U et al (Eds) PIA11. International Archives of Photogrammetry, Remote Sensing and Spatial Information Sciences 38 (3/W22) AUTOMATIC CROWD ANALYSIS FROM VERY HIGH RESOLUTION SATELLITE IMAGES

More information

The Scientific Data Mining Process

The Scientific Data Mining Process Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In

More information

CLOUD FREE MOSAIC IMAGES

CLOUD FREE MOSAIC IMAGES CLOUD FREE MOSAIC IMAGES T. Hosomura, P.K.M.M. Pallewatta Division of Computer Science Asian Institute of Technology GPO Box 2754, Bangkok 10501, Thailand ABSTRACT Certain areas of the earth's surface

More information

AMONG the region-based approaches for segmentation,

AMONG the region-based approaches for segmentation, 40 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 3, NO. 1, JANUARY 2006 Classification of Remote Sensing Images From Urban Areas Using a Fuzzy Possibilistic Model Jocelyn Chanussot, Senior Member, IEEE,

More information

Synthetic Aperture Radar: Principles and Applications of AI in Automatic Target Recognition

Synthetic Aperture Radar: Principles and Applications of AI in Automatic Target Recognition Synthetic Aperture Radar: Principles and Applications of AI in Automatic Target Recognition Paulo Marques 1 Instituto Superior de Engenharia de Lisboa / Instituto de Telecomunicações R. Conselheiro Emídio

More information

3198 IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 48, NO. 8, AUGUST 2010 0196-2892/$26.00 2010 IEEE

3198 IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 48, NO. 8, AUGUST 2010 0196-2892/$26.00 2010 IEEE 3198 IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 48, NO. 8, AUGUST 2010 Rule-Based Classification of a Very High Resolution Image in an Urban Environment Using Multispectral Segmentation Guided

More information

Crater detection with segmentation-based image processing algorithm

Crater detection with segmentation-based image processing algorithm Template reference : 100181708K-EN Crater detection with segmentation-based image processing algorithm M. Spigai, S. Clerc (Thales Alenia Space-France) V. Simard-Bilodeau (U. Sherbrooke and NGC Aerospace,

More information

Review for Introduction to Remote Sensing: Science Concepts and Technology

Review for Introduction to Remote Sensing: Science Concepts and Technology Review for Introduction to Remote Sensing: Science Concepts and Technology Ann Johnson Associate Director ann@baremt.com Funded by National Science Foundation Advanced Technological Education program [DUE

More information

Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski trajkovski@nyus.edu.mk

Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski trajkovski@nyus.edu.mk Introduction to Machine Learning and Data Mining Prof. Dr. Igor Trakovski trakovski@nyus.edu.mk Neural Networks 2 Neural Networks Analogy to biological neural systems, the most robust learning systems

More information

TerraColor White Paper

TerraColor White Paper TerraColor White Paper TerraColor is a simulated true color digital earth imagery product developed by Earthstar Geographics LLC. This product was built from imagery captured by the US Landsat 7 (ETM+)

More information

EO Information Services in support of West Africa Coastal vulnerability - Service Utility Review -

EO Information Services in support of West Africa Coastal vulnerability - Service Utility Review - EO Information Services in support of West Africa Coastal vulnerability - Service Utility Review - Christian Hoffmann, GeoVille World Bank HQ, Washington DC Date : 24 February 2012 Content - Project background

More information

Use of Artificial Neural Network in Data Mining For Weather Forecasting

Use of Artificial Neural Network in Data Mining For Weather Forecasting Use of Artificial Neural Network in Data Mining For Weather Forecasting Gaurav J. Sawale #, Dr. Sunil R. Gupta * # Department Computer Science & Engineering, P.R.M.I.T& R, Badnera. 1 gaurav.sawale@yahoo.co.in

More information

MODIS IMAGES RESTORATION FOR VNIR BANDS ON FIRE SMOKE AFFECTED AREA

MODIS IMAGES RESTORATION FOR VNIR BANDS ON FIRE SMOKE AFFECTED AREA MODIS IMAGES RESTORATION FOR VNIR BANDS ON FIRE SMOKE AFFECTED AREA Li-Yu Chang and Chi-Farn Chen Center for Space and Remote Sensing Research, National Central University, No. 300, Zhongda Rd., Zhongli

More information

The Role of Size Normalization on the Recognition Rate of Handwritten Numerals

The Role of Size Normalization on the Recognition Rate of Handwritten Numerals The Role of Size Normalization on the Recognition Rate of Handwritten Numerals Chun Lei He, Ping Zhang, Jianxiong Dong, Ching Y. Suen, Tien D. Bui Centre for Pattern Recognition and Machine Intelligence,

More information

'Developments and benefits of hydrographic surveying using multispectral imagery in the coastal zone

'Developments and benefits of hydrographic surveying using multispectral imagery in the coastal zone Abstract With the recent launch of enhanced high-resolution commercial satellites, available imagery has improved from four-bands to eight-band multispectral. Simultaneously developments in remote sensing

More information

Simultaneous Gamma Correction and Registration in the Frequency Domain

Simultaneous Gamma Correction and Registration in the Frequency Domain Simultaneous Gamma Correction and Registration in the Frequency Domain Alexander Wong a28wong@uwaterloo.ca William Bishop wdbishop@uwaterloo.ca Department of Electrical and Computer Engineering University

More information

Stabilization by Conceptual Duplication in Adaptive Resonance Theory

Stabilization by Conceptual Duplication in Adaptive Resonance Theory Stabilization by Conceptual Duplication in Adaptive Resonance Theory Louis Massey Royal Military College of Canada Department of Mathematics and Computer Science PO Box 17000 Station Forces Kingston, Ontario,

More information

Face Recognition in Low-resolution Images by Using Local Zernike Moments

Face Recognition in Low-resolution Images by Using Local Zernike Moments Proceedings of the International Conference on Machine Vision and Machine Learning Prague, Czech Republic, August14-15, 014 Paper No. 15 Face Recognition in Low-resolution Images by Using Local Zernie

More information

From Ideas to Innovation

From Ideas to Innovation From Ideas to Innovation Selected Applications from the CRC Research Lab in Advanced Geomatics Image Processing Dr. Yun Zhang Canada Research Chair Laboratory in Advanced Geomatics Image Processing (CRC-AGIP

More information

Neural Network Design in Cloud Computing

Neural Network Design in Cloud Computing International Journal of Computer Trends and Technology- volume4issue2-2013 ABSTRACT: Neural Network Design in Cloud Computing B.Rajkumar #1,T.Gopikiran #2,S.Satyanarayana *3 #1,#2Department of Computer

More information

Comparison of Supervised and Unsupervised Learning Classifiers for Travel Recommendations

Comparison of Supervised and Unsupervised Learning Classifiers for Travel Recommendations Volume 3, No. 8, August 2012 Journal of Global Research in Computer Science REVIEW ARTICLE Available Online at www.jgrcs.info Comparison of Supervised and Unsupervised Learning Classifiers for Travel Recommendations

More information

Appendix 4 Simulation software for neuronal network models

Appendix 4 Simulation software for neuronal network models Appendix 4 Simulation software for neuronal network models D.1 Introduction This Appendix describes the Matlab software that has been made available with Cerebral Cortex: Principles of Operation (Rolls

More information

Active Fire Monitoring: Product Guide

Active Fire Monitoring: Product Guide Active Fire Monitoring: Product Guide Doc.No. Issue : : EUM/TSS/MAN/15/801989 v1c EUMETSAT Eumetsat-Allee 1, D-64295 Darmstadt, Germany Tel: +49 6151 807-7 Fax: +49 6151 807 555 Date : 14 April 2015 http://www.eumetsat.int

More information

PROBLEMS IN THE FUSION OF COMMERCIAL HIGH-RESOLUTION SATELLITE AS WELL AS LANDSAT 7 IMAGES AND INITIAL SOLUTIONS

PROBLEMS IN THE FUSION OF COMMERCIAL HIGH-RESOLUTION SATELLITE AS WELL AS LANDSAT 7 IMAGES AND INITIAL SOLUTIONS ISPRS SIPT IGU UCI CIG ACSG Table of contents Table des matières Authors index Index des auteurs Search Recherches Exit Sortir PROBLEMS IN THE FUSION OF COMMERCIAL HIGH-RESOLUTION SATELLITE AS WELL AS

More information

Recurrent Neural Networks

Recurrent Neural Networks Recurrent Neural Networks Neural Computation : Lecture 12 John A. Bullinaria, 2015 1. Recurrent Neural Network Architectures 2. State Space Models and Dynamical Systems 3. Backpropagation Through Time

More information

Performance Evaluation of Artificial Neural. Networks for Spatial Data Analysis

Performance Evaluation of Artificial Neural. Networks for Spatial Data Analysis Contemporary Engineering Sciences, Vol. 4, 2011, no. 4, 149-163 Performance Evaluation of Artificial Neural Networks for Spatial Data Analysis Akram A. Moustafa Department of Computer Science Al al-bayt

More information

Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network

Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network Qian Wu, Yahui Wang, Long Zhang and Li Shen Abstract Building electrical system fault diagnosis is the

More information

Document Image Retrieval using Signatures as Queries

Document Image Retrieval using Signatures as Queries Document Image Retrieval using Signatures as Queries Sargur N. Srihari, Shravya Shetty, Siyuan Chen, Harish Srinivasan, Chen Huang CEDAR, University at Buffalo(SUNY) Amherst, New York 14228 Gady Agam and

More information

Data quality in Accounting Information Systems

Data quality in Accounting Information Systems Data quality in Accounting Information Systems Comparing Several Data Mining Techniques Erjon Zoto Department of Statistics and Applied Informatics Faculty of Economy, University of Tirana Tirana, Albania

More information

Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep

Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep Engineering, 23, 5, 88-92 doi:.4236/eng.23.55b8 Published Online May 23 (http://www.scirp.org/journal/eng) Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep JeeEun

More information

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA N. Zarrinpanjeh a, F. Dadrassjavan b, H. Fattahi c * a Islamic Azad University of Qazvin - nzarrin@qiau.ac.ir

More information

The Role of SPOT Satellite Images in Mapping Air Pollution Caused by Cement Factories

The Role of SPOT Satellite Images in Mapping Air Pollution Caused by Cement Factories The Role of SPOT Satellite Images in Mapping Air Pollution Caused by Cement Factories Dr. Farrag Ali FARRAG Assistant Prof. at Civil Engineering Dept. Faculty of Engineering Assiut University Assiut, Egypt.

More information

A Learning Based Method for Super-Resolution of Low Resolution Images

A Learning Based Method for Super-Resolution of Low Resolution Images A Learning Based Method for Super-Resolution of Low Resolution Images Emre Ugur June 1, 2004 emre.ugur@ceng.metu.edu.tr Abstract The main objective of this project is the study of a learning based method

More information

A Simple Feature Extraction Technique of a Pattern By Hopfield Network

A Simple Feature Extraction Technique of a Pattern By Hopfield Network A Simple Feature Extraction Technique of a Pattern By Hopfield Network A.Nag!, S. Biswas *, D. Sarkar *, P.P. Sarkar *, B. Gupta **! Academy of Technology, Hoogly - 722 *USIC, University of Kalyani, Kalyani

More information

FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS

FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS Breno C. Costa, Bruno. L. A. Alberto, André M. Portela, W. Maduro, Esdras O. Eler PDITec, Belo Horizonte,

More information

EDGE-PRESERVING SMOOTHING OF HIGH-RESOLUTION IMAGES WITH A PARTIAL MULTIFRACTAL RECONSTRUCTION SCHEME

EDGE-PRESERVING SMOOTHING OF HIGH-RESOLUTION IMAGES WITH A PARTIAL MULTIFRACTAL RECONSTRUCTION SCHEME EDGE-PRESERVING SMOOTHING OF HIGH-RESOLUTION IMAGES WITH A PARTIAL MULTIFRACTAL RECONSTRUCTION SCHEME Jacopo Grazzini, Antonio Turiel and Hussein Yahia Air Project Departament de Física Fondamental INRIA

More information

Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction

Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction Content Remote sensing data Spatial, spectral, radiometric and

More information

AUTOMATIC BUILDING DETECTION BASED ON SUPERVISED CLASSIFICATION USING HIGH RESOLUTION GOOGLE EARTH IMAGES

AUTOMATIC BUILDING DETECTION BASED ON SUPERVISED CLASSIFICATION USING HIGH RESOLUTION GOOGLE EARTH IMAGES AUTOMATIC BUILDING DETECTION BASED ON SUPERVISED CLASSIFICATION USING HIGH RESOLUTION GOOGLE EARTH IMAGES Salar Ghaffarian, Saman Ghaffarian Department of Geomatics Engineering, Hacettepe University, 06800

More information

MANAGING QUEUE STABILITY USING ART2 IN ACTIVE QUEUE MANAGEMENT FOR CONGESTION CONTROL

MANAGING QUEUE STABILITY USING ART2 IN ACTIVE QUEUE MANAGEMENT FOR CONGESTION CONTROL MANAGING QUEUE STABILITY USING ART2 IN ACTIVE QUEUE MANAGEMENT FOR CONGESTION CONTROL G. Maria Priscilla 1 and C. P. Sumathi 2 1 S.N.R. Sons College (Autonomous), Coimbatore, India 2 SDNB Vaishnav College

More information

Calculation of Minimum Distances. Minimum Distance to Means. Σi i = 1

Calculation of Minimum Distances. Minimum Distance to Means. Σi i = 1 Minimum Distance to Means Similar to Parallelepiped classifier, but instead of bounding areas, the user supplies spectral class means in n-dimensional space and the algorithm calculates the distance between

More information

Department of Mechanical Engineering, King s College London, University of London, Strand, London, WC2R 2LS, UK; e-mail: david.hann@kcl.ac.

Department of Mechanical Engineering, King s College London, University of London, Strand, London, WC2R 2LS, UK; e-mail: david.hann@kcl.ac. INT. J. REMOTE SENSING, 2003, VOL. 24, NO. 9, 1949 1956 Technical note Classification of off-diagonal points in a co-occurrence matrix D. B. HANN, Department of Mechanical Engineering, King s College London,

More information

EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set

EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set Amhmed A. Bhih School of Electrical and Electronic Engineering Princy Johnson School of Electrical and Electronic Engineering Martin

More information

Extraction of Satellite Image using Particle Swarm Optimization

Extraction of Satellite Image using Particle Swarm Optimization Extraction of Satellite Image using Particle Swarm Optimization Er.Harish Kundra Assistant Professor & Head Rayat Institute of Engineering & IT, Railmajra, Punjab,India. Dr. V.K.Panchal Director, DTRL,DRDO,

More information

Map World Forum Hyderabad, India Introduction: High and very high resolution space images: GIS Development

Map World Forum Hyderabad, India Introduction: High and very high resolution space images: GIS Development Very high resolution satellite images - competition to aerial images Dr. Karsten Jacobsen Leibniz University Hannover, Germany jacobsen@ipi.uni-hannover.de Introduction: Very high resolution images taken

More information

How To Make A Remote Sensing Image Realtime Processing For Disaster Emergency Response

How To Make A Remote Sensing Image Realtime Processing For Disaster Emergency Response Remote sensing image real-time processing for rapid disaster emergency response Dr.Haigang Sui LIESMARS, Wuhan University Oct 23, 2013 Outline 1 Major requirements in disaster emergency response 2 Main

More information

Using Data Mining for Mobile Communication Clustering and Characterization

Using Data Mining for Mobile Communication Clustering and Characterization Using Data Mining for Mobile Communication Clustering and Characterization A. Bascacov *, C. Cernazanu ** and M. Marcu ** * Lasting Software, Timisoara, Romania ** Politehnica University of Timisoara/Computer

More information

Authors: Thierry Phulpin, CNES Lydie Lavanant, Meteo France Claude Camy-Peyret, LPMAA/CNRS. Date: 15 June 2005

Authors: Thierry Phulpin, CNES Lydie Lavanant, Meteo France Claude Camy-Peyret, LPMAA/CNRS. Date: 15 June 2005 Comments on the number of cloud free observations per day and location- LEO constellation vs. GEO - Annex in the final Technical Note on geostationary mission concepts Authors: Thierry Phulpin, CNES Lydie

More information

ANN Based Fault Classifier and Fault Locator for Double Circuit Transmission Line

ANN Based Fault Classifier and Fault Locator for Double Circuit Transmission Line International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Special Issue-2, April 2016 E-ISSN: 2347-2693 ANN Based Fault Classifier and Fault Locator for Double Circuit

More information

SPECIAL PERTURBATIONS UNCORRELATED TRACK PROCESSING

SPECIAL PERTURBATIONS UNCORRELATED TRACK PROCESSING AAS 07-228 SPECIAL PERTURBATIONS UNCORRELATED TRACK PROCESSING INTRODUCTION James G. Miller * Two historical uncorrelated track (UCT) processing approaches have been employed using general perturbations

More information

ENVI THE PREMIER SOFTWARE FOR EXTRACTING INFORMATION FROM GEOSPATIAL IMAGERY.

ENVI THE PREMIER SOFTWARE FOR EXTRACTING INFORMATION FROM GEOSPATIAL IMAGERY. ENVI THE PREMIER SOFTWARE FOR EXTRACTING INFORMATION FROM GEOSPATIAL IMAGERY. ENVI Imagery Becomes Knowledge ENVI software uses proven scientific methods and automated processes to help you turn geospatial

More information

Hydrographic Surveying using High Resolution Satellite Images

Hydrographic Surveying using High Resolution Satellite Images Hydrographic Surveying using High Resolution Satellite Images Petra PHILIPSON and Frida ANDERSSON, Sweden Key words: remote sensing, high resolution, hydrographic survey, depth estimation. SUMMARY The

More information

A Color Placement Support System for Visualization Designs Based on Subjective Color Balance

A Color Placement Support System for Visualization Designs Based on Subjective Color Balance A Color Placement Support System for Visualization Designs Based on Subjective Color Balance Eric Cooper and Katsuari Kamei College of Information Science and Engineering Ritsumeikan University Abstract:

More information

INTELLIGENT ENERGY MANAGEMENT OF ELECTRICAL POWER SYSTEMS WITH DISTRIBUTED FEEDING ON THE BASIS OF FORECASTS OF DEMAND AND GENERATION Chr.

INTELLIGENT ENERGY MANAGEMENT OF ELECTRICAL POWER SYSTEMS WITH DISTRIBUTED FEEDING ON THE BASIS OF FORECASTS OF DEMAND AND GENERATION Chr. INTELLIGENT ENERGY MANAGEMENT OF ELECTRICAL POWER SYSTEMS WITH DISTRIBUTED FEEDING ON THE BASIS OF FORECASTS OF DEMAND AND GENERATION Chr. Meisenbach M. Hable G. Winkler P. Meier Technology, Laboratory

More information

ForeCAST : Use of VHR satellite data for forest cartography

ForeCAST : Use of VHR satellite data for forest cartography ForeCAST : Use of VHR satellite data for forest cartography I-MAGE CONSULT UCL- Dpt Sciences du Milieu et de l Aménagement du Territoire Description of the partnership I-MAGE Consult Private partner Team

More information

Visualization of Breast Cancer Data by SOM Component Planes

Visualization of Breast Cancer Data by SOM Component Planes International Journal of Science and Technology Volume 3 No. 2, February, 2014 Visualization of Breast Cancer Data by SOM Component Planes P.Venkatesan. 1, M.Mullai 2 1 Department of Statistics,NIRT(Indian

More information

Relative Permeability Measurement in Rock Fractures

Relative Permeability Measurement in Rock Fractures Relative Permeability Measurement in Rock Fractures Siqi Cheng, Han Wang, Da Huo Abstract The petroleum industry always requires precise measurement of relative permeability. When it comes to the fractures,

More information

APPLICATION OF TERRA/ASTER DATA ON AGRICULTURE LAND MAPPING. Genya SAITO*, Naoki ISHITSUKA*, Yoneharu MATANO**, and Masatane KATO***

APPLICATION OF TERRA/ASTER DATA ON AGRICULTURE LAND MAPPING. Genya SAITO*, Naoki ISHITSUKA*, Yoneharu MATANO**, and Masatane KATO*** APPLICATION OF TERRA/ASTER DATA ON AGRICULTURE LAND MAPPING Genya SAITO*, Naoki ISHITSUKA*, Yoneharu MATANO**, and Masatane KATO*** *National Institute for Agro-Environmental Sciences 3-1-3 Kannondai Tsukuba

More information

The USGS Landsat Big Data Challenge

The USGS Landsat Big Data Challenge The USGS Landsat Big Data Challenge Brian Sauer Engineering and Development USGS EROS bsauer@usgs.gov U.S. Department of the Interior U.S. Geological Survey USGS EROS and Landsat 2 Data Utility and Exploitation

More information

y = Xβ + ε B. Sub-pixel Classification

y = Xβ + ε B. Sub-pixel Classification Sub-pixel Mapping of Sahelian Wetlands using Multi-temporal SPOT VEGETATION Images Jan Verhoeye and Robert De Wulf Laboratory of Forest Management and Spatial Information Techniques Faculty of Agricultural

More information

Predicting the Risk of Heart Attacks using Neural Network and Decision Tree

Predicting the Risk of Heart Attacks using Neural Network and Decision Tree Predicting the Risk of Heart Attacks using Neural Network and Decision Tree S.Florence 1, N.G.Bhuvaneswari Amma 2, G.Annapoorani 3, K.Malathi 4 PG Scholar, Indian Institute of Information Technology, Srirangam,

More information

Handwritten Character Recognition from Bank Cheque

Handwritten Character Recognition from Bank Cheque International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Special Issue-1 E-ISSN: 2347-2693 Handwritten Character Recognition from Bank Cheque Siddhartha Banerjee*

More information