POLINSAR DATA PROCESSING WITH RAT (RADAR TOOLS)
|
|
|
- Margery Weaver
- 9 years ago
- Views:
Transcription
1 POLINSAR DATA PROCESSING WITH RAT (RADAR TOOLS) Maxim Neumann, Andreas Reigber, Stéphane Guillaso, Marc Jäger and Olaf Hellwich Technical University Berlin, Department of Computer Vision and Remote Sensing Franklinstrasse 28/29, FR 3-1, D Berlin, Germany {maxn, anderl, stephane, jaeger, ABSTRACT Polarimetric SAR Interferometry (PolInSAR) is an up to date research topic in SAR image data processing. This field undergoes extensive development and as of now no software is publicly available. This paper summarizes the first efforts taken to include PolInSAR data handling in the RAT (Radar Tools) framework. The main purpose of such extension is to provide basic PolInSAR capabilities in RAT, complementing the already existing polarimetric and interferometric modules. RAT is a collection of tools for advanced image processing of SAR remote sensing data, originally started as a student s project and currently under further development at the Department of Computer Vision and Remote Sensing of the Technical University of Berlin. It is programmed in IDL (Interactive Data Language) and uses IDL widgets as graphical user interface. The purpose of this paper is also to give an overview of the current development status of RAT through addressing the newest structural improvements in RAT as well as recently implemented methods for SAR polarimetry and interferometry. 1 INTRODUCTION In recent years, the usage of synthetic aperture radar (SAR) data became more and more popular and is used in many scientific fields. Several new and promising algorithms are described in literature. However, remote sensing software like Erdas Image or ENVI include only some basic and very well-established SAR functionality. Advanced algorithms often have to be implemented by oneself, with the consequence that in many cases they re almost exclusively used by their respective developer. The main motivation for RAT is to offer some kind of experimental platform for advanced SAR image processing. This is achieved by providing a software with basic SAR data handling functionality, like data import and export, as well SAR specific preprocessing and display functions. The programming interface of RAT is kept simple and adding new functionality is quite easy. Function templates and a step-by-step description of how to program a RAT module is included in the distribution. In this way, everybody who is interested might use RAT as framework for his own, possibly experimental, developments. In addition, RAT can be used to better promote own algorithms to the public. Even smaller developments, made for example in the frame of diploma thesis, can be implemented as a RAT module and easily distributed to a wider audience. The second motivation of this software package is a better distribution of modern SAR algorithms to the base of nonexpert users. Application oriented research laboratories are in many cases dependent on the limited offerings of commercial software packages. Additionally, complex multidimensional SAR data is often found to be hard to handle by non-sar-experts. RAT tries to simplify the handling of such data by simple menu-driven functions and a visual feedback of all functions on the screen. This should allow also non-experts to benefit from RAT and from SAR data in general In [8] the basic concept of RAT is introduced and the initially implemented methods in single channel, polarimetric and interferometric modules are presented. Since then, the structure of RAT was in continuous development and the available modules were extended by different new methods. These improvements are presented in the following section. The major milestone is the expansion of RAT by the new module to handle PolInSAR data. The combination of SAR polarimetry and SAR interferometry contains high potential for future research work. The newest module implements low level and mid level functions to handle PolInSAR datasets. These methods are described in section 3.
2 RAT can be downloaded and used free of charge [2]. Additionally, RAT is open-source software. This means that its complete source-code is available to everybody who is interested. The source code can be modified, corrected and even used for other projects (for details please read license). The terms of use and the installation requirements are mentioned in section 4. However, it is important to note that RAT is not a professional development. It is generally seen as an experimental project, so there will be always bugs and wrong or not working modules, and no guarantee can be given for any of its functions. 2 CURRENT STATE OF THE RAT FRAMEWORK The concept of RAT is to provide a generic SAR image handling platform, which is easy to understand and to extend by own functions. Basically, the core module of RAT contains GUI routines and functions for data handling and optimized display for many typical SAR data type representations, like for example complex multichannel images, decompositions, segmentations, etc. Since the first paper on RAT [8], many new routines were added and modified, not even counting the PolInSAR module. Furthermore, the RAT specific file format has been extended. A small preview image is additionally saved with the data file for faster loading in future sessions. This allows to have a view at the content without the necessity to load the entire data file. For future compatibility, a few empty flags were also added. This RAT file format is naturally still compatible to former formats. New feature is also a toolbox, which allows comfortable view on single channels and custom combination of channels. The handy data management tool helps to keep the overview over possibly big amount of different files. RAT can import the native formats of DLR s E-SAR sensor and ENVISAT-ASAR data. Additionally, RAT supports import of POLSARPRO and RSI-ENVI format, generic binary, and generic pixmap formats (png, jpeg and tiff). Export possibilities exist to RSI-ENVI, generic binary as well as png, jpg & tiff. With different files in the RAT specific format RAT can construct InSAR, PolSAR and PolInSAR dataset. Generic methods for any data representation type are: binary transformations; mirror transformations; image cutting, pre-summing and resizing; number of looks calculation; zoom; value measure and single channel extraction. The single channel SAR module contains numerous functions for conducting speckle filtering and edge detection, as well as routines for the analysis of spectrum, texture, point and distributed targets. The SAR image can be projected from the slant range into ground range; and the weighting functions can be applied or removed in the spectrum. The module for handling polarimetric data is already well developed. It has a big variety on decompositions and classifications. They are based on, among others, Entropy/Alpha/Anistropy, Moriyama, Wishart, Freeman Durden, etc. This module also includes methods for speckle filtering, basis transformation, calibration, polarimetric CFAR edge detection, polarimetric target analysis. The interferometric part of RAT is in continuously development and enhancement. For the moment it contains different functions for coregistration, filtering the spectral range and for removing the flat earth phase. Also the user can estimate the coherence, to filter phase noise, and to conduct phase unwrapping. As a matter of course different methods are implemented for every of these routines. 3 POLINSAR IN RAT Polarimetric SAR interferometry (PolInSAR) is, as implied by the name, the combination of SAR polarimetry (PolSAR) and SAR interferometry (InSAR). The newly developed PolInSAR module provides a framework for PolInSAR image data processing. This framework offers, on the one hand, the necessary basic functionality and, on the other hand, already implements some recently developed and very promising methods. A PolInSAR dataset is constructed from two already coregistrated polarimetric data sets. The default presentation form of each position is a set of two scattering vectors k 1 and k 2, which are equivalent to their Sinclair matrices. This set can also be considered a single polarimetric interferometric feature vector k = (k T 1,kT 2 )T. For the moment, only the most important Pauli decomposition is implemented. From the polin vector, the covariance matrix C and the coherence matrix T can be
3 lexicographic pol.-in. scattering vector interferometric covariance matrix pauli pol.-in. scattering vector * * interferometric coherence matrix General - Resize, Pre-summing - Cut out, Zoom - Mirror horizontal/vertical - Transform to ampl./phase - Number of looks estimation Spectral Filter** - Range standard - Range adaptive Flat Earth Removal - Linear - From file Speckle Filter - Boxcar - Lee - Refined Lee Extract - Interferogram - SAR image - PolSAR image - InSAR image Coherence - Estimation by Boxcar - Estimation by Region Growing - Optimization/Decomposition - ESPRIT Coherence Phases Single Point Coherence Analysis * Reconstruction of scattering vector from matrix without the absolute phase **Before or instead of flat earth removal Figure 1: Diagram of possible program flow in PolInSAR RAT. constructed. The inverse transformation to the scattering vectors is only possible with the loss of the absolute phase. All other methods are based on these representation forms as shown in the diagram in Fig. 1. These specific methods for image data processing in detail are: Range Spectral Filter For spectral filtering there are two possibilities implemented. One way is the standard filtering of the wavenumber shift. If a flat earth phase file is given, also an adaptive range spectral filter can be applied, which has a smaller loss of resolution [5, 7]. To note is that the adaptive spectral filtering should be applied before the flat earth removal. Optionally, the flat earth can be removed during the spectral filtering. Flat Earth Removal A linear flat earth phase can be easily removed when processing satellite SAR images. For the airborne case the linear flat earth removal is not sufficient and an additional possibility to remove the flat earth phase with a given (precomputed) file is possible. Speckle Filters Implemented are three basic speckle filters: Boxcar, Lee filter and Lee refined filter [6]. (Fig. 2.a) Interferogram Generation of a polarimetric interferogram. (Fig. 2.b) Coherence Estimation The polarimetric complex coherence can be easily and quickly estimated by boxcar. Another implemented approach is based on region growing simultaneously along all polarimetric and interferometric channels [10]. This method delivers better results, but requires more computational work. (Compare Fig. 3.a and 3.b) Coherence Optimization Different methods are implemented to optimize or rather decompose the coherence. The first and most popular, the two scattering mechanisms method, optimizes the amplitudes of the complex coherence [3]. Not really coherence optimiztion, but optimization of the phases of the complex coherence (equivalent to the interferometric phase) is the next approach. This method is based on ESPRIT [9] and returns the topographic phases of dominant scatterers [11]. Single Point Coherence Analysis This is a tool to analyze the polarimetric complex coherence for one single position. Different types of coherences can be drawn into the complex coherence circle (random, lexicographic, Pauli, 2 mech. scat. optimization, ESPRIT and custom). The boundary shape of the coherence cloud can also be approximately determined with the algorithm from [4]. Through modification of smoothing kind (boxcar, quadratic,
4 (a) Refined Lee Speckle filter (b) Polarimetric Interferogram Figure 2: Basic methods in RAT PolInSAR module. cube), smoothing box-size (1 100 pixels) and some other coherence type specific parameters one can observe the change in positions and shapes of coherences and random coherence clouds. (Fig.3.c). It is also possible to limit the projection vectors for random coherence generation to study basic shapes of the complex coherences, which are defined in the covariance and the coherence matrices (Fig. 3.d). Another feature is the possibility to fit a line through coherences of any type. Some more options for visualization complete this tool. Furthermore, general functions can be applied to PolInSAR datasets as described in [8] and in section 2, for example, to estimate the number of looks, to conduct pre-summing, etc. Finally, to be able to use any specific method from other modules, a single channel SAR image, or a polarimetric, or even an interferometric dataset can be extracted from the multi dimensional PolInSAR dataset. 4 TERMS OF USE RAT is available on the web and distributed under a free software license [2]. The distribution includes its complete source-code, as well as a binary version, which can be executed using the free IDL virtual machine [1] under various operating systems, including Linux, UNIX and MacOS-X. The main development platform is Linux. It is tried to support Windows, too. This is quite easy using IDL and in general RAT on Windows should work fine. However, testing is done on Linux and there might be some problems left when running RAT under Windows. RAT is open-source software and can be used free of charge. However, in order to get some feedback about its user base, it is distributed as postcard ware. This means that one may copy and use it as much as one likes, but that it is required to register each copy of the software by simply sending a postcard to the RAT team (local motives preferred). The address is: RAT Team, Technical University of Berlin Dep. of Computer Vision and Remote Sensing Franklinstrasse 28/29, FR 3 1 D Berlin, Germany
5 (a) Boxcar coherence estimation (b) Region growing coherence estimation (c) Single point complex coherence analysis applied to a single (multi look) point in the forest. Figure 3: Coherence estimation and analysis in RAT. (d) Random coherences
6 For details of the license, particularly concerning redistribution and usage of the RAT source-code in commercial software projects, please have a look at the complete license agreement at the RAT web site. Generally, RAT is planned as an open project, and external contributions are welcome. Anybody, who likes to promote his own special algorithms by adding it to RAT, is encouraged to contact the authors for more information. 5 SUMMARY & OUTLOOK RAT is a free tool for advanced SAR image processing, trying to include many modern algorithms, typically not available in commercial remote sensing software. It is mainly intended to be an experimental platform, where anybody can implement and test new SAR methods, and, if desired, provided them to the scientific community. The current implementation of PolInSAR capabilities is still very basic. Up to now, the main work was put in establishing the principle infrastructure for handling PolInSAR data. Still completely missing are model based inversion techniques, as well as PolInSAR classification and decomposition techniques. In future, the core development team at the Technical University Berlin will therefore concentrate in further improving and testing the RAT framework for PolInSAR processing. Additionally, it is planned to develop new functionality in the frame of student projects, graduation and PhD theses. Another interesting topic, for which plans to address it in RAT exists, are image recognition techniques. This includes shape and object based methods, as well as advanced image clustering and segmentation techniques. Finally, we would like to thank our students who contributed up to now to the development of RAT, namely Thomas Weser, Guido Bethke, Andre Lehmann, Bert Wolf, Nicole Bouvier, Mathias Weller and Oliver Bach. This work was also supported by the German Research Foundation (DFG) under project number RE 1698/2. References [1] IDL Virtual Machine: [2] Radar Tools homepage: [3] S.R. Cloude and K.P. Papathanassiou. Polarimetric SAR Interferometry. IEEE Transactions on Geoscience and Remote Sensing, 36: , Sept [4] T. Flynn, M. Tabb, and R. Carande. Coherence region shape extraction for vegetation parameter estimation in polarimetric SAR interferometry. In Proceedings of IGARSS 02, volume 5, pages , Toronto, June [5] F. Gatelli, A.M. Guarnieri, F. Parizzi, P. Pasquali, C. Prati, and F. Rocca. The Wavenumber Shift in SAR Interferometry. IEEE Transactions on Geoscience and Remote Sensing, 32(4): , [6] J.S. Lee, M.R. Grunes, and G. de Grandi. Polarimetric SAR speckle filtering and its implication for classification. IEEE Transactions on Geoscience and Remote Sensing, 37: , Sept [7] A. Reigber. Range Dependent Spectral Filtering to Minimize the Baseline Decorrelation in Airborne SAR Interferometry. In Proceedings of IGARSS 99, pages , Hamburg, [8] A. Reigber and O. Hellwich. RAT (Radar Tools): A free SAR Image Analysis Software Package. In Proceedings of EUSAR 04, pages , Ulm, [9] R. Roy and T. Kailath. ESPRIT - Estimation of signal parameters via rotational invariance techniques. IEEE Trans. Acoust., Speech and Signal Process., 37(7): , July [10] G. Vasile, E. Trouve, M. Ciuc, P. Bolon, and V. Buzuloiu. Improving coherence estimation for high-resolution polarimetric sar interferometry. In Proceedings of IGARSS 04, volume 3, pages , Anchorage, September [11] H. Yamada, Y. Yamaguchi, Y. Kim, E. Rodriguez, and W.M. Boerner. Polarimetric SAR Interferometry for Forest analysis based on the ESPRIT algorithm. IEICE Trans. Electron., E84-C: , 2001.
MULTIBASELINE POLINSAR MODULE FOR SAR DATA PROCESSING AND ANALYSIS IN RAT (RADAR TOOLS)
MULTIBASELINE POLINSAR MODULE FOR SAR DATA PROCESSING AND ANALYSIS IN RAT (RADAR TOOLS) Maxim Neumann 2,1, Andreas Reigber 1, Marc Jäger 1, Stéphane Guillaso 1 and Olaf Hellwich 1 1 Berlin University of
AN E-LEARNING TUTORIAL FOR RADAR REMOTE SENSING WITH RAT
AN E-LEARNING TUTORIAL FOR RADAR REMOTE SENSING WITH RAT G. Koenig a, *, M. Jaeger b, A. Reigber b, T. Weser a a Geodesy and Geoinformation Science, Technical University Berlin, H12, Strasse des 17. Juni
I.D.I.O.T.: A FREE AND EASY-TO-USE SOFTWARE TOOL FOR DINSAR ANALYSIS
I.D.I.O.T.: A FREE AND EASY-TO-USE SOFTWARE TOOL FOR DINSAR ANALYSIS A. Reigber, E. Erten, S. Guillaso, and O. Hellwich Berlin University of Technology, Computer Vision and Remote Sensing Franklinstr.
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
PolSARpro v2.0 Software Training Course
PolSARpro v2.0 Software Training Course Training Course Programme 09h00 09h30 09h30 11h00 11h00 11h30 11h30 12h00 12h00 13h00 Topic 1: General Presentation of the PolSARpro Software Topic 2: PolSARpro
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
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
Radar images Università di Pavia Fabio Dell Acqua Gruppo di Telerilevamento
Radar images Radar images radar image DNs linked to backscattered field Backscattered field depends on wave-target interaction, with different factors relevant to it: within-pixel coherent combination
Software Architecture Document (SAD) for the Interferometric Modules of the Next ESA SAR Toolbox (NEST)
Software Architecture Document (SAD) for the Interferometric Modules of the Next ESA SAR Toolbox (NEST) Contract number: 20809/07/I-LG Prepared by: PPO.labs Prepared for: The European Space Agency Revision
Professional SAR Data Processing
Professional SAR Data Processing SAR Tutorial at EUSAR 2012 in Nürnberg (Germany) Dr. Thomas Bahr The information contained in this document pertains to software products and services that are subject
PolSARpro v5.0. An ESA Educational, Free and Open Source Toolbox for Polarimetric SAR Data Analysis. Eric POTTIER
PolSARpro v5.0 An ESA Educational, Free and Open Source Toolbox for Polarimetric SAR Data Analysis Eric POTTIER A Bit Of History CONTEXT The initiative development of PolSARpro Software is a direct result
TerraSAR-X Interferometry. Michael Eineder, Nico Adam Remote Sensing Technology Institute
TerraSAR-X Interferometry Michael Eineder, Nico Adam Remote Sensing Technology Institute TerraSAR-X Contribution to Commissioning Phase: verify phase and geometric stability of instrument and SAR processor
IDL. Get the answers you need from your data. IDL
Get the answers you need from your data. IDL is the preferred computing environment for understanding complex data through interactive visualization and analysis. IDL Powerful visualization. Interactive
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
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
Interferometric TOPS Chain Description
www.dlr.de/hr > SEOM INSARAP INSARAP Workshop December 10, 2014 > Slide 1 SEOM INSARAP: Sentinel-1 InSAR Performance Study with TOPS Data ESA-ESRIN Contract 4000110587/14/I-BG Interferometric TOPS Chain
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
Structural Health Monitoring Tools (SHMTools)
Structural Health Monitoring Tools (SHMTools) Getting Started LANL/UCSD Engineering Institute LA-CC-14-046 c Copyright 2014, Los Alamos National Security, LLC All rights reserved. May 30, 2014 Contents
SARscape 4.3 Supported Sensors/Products (March 2011) - Spaceborne Sensors -
SARscape 4.3 Supported Sensors/Products (March 2011) - Spaceborne Sensors - ALOS PALSAR (provided by JAXA) In case of RAW (level 1.0) data, import is carried out within the Focusing Module. PALSAR RAW
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 [email protected] Abstract The main objective of this project is the study of a learning based method
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
NIRCal Software data sheet
NIRCal Software data sheet NIRCal is an optional software package for NIRFlex N-500 and NIRMaster, that allows the development of qualitative and quantitative calibrations. It offers numerous chemometric
September 2008 E M A I L : I N F O @ C R E A S O. C O M H T T P : / / W W W. C R E A S O. C O M
Technical Description in a Nutshell September 2008 C R E A S O G M B H T A L H O F S T R A S S E 3 2 A D - 8 2 2 0 5 G I L C H I N G T E L E F O N ( + 4 9-8 1 0 5 ) 3 7 8-0 F A X ( + 4 9-8 1 0 5 ) 3 7
Template-based Eye and Mouth Detection for 3D Video Conferencing
Template-based Eye and Mouth Detection for 3D Video Conferencing Jürgen Rurainsky and Peter Eisert Fraunhofer Institute for Telecommunications - Heinrich-Hertz-Institute, Image Processing Department, Einsteinufer
Advanced Signal Processing and Digital Noise Reduction
Advanced Signal Processing and Digital Noise Reduction Saeed V. Vaseghi Queen's University of Belfast UK WILEY HTEUBNER A Partnership between John Wiley & Sons and B. G. Teubner Publishers Chichester New
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
Remote Sensing an Introduction
Remote Sensing an Introduction Seminar: Space is the Place Referenten: Anica Huck & Michael Schlund Remote Sensing means the observation of, or gathering information about, a target by a device separated
Visualization and Analysis of Spectral Data Cubes an Hipe toolbox
Visualization and Analysis of Spectral Data Cubes an Hipe toolbox Madrid 4-5 December 2008 Alain Gueguen MPE-Garching [email protected] 1 Goal of the tool Display and analysis toolbox for the spectral
Terrafirma Persistent Scatterer Processing Validation
Terrafirma Persistent Scatterer Processing Validation Nico Adam (1), Alessandro Parizzi (1), Michael Eineder (1), Michele Crosetto () (1) Remote Sensing Technology Institute () Institute of Geomatics Signal
How To Filter Spam Image From A Picture By Color Or Color
Image Content-Based Email Spam Image Filtering Jianyi Wang and Kazuki Katagishi Abstract With the population of Internet around the world, email has become one of the main methods of communication among
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.,
a powerful graphical developing tool for prototyping image processing tasks
a powerful graphical developing tool for prototyping image processing tasks PD Dr.-Ing. habil. Karl-Heinz Franke / Rico Nestler Ilmenau Technical University Faculty of Computer Science and Automation Computer
Automatic 3D Reconstruction via Object Detection and 3D Transformable Model Matching CS 269 Class Project Report
Automatic 3D Reconstruction via Object Detection and 3D Transformable Model Matching CS 69 Class Project Report Junhua Mao and Lunbo Xu University of California, Los Angeles [email protected] and lunbo
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
Data, Measurements, Features
Data, Measurements, Features Middle East Technical University Dep. of Computer Engineering 2009 compiled by V. Atalay What do you think of when someone says Data? We might abstract the idea that data are
SOURCE SCANNER IDENTIFICATION FOR SCANNED DOCUMENTS. Nitin Khanna and Edward J. Delp
SOURCE SCANNER IDENTIFICATION FOR SCANNED DOCUMENTS Nitin Khanna and Edward J. Delp Video and Image Processing Laboratory School of Electrical and Computer Engineering Purdue University West Lafayette,
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
Image Processing Based Automatic Visual Inspection System for PCBs
IOSR Journal of Engineering (IOSRJEN) ISSN: 2250-3021 Volume 2, Issue 6 (June 2012), PP 1451-1455 www.iosrjen.org Image Processing Based Automatic Visual Inspection System for PCBs Sanveer Singh 1, Manu
CROP CLASSIFICATION WITH HYPERSPECTRAL DATA OF THE HYMAP SENSOR USING DIFFERENT FEATURE EXTRACTION TECHNIQUES
Proceedings of the 2 nd Workshop of the EARSeL SIG on Land Use and Land Cover CROP CLASSIFICATION WITH HYPERSPECTRAL DATA OF THE HYMAP SENSOR USING DIFFERENT FEATURE EXTRACTION TECHNIQUES Sebastian Mader
Feature Selection vs. Extraction
Feature Selection In many applications, we often encounter a very large number of potential features that can be used Which subset of features should be used for the best classification? Need for a small
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 [email protected]
POLINSAR COHERENCE-BASED REGRESSION ANALYSIS OF FOREST BIOMASS USING RADARSAT-2 DATASETS
POLINSAR COHERENCE-BASED REGRESSION ANALYSIS OF FOREST BIOMASS USING RADARSAT-2 DATASETS Jenia Singh, Shashi Kumar, S.P.S Kushwaha Indian Institute of Remote Sensing, ISRO Dehradun, 248001, India ([email protected],
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
imc FAMOS 6.3 visualization signal analysis data processing test reporting Comprehensive data analysis and documentation imc productive testing
imc FAMOS 6.3 visualization signal analysis data processing test reporting Comprehensive data analysis and documentation imc productive testing imc FAMOS ensures fast results Comprehensive data processing
TerraSAR-X Applications Guide
TerraSAR-X Applications Guide Extract: Maritime Monitoring: Oil Spill Detection April 2015 Airbus Defence and Space Geo-Intelligence Programme Line Maritime Monitoring: Oil Spill Detection Issue As the
Super-resolution method based on edge feature for high resolution imaging
Science Journal of Circuits, Systems and Signal Processing 2014; 3(6-1): 24-29 Published online December 26, 2014 (http://www.sciencepublishinggroup.com/j/cssp) doi: 10.11648/j.cssp.s.2014030601.14 ISSN:
Visualization of large data sets using MDS combined with LVQ.
Visualization of large data sets using MDS combined with LVQ. Antoine Naud and Włodzisław Duch Department of Informatics, Nicholas Copernicus University, Grudziądzka 5, 87-100 Toruń, Poland. www.phys.uni.torun.pl/kmk
Microwaves and Radar Institute
Microwaves and Radar Institute Research and Projects Alberto Moreira German Aerospace Center DLR Oberpfaffenhofen, Germany Microwaves and Radar Institute 30+ years of experience in SAR systems and applications
What is Visualization? Information Visualization An Overview. Information Visualization. Definitions
What is Visualization? Information Visualization An Overview Jonathan I. Maletic, Ph.D. Computer Science Kent State University Visualize/Visualization: To form a mental image or vision of [some
imc FAMOS 6.3 visualization signal analysis data processing test reporting Comprehensive data analysis and documentation imc productive testing
imc FAMOS 6.3 visualization signal analysis data processing test reporting Comprehensive data analysis and documentation imc productive testing www.imcfamos.com imc FAMOS at a glance Four editions to Optimize
In: Proceedings of RECPAD 2002-12th Portuguese Conference on Pattern Recognition June 27th- 28th, 2002 Aveiro, Portugal
Paper Title: Generic Framework for Video Analysis Authors: Luís Filipe Tavares INESC Porto [email protected] Luís Teixeira INESC Porto, Universidade Católica Portuguesa [email protected] Luís Corte-Real
Face Model Fitting on Low Resolution Images
Face Model Fitting on Low Resolution Images Xiaoming Liu Peter H. Tu Frederick W. Wheeler Visualization and Computer Vision Lab General Electric Global Research Center Niskayuna, NY, 1239, USA {liux,tu,wheeler}@research.ge.com
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
HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER
HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER Gholamreza Anbarjafari icv Group, IMS Lab, Institute of Technology, University of Tartu, Tartu 50411, Estonia [email protected]
Computer Vision for Quality Control in Latin American Food Industry, A Case Study
Computer Vision for Quality Control in Latin American Food Industry, A Case Study J.M. Aguilera A1, A. Cipriano A1, M. Eraña A2, I. Lillo A1, D. Mery A1, and A. Soto A1 e-mail: [jmaguile,aciprian,dmery,asoto,]@ing.puc.cl
Integrated Open-Source Geophysical Processing and Visualization
Integrated Open-Source Geophysical Processing and Visualization Glenn Chubak* University of Saskatchewan, Saskatoon, Saskatchewan, Canada [email protected] and Igor Morozov University of Saskatchewan,
Time Domain and Frequency Domain Techniques For Multi Shaker Time Waveform Replication
Time Domain and Frequency Domain Techniques For Multi Shaker Time Waveform Replication Thomas Reilly Data Physics Corporation 1741 Technology Drive, Suite 260 San Jose, CA 95110 (408) 216-8440 This paper
Scalable Developments for Big Data Analytics in Remote Sensing
Scalable Developments for Big Data Analytics in Remote Sensing Federated Systems and Data Division Research Group High Productivity Data Processing Dr.-Ing. Morris Riedel et al. Research Group Leader,
ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining
A Review: Image Retrieval Using Web Multimedia Satish Bansal*, K K Yadav** *, **Assistant Professor Prestige Institute Of Management, Gwalior (MP), India Abstract Multimedia object include audio, video,
Introduction to Pattern Recognition
Introduction to Pattern Recognition Selim Aksoy Department of Computer Engineering Bilkent University [email protected] CS 551, Spring 2009 CS 551, Spring 2009 c 2009, Selim Aksoy (Bilkent University)
DIGITAL ELEVATION MODEL DATABASE W42 - A SCALABLE SYSTEM FOR SPATIAL DATA
DIGITAL ELEVATION MODEL DATABASE W42 - A SCALABLE SYSTEM FOR SPATIAL DATA M. Habermeyer, U. Marschalk, A. Roth German Aerospace Center (DLR),German Remote Sensing Data Center (DFD) 82234 Wessling, Germany,(martin.habermeyer,ursula.marschalk,achim.roth)@dlr.de
BEHAVIOR BASED CREDIT CARD FRAUD DETECTION USING SUPPORT VECTOR MACHINES
BEHAVIOR BASED CREDIT CARD FRAUD DETECTION USING SUPPORT VECTOR MACHINES 123 CHAPTER 7 BEHAVIOR BASED CREDIT CARD FRAUD DETECTION USING SUPPORT VECTOR MACHINES 7.1 Introduction Even though using SVM presents
A New Cloud-based Deployment of Image Analysis Functionality
243 A New Cloud-based Deployment of Image Analysis Functionality Thomas BAHR 1 and Bill OKUBO 2 1 Exelis Visual Information Solutions GmbH, Gilching/Germany [email protected] 2 Exelis Visual Information
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
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;
Cloud tracking with optical flow for short-term solar forecasting
Cloud tracking with optical flow for short-term solar forecasting Philip Wood-Bradley, José Zapata, John Pye Solar Thermal Group, Australian National University, Canberra, Australia Corresponding author:
Avigilon Control Center Web Client User Guide
Avigilon Control Center Web Client User Guide Version: 4.12 Enterprise OLH-WEBCLIENT-E-E-Rev2 Copyright 2013 Avigilon. All rights reserved. The information presented is subject to change without notice.
Let s SAR: Mapping and monitoring of land cover change with ALOS/ALOS-2 L-band data
Let s SAR: Mapping and monitoring of land cover change with ALOS/ALOS-2 L-band data Rajesh Bahadur THAPA, Masanobu SHIMADA, Takeshi MOTOHKA, Manabu WATANABE and Shinichi [email protected]; [email protected]
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,
The premier software for extracting information from geospatial imagery.
Imagery Becomes Knowledge ENVI The premier software for extracting information from geospatial imagery. ENVI Imagery Becomes Knowledge Geospatial imagery is used more and more across industries because
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,
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
KEY WORDS: Geoinformatics, Geoinformation technique, Remote Sensing, Information technique, Curriculum, Surveyor.
CURRICULUM OF GEOINFORMATICS INTEGRATION OF REMOTE SENSING AND GEOGRAPHICAL INFORMATION TECHNOLOGY Kirsi VIRRANTAUS*, Henrik HAGGRÉN** Helsinki University of Technology, Finland Department of Surveying
How To Write A Call To Action For Terrasar-X
Doc.: TX-PGS-PL-4127 TerraSAR-X Announcement of Opportunity: Utilization of the TerraSAR-X Archive 1 Page: 2 of 11 TABLE OF CONTENTS TERRASAR-X... 1 ANNOUNCEMENT OF OPPORTUNITY: UTILIZATION OF THE TERRASAR-X
Business Value Reporting and Analytics
IP Telephony Contact Centers Mobility Services WHITE PAPER Business Value Reporting and Analytics Avaya Operational Analyst April 2005 avaya.com Table of Contents Section 1: Introduction... 1 Section 2:
Classifying Manipulation Primitives from Visual Data
Classifying Manipulation Primitives from Visual Data Sandy Huang and Dylan Hadfield-Menell Abstract One approach to learning from demonstrations in robotics is to make use of a classifier to predict if
CONTROL, COMMUNICATION & SIGNAL PROCESSING (CCSP)
CONTROL, COMMUNICATION & SIGNAL PROCESSING (CCSP) KEY RESEARCH AREAS Data compression for speech, audio, images, and video Digital and analog signal processing Image and video processing Computer vision
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
Automatic Fall Detector based on Sliding Window Principle
Automatic Fall Detector based on Sliding Window Principle J. Rodriguez 1, M. Mercuri 2, P. Karsmakers 3,4, P.J. Soh 2, P. Leroux 3,5, and D. Schreurs 2 1 UPC, Div. EETAC-TSC, Castelldefels, Spain 2 KU
Taking Inverse Graphics Seriously
CSC2535: 2013 Advanced Machine Learning Taking Inverse Graphics Seriously Geoffrey Hinton Department of Computer Science University of Toronto The representation used by the neural nets that work best
Radar Image Processing with Clusters of Computers
Radar Image Processing with Clusters of Computers Alois Goller Chalmers University Franz Leberl Institute for Computer Graphics and Vision ABSTRACT Some radar image processing algorithms such as shape-from-shading
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
DESCW: PC Software Supporting Remote Sensing Data
r bulletin 97 march 1999 DESCW: PC Software Supporting Remote Sensing Data S. D Elia Earth Remote Sensing Exploitation Division, ESA Directorate for Application Programmes, ESRIN, Frascati, Italy R. Biasutti
DIGITAL IMAGE PROCESSING AND ANALYSIS
DIGITAL IMAGE PROCESSING AND ANALYSIS Human and Computer Vision Applications with CVIPtools SECOND EDITION SCOTT E UMBAUGH Uffi\ CRC Press Taylor &. Francis Group Boca Raton London New York CRC Press is
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,
Professor, D.Sc. (Tech.) Eugene Kovshov MSTU «STANKIN», Moscow, Russia
Professor, D.Sc. (Tech.) Eugene Kovshov MSTU «STANKIN», Moscow, Russia As of today, the issue of Big Data processing is still of high importance. Data flow is increasingly growing. Processing methods
A Reliability Point and Kalman Filter-based Vehicle Tracking Technique
A Reliability Point and Kalman Filter-based Vehicle Tracing Technique Soo Siang Teoh and Thomas Bräunl Abstract This paper introduces a technique for tracing the movement of vehicles in consecutive video
Free software solutions for MEG/EEG source imaging
Free software solutions for MEG/EEG source imaging François Tadel Cognitive Neuroscience & Brain Imaging Lab., CNRS University of Paris - Hôpital de la Salpêtrière Cognitive Neuroimaging Unit, Inserm U562
Monitoring of Arctic Conditions from a Virtual Constellation of Synthetic Aperture Radar Satellites
DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Monitoring of Arctic Conditions from a Virtual Constellation of Synthetic Aperture Radar Satellites Hans C. Graber RSMAS
An introduction to OBJECTIVE ASSESSMENT OF IMAGE QUALITY. Harrison H. Barrett University of Arizona Tucson, AZ
An introduction to OBJECTIVE ASSESSMENT OF IMAGE QUALITY Harrison H. Barrett University of Arizona Tucson, AZ Outline! Approaches to image quality! Why not fidelity?! Basic premises of the task-based approach!
Using advanced InSAR techniques as a remote tool for mine site monitoring
The Southern African Institute of Mining and Metallurgy Slope Stability 2015 D. Colombo and B. MacDonald Using advanced InSAR techniques as a remote tool for mine site monitoring D. Colombo* and B. MacDonald
RUN-LENGTH ENCODING FOR VOLUMETRIC TEXTURE
RUN-LENGTH ENCODING FOR VOLUMETRIC TEXTURE Dong-Hui Xu, Arati S. Kurani, Jacob D. Furst, Daniela S. Raicu Intelligent Multimedia Processing Laboratory, School of Computer Science, Telecommunications, and
A System of Shadow Detection and Shadow Removal for High Resolution Remote Sensing Images
A System of Shadow Detection and Shadow Removal for High Resolution Remote Sensing Images G.Gayathri PG student, Department of Computer Science and Engineering, Parisutham Institute of Technology and Science,
Non-negative Matrix Factorization (NMF) in Semi-supervised Learning Reducing Dimension and Maintaining Meaning
Non-negative Matrix Factorization (NMF) in Semi-supervised Learning Reducing Dimension and Maintaining Meaning SAMSI 10 May 2013 Outline Introduction to NMF Applications Motivations NMF as a middle step
ENVI Classic Tutorial: Atmospherically Correcting Hyperspectral Data using FLAASH 2
ENVI Classic Tutorial: Atmospherically Correcting Hyperspectral Data Using FLAASH Atmospherically Correcting Hyperspectral Data using FLAASH 2 Files Used in This Tutorial 2 Opening the Uncorrected AVIRIS
