Monteverdi - Remote Sensing Software from Educational to Operational Context

Size: px
Start display at page:

Download "Monteverdi - Remote Sensing Software from Educational to Operational Context"

Transcription

1 Remote Sensing for Science, Education, Rainer Reuter (Editor) and Natural and Cultural Heritage EARSeL, 2010 Monteverdi - Remote Sensing Software from Educational to Operational Context Manuel GRIZONNET, and Jordi INGLADA CNES 18, avenue Edouard Belin Toulouse Cedex 09 - France Abstract. The Orfeo Toolbox (OTB) is an Open Source Remote Sensing Image Processing software toolkit developed by CNES which aims at gathering a large set of state of the art building blocks for processing chains. The Monteverdi integrated application is based on OTB and provides a userfriendly graphical interface to many of the algorithms available in the OTB library. The modular architecture of the software allows to easily extend the application with custom algorithms seamlessly integrated in the main application. All these features make Monteverdi a candidate to provide quick and efficient solutions in educational contexts. It has already been used for several remote sensing trainings and capacity building activities. This paper will present OTB/Monteverdi in terms of available functionalities, but also in terms of philosophy of openness and future evolution. Keywords: Remote sensing, Orfeo Toolbox, end user application Introduction One common problem when working with satellite images is the gap between algorithms and techniques learned in classrooms and methods which are used in operational situations. Some of these methods are sometimes available in commercial software used in professional contexts but they can require some fine tuning for which an in-depth understanding of the theory is necessary. For example, some of them might not scale well when asked to process billions of pixel images, some would be too slow to enable interactivity, and some would try to guess (often wrongly) what the end user needs. It arises that there is clearly the need for easily available applications where end users are able to know in detail the algorithms and are also able to tune and adapt them. It covers a large scope of users, from students to professional users, and lots of algorithm categories. The Monteverdi application based on the Orfeo Toolbox library is a first answer and contribution for bringing together these needs. 1. Remote sensing applications for education 1.1. Real applications on real images Production software is often robust but do not need fine tuning of several parameters requiring an in depth knowledge of the underlying algorithms. It arises that users are rapidly lost in a large number of generic processing blocks that they are unable to compare or benchmark. Moreover their processing chains are not easily extensible and force them to add other software which makes their process complex. As a consequence the validation of each step results in a huge contrast between professional results and algorithms that are available in the labs. This increases the difficulty to apply them and reproduce results on different data From classroom to operations In operational contexts, users of remote sensing data often make reference to what they call "the real world of remote sensing process". This real world, by opposition with theory, refers generally

2 to specific needs of an operator who has to produce results in "non academic" situations, in a critical time frame, or with few available data. These situations imply the need to adapt theoretical results and to be able to create efficient and reproducible processes. That is why algorithms and applications need to be efficient, well tested and in adequacy with teaching methods. As a consequence, there is clearly the need for flexible and powerful applications that people can study and modify without restriction, and which can be also redistributed easily. As a result, the demand for well designed programs and homogeneous tools which will cover the use from schools to private companies is increasing. In the frame of remote sensing image processing, the Orfeo Toolbox library and the front end application Monteverdi provide a large set of cutting edge algorithms in response to this need. 2. Presentation of Monteverdi 2.1. Detail of a Monteverdi process Monteverdi allows users to build remote sensing processing chains and execute them at any moment during the process. It allows to chain dynamically modules' inputs and outputs behind a common and coherent interface. Historically, Monteverdi was designed after a request from CNES' Strategy and Programs Office in order to provide an integrated application for capacity building activities (teaching, simple image manipulation, etc.) with the possibility to easily integrate new processing modules. Let's see a first example of the power of the application. Figure 1 shows a screenshot of Monteverdi's main window and presents thematic sections which are available and where you can see the different modules which have been set up for the processing. The first step is to access to input data via the reader module (File Open dataset) which are automatically registered on the process tree. When you choose to use a new module, you select its input data, and therefore, you build a processing pipeline sequentially and output(s) of processing modules are automatically added to the main window tree. The processing and its parameters are stored and, at any time, the user can decide to trigger or not the execution of the processing. On Figure 2, the pink button to the right of the image selection menu indicates that the image has not been generated (streamed). When the user pushes the button, the pipeline process is executed and the result image is be saved on disk computer. The next sections present some modules available in Monteverdi which cover a large scope of remote sensing techniques, from geometric processing to image analysis and creation of value added remote sensing products Geometry processing This section deals with re-projection and orthorectification of images using the available sensor models (image informations available in the meta-data are automatically read by the application). The list of available modules is: Orthorectification using the available sensor models Homologous point extraction for image co-registration (Figure 3) Automatic image registration using sensor geometry RPC to sensor model: Create a rational polynomial coefficients sensor model (RPC) for an image by manually choosing ground control points. Figure 4 shows a screenshot of the Ground control Point to geometry module. It allows to interactively select ground control points and compute a geometric model for image orthorectification. Finding the correspondence between the pixel coordinates in the image and the geographic position 750

3 is made easy by the possibility to estimate the pixel location from Open Street Map tiles (via road intersections or characteristic points of interest for example), or by importing/exporting a list of points from/to an XML file. This is very useful in case where users do not have access to sensor model informations and allow to theorically orthorectify any imagery. Figure 1. Monteverdi main window Figure 2. Streamed input data 751

4 Manuel GRIZONNET, and Jordi INGLADA: Monteverdi - Remote Sensing Software from Educational to Operational Context Figure 3. Homologous point extraction module Figure 4. GCP to sensor module 2.3. Feature extraction This module allows to create a set of layers resulting from feature extraction algorithms. The term Feature Extraction includes several techniques aiming to detect low level information from images. These features can be objects (points, lines, etc.) but they can also be measures (moments, textures, etc.). Thanks to streaming capabilities of the Orfeo Toolbox, the module is able to display a preview of each process on the region of interest to evaluate the result. Figure 5 shows an example of filtering operations with the module and a preview of the result is available to evaluate the influence of a given parameter. 752

5 2.4. Mean-shift segmentation Figure 5. Feature extraction module The Mean-shift algorithm allows the generation of a segmented image. Basically, this module could be used before processing supervised classification using Support Vector Machines (SVM). Moreover this basic module can illustrate the modularity of Monteverdi and is an excellent base to build your own Monteverdi modules. You can start from here and just change the filter in the pipeline and get a ready to use new module. Figure 6. Mean shift segmentation module 753

6 2.5. Supervised classification Monteverdi allows to generate supervised classifications based on the Support Vector Machines (SVM) algorithm and is able to produce good classification models from few examples. On Figure 7, an example of classification by SVM is illustrated. On the multispectral image, few regions of interest are selected to train the SVM. Then the entire image is classified. a) Multispectral image b) Regions of interest for learning c) Classification result Figure 7. Support Vector Machine example: on a multispectral image, four areas of interest are defined. These areas are the base for the SVM learning step. Then all pixels are classified. 3. Modularity and customization The Monteverdi application is based on a smart software architecture which allows building processing chains by selecting modules from a set of menus and takes advantage of the streaming and multi-threading capabilities of the OTB pipeline. Moreover, this architecture was designed to allow a high level of customization. Monteverdi is designed to host virtually an infinite number of modules. And on the other hand, it is very easy and straightforward to remove modules from the main application. This way,one can create a new customized application with only specific functionnalities of interest. This could be a real added value in an academic context to be able to adapt the content of the software to the audience and make the assimilation of new concepts by students easier. One can even imagine to add functionalities to Monteverdi during training sessions, and create an adaptive system which will fit to the teaching progress. 4. The Orfeo Toolbox Library 4.1. Overview In the frame of ORFEO Accompaniment Program, CNES decided to develop an open source remote sensing image processing library, which capitalizes state of the art techniques as well as recent results published in the literature. About 3000 C++ classes are already available in the current version of OTB [1] for most of the usual operations on remote sensing images. All of these operations can be combined to lead to fully functional applications. This modularity also enables replacing easily one method by another one in the processing chain to evaluate its impact on performance. Such modules include: image access: optimized read/write access for almost any of the existing remote sensing image formats, meta-data access, visualization; geometric modeling: sensor models for optical and SAR sensors, digital elevation models (DEM) access, cartographic projections, image registration, disparity map estimation; filtering: blurring, denoising, enhancement; 754

7 feature extraction: interest points, alignments, lines; image segmentation: region growing, fast marching, watershed, level sets; object extraction: road network extraction, template-based detection; classification: K-means, SVM, Markov random fields; change detection; optical/sar image calibration. Only some of these modules are available in Monteverdi but there is no restriction on the creation of new components in the future Open source As we can see, many algorithms are available and well-tested in Orfeo Toolbox [1,2] and more generally in the open-source community. Therefore, they can be integrated into an existing project at marginal cost. The main principle of the library is to carefully select open source libraries with specific functionalities and to integrate them behind an homogeneous interface. For example, the core of the OTB system is coming from ITK [3] which has proven its efficiency for medical image processing. Most of the algorithms for segmentation and registration have been well tested in this context. 5. Perspectives Monteverdi is designed to host virtually an infinite number of modules or, at the opposite, customize an application with only selected modules for specific users. This high level of customization promises the perspective to be able to answer to a wide panel of remote sensing products users. Moreover the license policy of the library which allows to use, modify or even make software based on it, encourages new developments. CNES organized a training on remote sensing and image processing in Madagascar at the end of 2009 where Monteverdi was used as the main tool. The success of the training and the very positive feed back of students were a first demonstration of the efficiency of the application as a support for remote sensing courses. Since then, Monteverdi is used regularly in some French educational institutions for technical courses (on rapid mapping for example) and in parallel CNES continues to encourage and promote developments around the application. References [1] The {ORFEO} toolbox software guide, [2] E. Christophe and J. Inglada, Open Source Remote Sensing: Increasing the Usability of Cutting-Edge Algorithms. IEEE Geoscience and Remote Sensing Society Newsletter, 9-15, March (last access: ) [3] ITK, the Insight Toolkit

8 756

TOLOMEO. ORFEO Toolbox. Jordi Inglada - CNES. TOoLs for Open Mul/- risk assessment using Earth Observa/on data TOLOMEO

TOLOMEO. ORFEO Toolbox. Jordi Inglada - CNES. TOoLs for Open Mul/- risk assessment using Earth Observa/on data TOLOMEO ORFEO Toolbox Jordi Inglada - CNES TOoLs for Open Mul/- risk assessment using Earth Observa/on data Outline ORFEO Toolbox : general characteris>cs Example of OTB features OTB Applica>ons & Processing Chains

More information

ERDAS IMAGINE The world s most widely-used remote sensing software package

ERDAS IMAGINE The world s most widely-used remote sensing software package ERDAS IMAGINE The world s most widely-used remote sensing software package ERDAS IMAGINE Geographic imaging professionals need to process vast amounts of geospatial data every day often relying on software

More information

Graphical Processing Units to Accelerate Orthorectification, Atmospheric Correction and Transformations for Big Data

Graphical Processing Units to Accelerate Orthorectification, Atmospheric Correction and Transformations for Big Data Graphical Processing Units to Accelerate Orthorectification, Atmospheric Correction and Transformations for Big Data Amanda O Connor, Bryan Justice, and A. Thomas Harris IN52A. Big Data in the Geosciences:

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

Graphical Processing Units to Accelerate Orthorectification, Atmospheric Correction and Transformations for Big Data

Graphical Processing Units to Accelerate Orthorectification, Atmospheric Correction and Transformations for Big Data Graphical Processing Units to Accelerate Orthorectification, Atmospheric Correction and Transformations for Big Data Amanda O Connor, Bryan Justice, and A. Thomas Harris IN52A. Big Data in the Geosciences:

More information

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 Contents GIS and maps The visualization process Visualization and strategies

More information

Files Used in this Tutorial

Files Used in this Tutorial Generate Point Clouds Tutorial This tutorial shows how to generate point clouds from IKONOS satellite stereo imagery. You will view the point clouds in the ENVI LiDAR Viewer. The estimated time to complete

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

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

The premier software for extracting information from geospatial imagery.

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

More information

Allows the access and modification to all graphic and alphanumeric data in all layers of SIGPAC central database.

Allows the access and modification to all graphic and alphanumeric data in all layers of SIGPAC central database. SIGPAC SOFTWARE APPLICATIONS 1 SIGPAC DNEditor 2 DNEditor Allows the access and modification to all graphic and alphanumeric data in all layers of SIGPAC central database. Data stored in databases (MAPA

More information

MEng, BSc Computer Science with Artificial Intelligence

MEng, BSc Computer Science with Artificial Intelligence School of Computing FACULTY OF ENGINEERING MEng, BSc Computer Science with Artificial Intelligence Year 1 COMP1212 Computer Processor Effective programming depends on understanding not only how to give

More information

THE OPEN DRAGON PROGRAMMER S TOOLKIT: A FRAMEWORK FOR LEARNING GEOINFORMATICS SOFTWARE DEVELOPMENT

THE OPEN DRAGON PROGRAMMER S TOOLKIT: A FRAMEWORK FOR LEARNING GEOINFORMATICS SOFTWARE DEVELOPMENT THE OPEN DRAGON PROGRAMMER S TOOLKIT: A FRAMEWORK FOR LEARNING GEOINFORMATICS SOFTWARE DEVELOPMENT Sally E. Goldin and Kurt T. Rudahl Department of Computer Engineering King Mongkut's University of Technology

More information

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 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

More information

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

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

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) 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

More information

Reporting. Understanding Advanced Reporting Features for Managers

Reporting. Understanding Advanced Reporting Features for Managers Reporting Understanding Advanced Reporting Features for Managers Performance & Talent Management Performance & Talent Management combines tools and processes that allow employees to focus and integrate

More information

UPDATING OBJECT FOR GIS DATABASE INFORMATION USING HIGH RESOLUTION SATELLITE IMAGES: A CASE STUDY ZONGULDAK

UPDATING OBJECT FOR GIS DATABASE INFORMATION USING HIGH RESOLUTION SATELLITE IMAGES: A CASE STUDY ZONGULDAK UPDATING OBJECT FOR GIS DATABASE INFORMATION USING HIGH RESOLUTION SATELLITE IMAGES: A CASE STUDY ZONGULDAK M. Alkan 1, *, D. Arca 1, Ç. Bayik 1, A.M. Marangoz 1 1 Zonguldak Karaelmas University, Engineering

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

Getting Started Guide

Getting Started Guide Getting Started Guide Contents Welcome to Corel VideoStudio Pro X6............................ 2 New Features and Enhancements................................ 4 Understanding the Workspace..................................

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

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

ERDAS PRO600. A state-of-the-art package for 3D feature collection and editing

ERDAS PRO600. A state-of-the-art package for 3D feature collection and editing ERDAS PRO600 A state-of-the-art package for 3D feature collection and editing MicroStation design file graphics are displayed by PRO600 in full 3D stereo. PRO600 PRO600 is a highly sophisticated, function-rich

More information

a powerful graphical developing tool for prototyping image processing tasks

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

More information

FSI Machine Vision Training Programs

FSI Machine Vision Training Programs FSI Machine Vision Training Programs Table of Contents Introduction to Machine Vision (Course # MVC-101) Machine Vision and NeuroCheck overview (Seminar # MVC-102) Machine Vision, EyeVision and EyeSpector

More information

MEng, BSc Applied Computer Science

MEng, BSc Applied Computer Science School of Computing FACULTY OF ENGINEERING MEng, BSc Applied Computer Science Year 1 COMP1212 Computer Processor Effective programming depends on understanding not only how to give a machine instructions

More information

High Productivity Data Processing Analytics Methods with Applications

High Productivity Data Processing Analytics Methods with Applications High Productivity Data Processing Analytics Methods with Applications Dr. Ing. Morris Riedel et al. Adjunct Associate Professor School of Engineering and Natural Sciences, University of Iceland Research

More information

ACE: After Effects CS6

ACE: After Effects CS6 Adobe Training Services Exam Guide ACE: After Effects CS6 Adobe Training Services provides this exam guide to help prepare partners, customers, and consultants who are actively seeking accreditation as

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

Lecture 6: CNNs for Detection, Tracking, and Segmentation Object Detection

Lecture 6: CNNs for Detection, Tracking, and Segmentation Object Detection CSED703R: Deep Learning for Visual Recognition (206S) Lecture 6: CNNs for Detection, Tracking, and Segmentation Object Detection Bohyung Han Computer Vision Lab. bhhan@postech.ac.kr 2 3 Object detection

More information

Understanding Raster Data

Understanding Raster Data Introduction The following document is intended to provide a basic understanding of raster data. Raster data layers (commonly referred to as grids) are the essential data layers used in all tools developed

More information

ENVI and ArcGIS Integration Bringing Imagery to GIS

ENVI and ArcGIS Integration Bringing Imagery to GIS ITT ENVI and ArcGIS Integration Bringing Imagery to GIS The information contained in this document pertains to software products and services that are subject to the controls of the Export Administration

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

JOB READY ASSESSMENT BLUEPRINT WEB DESIGN - PILOT. Test Code: 3750 Version: 01

JOB READY ASSESSMENT BLUEPRINT WEB DESIGN - PILOT. Test Code: 3750 Version: 01 JOB READY ASSESSMENT BLUEPRINT WEB DESIGN - PILOT Test Code: 3750 Version: 01 Specific Competencies and Skills Tested in this Assessment: Internet Basics Describe the process of information exchange between

More information

In: Proceedings of RECPAD 2002-12th Portuguese Conference on Pattern Recognition June 27th- 28th, 2002 Aveiro, Portugal

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 lft@inescporto.pt Luís Teixeira INESC Porto, Universidade Católica Portuguesa lmt@inescporto.pt Luís Corte-Real

More information

Abdullah Mohammed Abdullah Khamis

Abdullah Mohammed Abdullah Khamis Abdullah Mohammed Abdullah Khamis Jeddah, Saudi Arabia Email: Abdullahkhamis@gmail.com Mobile: +966 567243182 Tel: +966 2 6340699 (Yemeni) Research and Professional Objective To Complete my Ph.D. in Pattern

More information

Unit 351: Website Software Level 3

Unit 351: Website Software Level 3 Oxford Cambridge and RSA Unit 351: Website Software Level 3 Level: 3 Credit value: 5 Guided learning hours: 40 Learning Outcomes Assessment Criteria Examples The learner will: The learner can: 1. Create

More information

Sitecore E-Commerce OMS Cookbook

Sitecore E-Commerce OMS Cookbook Sitecore E-Commerce OMS Cookbook Rev: 2011-09-12 Sitecore E-Commerce Fundamental Edition 1.1 Sitecore E-Commerce OMS Cookbook A marketer's guide to the Sitecore E-Commerce Fundamental Edition and the OMS

More information

Urban Land Use Data for the Telecommunications Industry

Urban Land Use Data for the Telecommunications Industry Urban Land Use Data for the Telecommunications Industry Regine Richter, Ulla Weingart & Tobias Wever GAF AG Arnulfstr. 197 D-80634 Munich & Ulrike Kähny E-Plus Mobilfunk GmbH & Co. KG E-Plus Platz D-40468

More information

Parallel Visualization for GIS Applications

Parallel Visualization for GIS Applications Parallel Visualization for GIS Applications Alexandre Sorokine, Jamison Daniel, Cheng Liu Oak Ridge National Laboratory, Geographic Information Science & Technology, PO Box 2008 MS 6017, Oak Ridge National

More information

LLRF. Digital RF Stabilization System

LLRF. Digital RF Stabilization System LLRF Digital RF Stabilization System Many instruments. Many people. Working together. Stability means knowing your machine has innovative solutions. For users, stability means a machine achieving its full

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

Microsoft Publisher 2010 What s New!

Microsoft Publisher 2010 What s New! Microsoft Publisher 2010 What s New! INTRODUCTION Microsoft Publisher 2010 is a desktop publishing program used to create professional looking publications and communication materials for print. A new

More information

The Challenge of Handling Large Data Sets within your Measurement System

The Challenge of Handling Large Data Sets within your Measurement System The Challenge of Handling Large Data Sets within your Measurement System The Often Overlooked Big Data Aaron Edgcumbe Marketing Engineer Northern Europe, Automated Test National Instruments Introduction

More information

Web Map Service Architecture for Topographic Data in Finland

Web Map Service Architecture for Topographic Data in Finland Web Map Service Architecture for Topographic Data in Finland Teemu Sipilä National Land Survey of Finland Abstract. Since 2012 National Land Survey of Finland has been renewing its web map services and

More information

The Big Data methodology in computer vision systems

The Big Data methodology in computer vision systems The Big Data methodology in computer vision systems Popov S.B. Samara State Aerospace University, Image Processing Systems Institute, Russian Academy of Sciences Abstract. I consider the advantages of

More information

Visualization with ParaView

Visualization with ParaView Visualization with ParaView Before we begin Make sure you have ParaView 4.1.0 installed so you can follow along in the lab section http://paraview.org/paraview/resources/software.php Background http://www.paraview.org/

More information

Face Recognition For Remote Database Backup System

Face Recognition For Remote Database Backup System Face Recognition For Remote Database Backup System Aniza Mohamed Din, Faudziah Ahmad, Mohamad Farhan Mohamad Mohsin, Ku Ruhana Ku-Mahamud, Mustafa Mufawak Theab 2 Graduate Department of Computer Science,UUM

More information

8.3 VCPowerPack (Company: AICOMP Group)

8.3 VCPowerPack (Company: AICOMP Group) 8 nhancements and Add-Ons in the SAP Partner nvironment 8.2.6 Summary The Sybit Configuration Visualizer visualizes the product configured by the user. The visual image is displayed on an additional tab

More information

15.00 15.30 30 XML enabled databases. Non relational databases. Guido Rotondi

15.00 15.30 30 XML enabled databases. Non relational databases. Guido Rotondi Programme of the ESTP training course on BIG DATA EFFECTIVE PROCESSING AND ANALYSIS OF VERY LARGE AND UNSTRUCTURED DATA FOR OFFICIAL STATISTICS Rome, 5 9 May 2014 Istat Piazza Indipendenza 4, Room Vanoni

More information

ANALYTICS IN BIG DATA ERA

ANALYTICS IN BIG DATA ERA ANALYTICS IN BIG DATA ERA ANALYTICS TECHNOLOGY AND ARCHITECTURE TO MANAGE VELOCITY AND VARIETY, DISCOVER RELATIONSHIPS AND CLASSIFY HUGE AMOUNT OF DATA MAURIZIO SALUSTI SAS Copyr i g ht 2012, SAS Ins titut

More information

Raster to Vector Conversion for Overlay Analysis

Raster to Vector Conversion for Overlay Analysis Raster to Vector Conversion for Overlay Analysis In some cases, it may be necessary to perform vector-based analyses on a raster data set, or vice versa. The types of analyses that can be performed on

More information

Middleware support for the Internet of Things

Middleware support for the Internet of Things Middleware support for the Internet of Things Karl Aberer, Manfred Hauswirth, Ali Salehi School of Computer and Communication Sciences Ecole Polytechnique Fédérale de Lausanne (EPFL) CH-1015 Lausanne,

More information

Structural Health Monitoring Tools (SHMTools)

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

More information

The Impact of Big Data on Classic Machine Learning Algorithms. Thomas Jensen, Senior Business Analyst @ Expedia

The Impact of Big Data on Classic Machine Learning Algorithms. Thomas Jensen, Senior Business Analyst @ Expedia The Impact of Big Data on Classic Machine Learning Algorithms Thomas Jensen, Senior Business Analyst @ Expedia Who am I? Senior Business Analyst @ Expedia Working within the competitive intelligence unit

More information

Collaborative modelling and concurrent scientific data analysis:

Collaborative modelling and concurrent scientific data analysis: Collaborative modelling and concurrent scientific data analysis: Application case in space plasma environment with the Keridwen/SPIS- GEO Integrated Modelling Environment B. Thiebault 1, J. Forest 2, B.

More information

MayaVi: A free tool for CFD data visualization

MayaVi: A free tool for CFD data visualization MayaVi: A free tool for CFD data visualization Prabhu Ramachandran Graduate Student, Dept. Aerospace Engg. IIT Madras, Chennai, 600 036. e mail: prabhu@aero.iitm.ernet.in Keywords: Visualization, CFD data,

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

Masters in Information Technology

Masters in Information Technology Computer - Information Technology MSc & MPhil - 2015/6 - July 2015 Masters in Information Technology Programme Requirements Taught Element, and PG Diploma in Information Technology: 120 credits: IS5101

More information

ACE: After Effects CC

ACE: After Effects CC Adobe Training Services Exam Guide ACE: After Effects CC Adobe Training Services provides this exam guide to help prepare partners, customers, and consultants who are actively seeking accreditation as

More information

1394 Bus Analyzers. Usage Analysis, Key Features and Cost Savings. Background. Usage Segmentation

1394 Bus Analyzers. Usage Analysis, Key Features and Cost Savings. Background. Usage Segmentation 1394 Bus Analyzers Usage Analysis, Key Features and Cost Savings By Dr. Michael Vonbank DapUSA Inc., and Dr. Kurt Böhringer, Hitex Development Tools GmbH Background When developing products based on complex

More information

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 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

More information

Combining an Alternating Sequential Filter (ASF) and Curvelet for Denoising Coronal MRI Images

Combining an Alternating Sequential Filter (ASF) and Curvelet for Denoising Coronal MRI Images Contemporary Engineering Sciences, Vol. 5, 2012, no. 2, 85-90 Combining an Alternating Sequential Filter (ASF) and Curvelet for Denoising Coronal MRI Images Mohamed Ali HAMDI Ecole Nationale d Ingénieur

More information

Back Propagation Neural Networks User Manual

Back Propagation Neural Networks User Manual Back Propagation Neural Networks User Manual Author: Lukáš Civín Library: BP_network.dll Runnable class: NeuralNetStart Document: Back Propagation Neural Networks Page 1/28 Content: 1 INTRODUCTION TO BACK-PROPAGATION

More information

GeoKettle: A powerful open source spatial ETL tool

GeoKettle: A powerful open source spatial ETL tool GeoKettle: A powerful open source spatial ETL tool FOSS4G 2010 Dr. Thierry Badard, CTO Spatialytics inc. Quebec, Canada tbadard@spatialytics.com Barcelona, Spain Sept 9th, 2010 What is GeoKettle? It is

More information

Visualization methods for patent data

Visualization methods for patent data Visualization methods for patent data Treparel 2013 Dr. Anton Heijs (CTO & Founder) Delft, The Netherlands Introduction Treparel can provide advanced visualizations for patent data. This document describes

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

Distance-Learning Remote Laboratories using LabVIEW

Distance-Learning Remote Laboratories using LabVIEW Distance-Learning Remote Laboratories using LabVIEW Introduction Laboratories, which are found in all engineering and science programs, are an essential part of the education experience. Not only do laboratories

More information

INTERNAL COMMUNICATION TECHNIQUES GEORGETA-MĂDĂLINA MEGHIŞAN

INTERNAL COMMUNICATION TECHNIQUES GEORGETA-MĂDĂLINA MEGHIŞAN INTERNAL COMMUNICATION TECHNIQUES GEORGETA-MĂDĂLINA MEGHIŞAN Georgeta-Mădălina MEGHIŞAN, Assistant Prof., PhD Student University of Craiova Keywords: internal communication, oral communication, direct

More information

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014 Efficient Attendance Management System Using Face Detection and Recognition Arun.A.V, Bhatath.S, Chethan.N, Manmohan.C.M, Hamsaveni M Department of Computer Science and Engineering, Vidya Vardhaka College

More information

Online Search Engine Advertising Data Visualization Tool

Online Search Engine Advertising Data Visualization Tool Online Search Engine Advertising Data Visualization Tool Project Proposal Yingsai Dong dysalbert@gmail.com Department of Computer Science University of British Columbia CPSC 547 Information Visualization

More information

A New Data Visualization and Analysis Tool

A New Data Visualization and Analysis Tool Title: A New Data Visualization and Analysis Tool Author: Kern Date: 22 February 2013 NRAO Doc. #: Version: 1.0 A New Data Visualization and Analysis Tool PREPARED BY ORGANIZATION DATE Jeff Kern NRAO 22

More information

BIG DATA & DATA SCIENCE

BIG DATA & DATA SCIENCE BIG DATA & DATA SCIENCE ACADEMY PROGRAMS IN-COMPANY TRAINING PORTFOLIO 2 TRAINING PORTFOLIO 2016 Synergic Academy Solutions BIG DATA FOR LEADING BUSINESS Big data promises a significant shift in the way

More information

Colorado School of Mines Computer Vision Professor William Hoff

Colorado School of Mines Computer Vision Professor William Hoff Professor William Hoff Dept of Electrical Engineering &Computer Science http://inside.mines.edu/~whoff/ 1 Introduction to 2 What is? A process that produces from images of the external world a description

More information

GeoImaging Accelerator Pansharp Test Results

GeoImaging Accelerator Pansharp Test Results GeoImaging Accelerator Pansharp Test Results Executive Summary After demonstrating the exceptional performance improvement in the orthorectification module (approximately fourteen-fold see GXL Ortho Performance

More information

Point Clouds: Big Data, Simple Solutions. Mike Lane

Point Clouds: Big Data, Simple Solutions. Mike Lane Point Clouds: Big Data, Simple Solutions Mike Lane Light Detection and Ranging Point Cloud is the Third Type of Data Vector Point Measurements and Contours Sparse, highly irregularly spaced X,Y,Z values

More information

MSCA 31000 Introduction to Statistical Concepts

MSCA 31000 Introduction to Statistical Concepts MSCA 31000 Introduction to Statistical Concepts This course provides general exposure to basic statistical concepts that are necessary for students to understand the content presented in more advanced

More information

Ensembles and PMML in KNIME

Ensembles and PMML in KNIME Ensembles and PMML in KNIME Alexander Fillbrunn 1, Iris Adä 1, Thomas R. Gabriel 2 and Michael R. Berthold 1,2 1 Department of Computer and Information Science Universität Konstanz Konstanz, Germany First.Last@Uni-Konstanz.De

More information

A Steering Environment for Online Parallel Visualization of Legacy Parallel Simulations

A Steering Environment for Online Parallel Visualization of Legacy Parallel Simulations A Steering Environment for Online Parallel Visualization of Legacy Parallel Simulations Aurélien Esnard, Nicolas Richart and Olivier Coulaud ACI GRID (French Ministry of Research Initiative) ScAlApplix

More information

Strengthening the decision making process with data intelligence in publishing industry CONTEC 2014 Frankfurt Germany - October 7 th 2014

Strengthening the decision making process with data intelligence in publishing industry CONTEC 2014 Frankfurt Germany - October 7 th 2014 Strengthening the decision making process with data intelligence in publishing industry CONTEC 2014 Frankfurt Germany - October 7 th 2014 Vincenzo Russi Chief Digital Officer Messaggerie Italiane SpA Digital

More information

REGULATIONS FOR THE DEGREE OF MASTER OF SCIENCE IN COMPUTER SCIENCE (MSc[CompSc])

REGULATIONS FOR THE DEGREE OF MASTER OF SCIENCE IN COMPUTER SCIENCE (MSc[CompSc]) 305 REGULATIONS FOR THE DEGREE OF MASTER OF SCIENCE IN COMPUTER SCIENCE (MSc[CompSc]) (See also General Regulations) Any publication based on work approved for a higher degree should contain a reference

More information

Learning outcomes. Knowledge and understanding. Competence and skills

Learning outcomes. Knowledge and understanding. Competence and skills Syllabus Master s Programme in Statistics and Data Mining 120 ECTS Credits Aim The rapid growth of databases provides scientists and business people with vast new resources. This programme meets the challenges

More information

The Visualization Pipeline

The Visualization Pipeline The Visualization Pipeline Conceptual perspective Implementation considerations Algorithms used in the visualization Structure of the visualization applications Contents The focus is on presenting the

More information

Algolab Photo Vector

Algolab Photo Vector Algolab Photo Vector Introduction: What Customers use Photo Vector for? Photo Vector (PV) is a handy tool for designers to create, cleanup, make fast corrections, edit designs with or without further conversion

More information

Mangroves monitoring using VHR Pléiades data

Mangroves monitoring using VHR Pléiades data Mangroves monitoring using VHR Pléiades data Under mining constraints Rémi Andreoli Bluecham SAS Cyril Marchand IRD Audrey Léopold UNC/IRD Claire Tinel CNES Delphine Fontanaz CNES Pléiades Days 2014, April

More information

Scalable Developments for Big Data Analytics in Remote Sensing

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,

More information

Bildverarbeitung und Mustererkennung Image Processing and Pattern Recognition

Bildverarbeitung und Mustererkennung Image Processing and Pattern Recognition Bildverarbeitung und Mustererkennung Image Processing and Pattern Recognition 1. Image Pre-Processing - Pixel Brightness Transformation - Geometric Transformation - Image Denoising 1 1. Image Pre-Processing

More information

Masters in Computing and Information Technology

Masters in Computing and Information Technology Masters in Computing and Information Technology Programme Requirements Taught Element, and PG Diploma in Computing and Information Technology: 120 credits: IS5101 CS5001 or CS5002 CS5003 up to 30 credits

More information

Big Data. White Paper. Big Data Executive Overview WP-BD-10312014-01. Jafar Shunnar & Dan Raver. Page 1 Last Updated 11-10-2014

Big Data. White Paper. Big Data Executive Overview WP-BD-10312014-01. Jafar Shunnar & Dan Raver. Page 1 Last Updated 11-10-2014 White Paper Big Data Executive Overview WP-BD-10312014-01 By Jafar Shunnar & Dan Raver Page 1 Last Updated 11-10-2014 Table of Contents Section 01 Big Data Facts Page 3-4 Section 02 What is Big Data? Page

More information

MetaMorph Software Basic Analysis Guide The use of measurements and journals

MetaMorph Software Basic Analysis Guide The use of measurements and journals MetaMorph Software Basic Analysis Guide The use of measurements and journals Version 1.0.2 1 Section I: How Measure Functions Operate... 3 1. Selected images... 3 2. Thresholding... 3 3. Regions of interest...

More information

Scalable Data Analysis in R. Lee E. Edlefsen Chief Scientist UserR! 2011

Scalable Data Analysis in R. Lee E. Edlefsen Chief Scientist UserR! 2011 Scalable Data Analysis in R Lee E. Edlefsen Chief Scientist UserR! 2011 1 Introduction Our ability to collect and store data has rapidly been outpacing our ability to analyze it We need scalable data analysis

More information

CROP CLASSIFICATION WITH HYPERSPECTRAL DATA OF THE HYMAP SENSOR USING DIFFERENT FEATURE EXTRACTION TECHNIQUES

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

More information

Objectives. Chapter 2: Operating-System Structures. Operating System Services (Cont.) Operating System Services. Operating System Services (Cont.

Objectives. Chapter 2: Operating-System Structures. Operating System Services (Cont.) Operating System Services. Operating System Services (Cont. Objectives To describe the services an operating system provides to users, processes, and other systems To discuss the various ways of structuring an operating system Chapter 2: Operating-System Structures

More information

INTERNET MARKETING. SEO Course Syllabus Modules includes: COURSE BROCHURE

INTERNET MARKETING. SEO Course Syllabus Modules includes: COURSE BROCHURE AWA offers a wide-ranging yet comprehensive overview into the world of Internet Marketing and Social Networking, examining the most effective methods for utilizing the power of the internet to conduct

More information

Pipeline Routing using GIS and Remote Sensing Tobenna Opara Ocean Engineering Department University of Rhode Island Tobennaopara@my.uri.

Pipeline Routing using GIS and Remote Sensing Tobenna Opara Ocean Engineering Department University of Rhode Island Tobennaopara@my.uri. Pipeline Routing using GIS and Remote Sensing Tobenna Opara Ocean Engineering Department University of Rhode Island Tobennaopara@my.uri.edu Pipelines are utilized by the oil and gas industry to transport

More information

SAAS BASED INVENTORY MANAGEMENT SYSTEM WHITE PAPER

SAAS BASED INVENTORY MANAGEMENT SYSTEM WHITE PAPER SAAS BASED INVENTORY MANAGEMENT SYSTEM WHITE PAPER ABOUT Client is a California based Software-as-a-Service (SaaS) provider for remote stock room inventory management solutions. Client was founded in 1994,

More information

WHITE PAPER. The PLM Domino Effect. - Jagmeet Singh and Jeff Kavanaugh

WHITE PAPER. The PLM Domino Effect. - Jagmeet Singh and Jeff Kavanaugh WHITE PAPER The PLM Domino Effect - Jagmeet Singh and Jeff Kavanaugh Summary When we were children, we all played dominos. We may have played the formal numeric alignment version, but another variant is

More information