A Mobile Augmented Reality Demonstrator. Andrew Radburn 1

Size: px
Start display at page:

Download "A Mobile Augmented Reality Demonstrator. Andrew Radburn 1"

Transcription

1 A Mobile Augmented Reality Demonstrator Andrew Radburn 1 1 Ordnance Survey, Romsey Road, Southampton SO16 4GU, UK Tel. ( ) Fax ( ) Andrew.Radburn@ordnancesurvey.co.uk Crown copyright Reproduced by permission of Ordnance Survey KEYWORDS: augmented reality, magic window, mapping, text augmentation 1. Introduction Augmented Reality (AR) is a means of blending computer generated objects or labels with reality so that both appear to be a part of your natural environment. AR is beginning to mature as a subject field with applications moving from pure academic research into industrial and potential consumer areas. Mobile AR provides a good example of how a detailed geospatial database may be combined with location-aware computing to generate a compelling spatiotemporal application. This paper describes a working prototype for a hand-held augmented reality system containing data from Ordnance Survey, the national mapping agency of Great Britain. Ordnance Survey currently maintains a continuously updated digital database of the topography of Great Britain, including around 440 million man-made and natural landscape features. These features include everything from forests, roads and rivers down to individual houses, garden plots, and even pillar boxes. In addition to this topographic mapping, other layers of information are in the database, such as gazetteer information, data on the addresses of all properties and transport network information. This paper begins by describing the prototype platform s hardware and software. In Section 3 the results obtained are presented. Section 4 describes the conclusions and outlines for future work. 2. Prototype System The prototype augmented reality system is a hand-held device that functions as a magic window by displaying video images from a camera on the back of the device onto the screen on the front of it, thereby creating the effect of the user looking through a window. These images are then overlaid by relevant textual mapping information depending on the context of the user. The data to be overlaid is either stored locally on the device or streamed in via a wireless internet connection. Standard open interfaces have been used wherever possible (Open Geospatial Consortium, 2002). The purpose of the demonstrator is to show how real-life geospatial data can be visualised in ways different from the traditional paper map or GIS. The system is designed for outdoor use and uses GPS and orientation sensors, rather than a fiducial marker tracking approach, as it can then potentially be used anywhere in Great Britain Hardware The prototype runs on a Fujitsu Stylistic ST5021D Tablet PC. This provides a 1.1 GHz CPU with 1 Gb RAM and a 20 Gb hard disk. Connected to the PCMCIA slot via an adapter card is a SysOn GPS CF Plus Compact Flash GPS. The tablet PC was chosen as the screen has exceptionally good visiblity in daylight, and is currently used by Ordnance Survey surveyors in the field.

2 A Logitech QuickCam for Notebooks Pro is attached to the reverse side of the tablet PC via Velcro tape. Video images are captured at 640 x 480 pixels in 24 bit color at 10 frames per second. These images are then scaled to 800 x 600 pixels before being displayed on the screen. This scaling is entirely handled by the OpenGL graphics hardware and so is fairly fast. The orientation of the platform is provided by a digital compass. This is a Honeywell HMR3300, which is supplied in kit form and can detect rotation about all three axes. The kit comprises of a 2.4 cm by 3.6 cm PCB which holds a magnetoresistive sensor, this PCB connects to another PCB which converts the signals into standard RS232 output. The RS232 signal is finally converted by a Serial-to-USB convertor and connects to one of the USB ports on the tablet PC. Logitech Camera Video Fujitsu Tablet PC Screen GPS X,Y,Z Honeywell Digital Compass H,P,R Application Cache Internet WMS and WFS Database Figure 1: Schematic overview of the system 2.2. Software The software is written in Java 2 Platform, Standard Edition (J2SE ) version 1.5. The decision to use Java instead of C or C++ was mainly based on the availability of existing Java code and libraries written to handle Ordnance Survey data. The graphics generated by the application are rendered onto the screen via OpenGL using the JOGL Java library interface (soon to become JSR231). OpenGL was chosen as it will soon be available on mobile devices as OpenGL ES, thus making it easier to port the code onto other smaller and more portable platforms in the future. The camera is interfaced using Java Media Framework version 2.1.1e and provides a real-time video stream into the program. Currently the system is set up to process 10 frames per second, which seems to give a reasonably flicker-free experience to the user of the system. The input from the GPS is in NMEA format which is translated from WGS-84 into British National Grid via the OSTN02 transformation (Ordnance Survey, 2002), which has an accuracy of 0.1 m, inside the

3 accuracy of the GPS (under 10m depending on buildings). Data is streamed into the application on demand, centred on the current position of the user. Different datasets have a different area of demand. Data can be streamed in from a Web Feature Server (Open Geospatial Consortium, 2002) if the tablet has a WiFi or wireless internet connection. This data is then cached on the client device for situations where there is no connection Datasets The main dataset used is OS MasterMap Topographic Layer, which contains detailed geospatial features such as building and road outlines, and cartographic text features such as Electricity sub station, drain and road names. OS MasterMap data is ideal for use in AR as it has been collected at an accuracy of about 10cm and is continually kept up to date. OS MasterMap Address Layer is used to provide house names and numbers. Locality information is taken from the Ordnance Survey 1:50000 Scale Gazetteer. Points of interest information such as bus shelters and post boxes are taken from the PointX dataset. 3. Results The application has been field tested in various places, including urban environments such as Southampton and London and rural environments such as the New Forest in Hampshire. The different data layers can be turned on or off by the user to prevent the screen being filled with too much information at one time. The various layers have different colours to help quickly differentiate them to the user (see Table 1). A basic label placement algorithm is used, with the X/Y position taken directly from the base data and the Z calculated so that text labels further away are placed higher up the screen. The vertical position is calculated in a non-linear manner to counteract the lower position on screen the label would usually have by being further away. Locality information is designed to appear near the top of the screen, with closer labels such as street names lower down. When two labels are very close to each other in space, the software will reposition one of them either higher or lower to help reduce the impact of overlapping and occluding labels. The text is rendered onto the screen as a billboard, which dynamically renders the text so that the information is always oriented towards the users point of view. Layer Number Data set Colour Comments 1 Camera 2 OS MasterMap Text Generally Yellow Various colours Roads in White 3 OS MasterMap Address Pink House numbers Layer 4 50k Gazetteer Green Localities 5 PointX Light Blue Points of Interest 6 Direction Information Black Bottom of window Table 1: Datasets and colours The following figures 2, 3 and 4 show live screen captures from the application.

4 Figure 2: View with localities, house numbers and orientation Figure 3: View with localities, road names and cartographic text

5 Figure 4: Westminster Bridge In the basic version of the demonstrator, only text labels are displayed which makes it very efficient in the amount of data that has to be transmitted to the device. An alternative version has also been built that has a more detailed underlying model, but has much greater data volumes. The original 2D polygon data (figure 5) is streamed into the application as GML over a GPRS wireless internet link and converted onthe-fly into 3D polygons by addition of height data from a Digital Terrain Model (DTM) and an estimate of the height of the building (figure 6). The DTM is based on a ten metre grid, so interpolation is used to generate intermediate heights for polygon points. The 2D base data is also cached by the application for areas already visited. In figure 7, the road polygon has been coloured in red to show how close the registration is with the incoming video stream. Also in figure 7, an alternate rendering is shown for when the user is travelling in a moving vehicle, in this scenario the building numbers have been displayed as large textures attached to the vertical faces of the buildings. This could be of use in emergency applications to identify properties quickly. Figure 5: OS MasterMap Ordnance Survey Crown Copyright. All rights reserved. Figure 6: Underlying 3D buildings

6 Figure 7: Road polygons coloured red, numbers as building textures Calibration and registration is currently carried out manually by the user. The compass can be calibrated with an offset to allow for any errors in the setting up and the physical mounting of the compass device onto the tablet PC. This offset can also correct the difference between magnetic north (as used by the digital compass) and grid north (as used by the mapping). The field of view of the internal 3D model can be calibrated and adjusted to be approximately the same as the field of view of the incoming video stream. This is currently carried out by eye using an appropriate building to visually align the edges of the observed real building with the edges of the internal 3D model building. The 3D model can also be calibrated and adjusted for small offset errors in translation due to systematic GPS errors. The prototype performs fast enough to be of practical use, and is used to demonstrate new ways of visualising and using geospatial data. The screen is refreshed at over 10 frames per second, which is enough to give the user a reasonable experience. The user currently sees a slight lag between the overlaid text and the video feed when panning from side to side fast, this is due to timing differences between the incoming video feed and the digital compass. The system has some limitations due to the accuracy of the various elements. The heading from the compass is accurate to about +/- 0.5 degrees, the GPS is accurate to about +/- 2m, the video feed has lens distortions and a different focal length for vertical and horizontal, leading to a slightly distorted field of view. These errors are acceptable in the prototype as the text labels on the display are only labelling whole buildings, roads and localities rather than smaller individual features. Better position tracking could be obtained by using a real-time kinematic GPS system and OSNet, Ordnance Survey s real time GPS correction network. 4. Conclusions and further work This paper has described a prototype mobile hand-held Augmented Reality system using Ordnance Survey digital data as textual annotations over a real-world video feed.

7 Enhancements to the system will be made by better synchronization of the direction given by the digital compass with a direction calculated from the video stream using computer vision techniques. This should make the overlaid text appear to stick much better to the associated object or building and be less susceptible to errors in both direction and GPS position. Other research will be done into automatic calibration of the system, 3D text placement with overlapping label avoidance and the selection of labels depending on the current context of the user. 5. Disclaimer This article has been prepared for information purposes only. It is not designed to constitute definitive advice on the topics covered and any reliance placed on the contents of this article is at the sole risk of the reader. References Rekimoto, J. (1996) A hand held augmented reality system for collaborative design. Proceedings of Virtual Systems and Multimedia (VSMM96). Feiner, S., MacIntyre, B., Höllerer, T. and Webster, A. (1997), A Touring Machine: Prototyping 3D mobile augmented reality systems for exploring the urban environment. Proceedings of the International Symposium on Wearable Computers. Ordnance Survey. (2002), National GPS Network Information Open Geospatial Consortium. (2002), Web Map Server, Web Feature Server and GML specifications. Tenmoku, R., Kanbara M. and Yokoya N. (2005), Annotating user-viewed objects for wearable AR systems. Proceedings of the 4 Th IEEE and ACM International Symposium on Mixed and Augmented Reality, pp G. King, W. Piekarski, and B. Thomas. (2005), ARVino Outdoor augmented reality visualization of viticulture GIS data. Proceedings of the 4 Th IEEE and ACM International Symposium on Mixed and Augmented Reality, pp Biography Andrew Radburn has worked in the Research and Innovation department of Ordnance Survey for over ten years. He has worked on projects with digital mapping data on mobile phones and is currently interested in writing applications to display mapping data in a mobile augmented reality environment.

AEGIS 3 OS MasterMap module

AEGIS 3 OS MasterMap module AEGIS 3 OS MasterMap module The Advisory Unit Computers in Education 1 Copyright All rights reserved. No part of this manual may be reproduced or stored in a retrieval system other than by or for the purchaser,

More information

OS MasterMap Topography Layer Building Height Attribute

OS MasterMap Topography Layer Building Height Attribute OS MasterMap Topography Layer Building Height Attribute Product guide Error! No text of specified style in document. Vn.n OS 2017 Page 1 of 14 Product guide Contents Section Page no Introduction... 3 Purpose

More information

3D Laser Scanning Technology. Fast, Safe, Accurate. Rugged hardware and powerful software combined with streamlined survey workflow

3D Laser Scanning Technology. Fast, Safe, Accurate. Rugged hardware and powerful software combined with streamlined survey workflow 3D Laser Scanning Technology Fast, Safe, Accurate Rugged hardware and powerful software combined with streamlined survey workflow Maptek specialises in the research, development and application of 3D laser

More information

Localization of Wearable Users Using Invisible Retro-reflective Markers and an IR Camera

Localization of Wearable Users Using Invisible Retro-reflective Markers and an IR Camera Localization of Wearable Users Using Invisible Retro-reflective Markers and an IR Camera Yusuke Nakazato, Masayuki Kanbara and Naokazu Yokoya Graduate School of Information Science, Nara Institute of Science

More information

SURVEY 3.0. Innovative field solutions for Surveyors X PAD. works when you do

SURVEY 3.0. Innovative field solutions for Surveyors X PAD. works when you do Innovative field solutions for Surveyors works when you do X PAD INNOVATIVE FIELD SOLUTION FOR SURVEYORS The software for survey, stakeout and control, ensuring productivity and flexibility in the field,

More information

OS OpenData masterclass 2013 Cartographic Design workshop

OS OpenData masterclass 2013 Cartographic Design workshop OS OpenData masterclass 2013 Cartographic Design workshop 1 Quantum GIS Quantum GIS (QGIS) is a user-friendly Open Source Geographic Information System (GIS,) licensed under the GNU General Public License.

More information

Outdoor Scene Reconstruction from Multiple Image Sequences Captured by a Hand-held Video Camera

Outdoor Scene Reconstruction from Multiple Image Sequences Captured by a Hand-held Video Camera Outdoor Scene Reconstruction from Multiple Image Sequences Captured by a Hand-held Video Camera Tomokazu Sato, Masayuki Kanbara and Naokazu Yokoya Graduate School of Information Science, Nara Institute

More information

A Wearable Augmented Reality System Using an IrDA Device and a Passometer

A Wearable Augmented Reality System Using an IrDA Device and a Passometer A Wearable Augmented Reality System Using an IrDA Device and a Passometer Ryuhei Tenmoku a Masayuki Kanbara a and Naokazu Yokoya a a Graduate School of Information Science, Nara Institute of Science and

More information

A Wearable Augmented Reality System Using Positioning Infrastructures and a Pedometer

A Wearable Augmented Reality System Using Positioning Infrastructures and a Pedometer A Wearable Augmented Reality System Using Positioning Infrastructures and a Pedometer Ryuhei TENMOKU Masayuki KANBARA Naokazu YOKOYA Vision and Media Computing Laboratory Nara Institute of Science and

More information

Template for CORS Networks

Template for CORS Networks Template for CORS Networks This template gives an idea on what can be included in the document or poster to describe the national or regional CORs network that your organisation is responsible for. The

More information

In a previous White Paper, we discovered how to style OS Mastermap data using QML style files within QGIS:

In a previous White Paper, we discovered how to style OS Mastermap data using QML style files within QGIS: Styling OS Mastermap Layers within QGIS Part2 In a previous White Paper, we discovered how to style OS Mastermap data using QML style files within QGIS: https://www.cadlinecommunity.co.uk/hc/en-us/articles/360000279965-styling-sql-server-os-mastermap-

More information

Presentation Overview

Presentation Overview Stringless Concrete Paving STRINGLESS CONCRETE PAVING ACPA BUS TOUR AUGUST 5, 2015 Presentation Overview 1) Manufactures 2) Components needed for Stringless Paving 3) Conventional Methods VS Stringless

More information

CONTENTS. Quick Start Guide V1.0

CONTENTS. Quick Start Guide V1.0 Quick Start Guide CONTENTS 1 Introduction... 2 2 What s in the box?... 3 3 Using your buzzard multispectral sensor... 4 3.1 Overview... 4 3.2 Connecting the power / remote trigger cable... 5 3.3 Attaching

More information

Jeffrey A. Schepers P.S. EIT Geospatial Services Holland Engineering Inc. 220 Hoover Blvd, Suite 2, Holland, MI Desk

Jeffrey A. Schepers P.S. EIT Geospatial Services Holland Engineering Inc. 220 Hoover Blvd, Suite 2, Holland, MI Desk Jeffrey A. Schepers P.S. EIT Geospatial Services Holland Engineering Inc. 220 Hoover Blvd, Suite 2, Holland, MI 49423 616-594-5127 Desk 616-322-1724 Cell 616-392-5938 Office Mobile LiDAR - Laser Scanning

More information

OS MasterMap Integrated Transport Network Layer User guide

OS MasterMap Integrated Transport Network Layer User guide OS MasterMap Integrated Transport Network Layer User guide Contents Section Page no Preface...5 Contact details...5 Use of the product...5 Purpose and disclaimer...5 Copyright in this guide...5 Data copyright

More information

Promap V2 User Guide

Promap V2 User Guide Promap V User Guide Need help? 0844 844 9960 customerservice@promap.co.uk www.promap.co.uk Contents 0 Introduction SECTION 0 Login & Search SECTION 04 Map Layers SECTION 3 05 Defining Sites and Printing

More information

OS MasterMap Topography Layer

OS MasterMap Topography Layer P R O D U C T G R O U P / D E P A R T M E N T OS MasterMap Topography Layer Technical Specification OS MasterMap Topography Layer Vn.n OS 2017 Page 1 of 55 Responsibility for this document The Product

More information

ArcGIS Runtime: Maximizing Performance of Your Apps. Will Jarvis and Ralf Gottschalk

ArcGIS Runtime: Maximizing Performance of Your Apps. Will Jarvis and Ralf Gottschalk ArcGIS Runtime: Maximizing Performance of Your Apps Will Jarvis and Ralf Gottschalk Agenda ArcGIS Runtime Version 100.0 Architecture How do we measure performance? We will use our internal Runtime Core

More information

Project report Augmented reality with ARToolKit

Project report Augmented reality with ARToolKit Project report Augmented reality with ARToolKit FMA175 Image Analysis, Project Mathematical Sciences, Lund Institute of Technology Supervisor: Petter Strandmark Fredrik Larsson (dt07fl2@student.lth.se)

More information

Supporting Mobile Applications with Real-Time Visualisation of GPS Availability

Supporting Mobile Applications with Real-Time Visualisation of GPS Availability Supporting Mobile Applications with Real-Time Visualisation of GPS Availability Anthony Steed Department of Computer Science, University College London, Gower St, London, WC1E 6BT, United Kingdom A.Steed@cs.ucl.ac.uk

More information

TERRESTRIAL AND NUMERICAL PHOTOGRAMMETRY 1. MID -TERM EXAM Question 4

TERRESTRIAL AND NUMERICAL PHOTOGRAMMETRY 1. MID -TERM EXAM Question 4 TERRESTRIAL AND NUMERICAL PHOTOGRAMMETRY 1. MID -TERM EXAM Question 4 23 November 2001 Two-camera stations are located at the ends of a base, which are 191.46m long, measured horizontally. Photographs

More information

Estimating Camera Position And Posture by Using Feature Landmark Database

Estimating Camera Position And Posture by Using Feature Landmark Database Estimating Camera Position And Posture by Using Feature Landmark Database Motoko Oe 1, Tomokazu Sato 2 and Naokazu Yokoya 2 1 IBM Japan 2 Nara Institute of Science and Technology, Japan Abstract. Estimating

More information

Trimble Engineering & Construction Group, 5475 Kellenburger Road, Dayton, OH , USA

Trimble Engineering & Construction Group, 5475 Kellenburger Road, Dayton, OH , USA Trimble VISION Ken Joyce Martin Koehler Michael Vogel Trimble Engineering and Construction Group Westminster, Colorado, USA April 2012 Trimble Engineering & Construction Group, 5475 Kellenburger Road,

More information

Local Magnetic Distortion Effects on 3-Axis Compassing

Local Magnetic Distortion Effects on 3-Axis Compassing PNI White Paper Local Magnetic Distortion Effects on 3-Axis Compassing SUMMARY Digital 3-axis compasses from three different manufacturers were tested for heading error when a battery (having magnetic

More information

28 out of 28 images calibrated (100%), all images enabled. 0.02% relative difference between initial and optimized internal camera parameters

28 out of 28 images calibrated (100%), all images enabled. 0.02% relative difference between initial and optimized internal camera parameters Dronedata Render Server Generated Quality Report Phase 1 Time 00h:01m:56s Phase 2 Time 00h:04m:35s Phase 3 Time 00h:13m:45s Total Time All Phases 00h:20m:16s Generated with Pix4Dmapper Pro - TRIAL version

More information

Surveying Prof. Bharat Lohani Indian Institute of Technology, Kanpur. Lecture - 1 Module - 6 Triangulation and Trilateration

Surveying Prof. Bharat Lohani Indian Institute of Technology, Kanpur. Lecture - 1 Module - 6 Triangulation and Trilateration Surveying Prof. Bharat Lohani Indian Institute of Technology, Kanpur Lecture - 1 Module - 6 Triangulation and Trilateration (Refer Slide Time: 00:21) Welcome to this another lecture on basic surveying.

More information

Near-Infrared Dataset. 101 out of 101 images calibrated (100%), all images enabled

Near-Infrared Dataset. 101 out of 101 images calibrated (100%), all images enabled Dronedata Back Office Server Generated Quality Report Phase 1 Time 01h:22m:16s Phase 2 Time 00h:11m:39s Phase 3 Time 00h:01m:40s Total Time All Phases 01:35m:35s Generated with Pix4Dmapper Pro - TRIAL

More information

Stream Map USA Manual

Stream Map USA Manual 1. INTRODUCTION When Stream Map USA is launched, a map of North America opens showing your current location and a colored area highlighting the states covered. Stream Map USA Manual This manual is designed

More information

Photogrammetry and 3D city modelling

Photogrammetry and 3D city modelling Digital Architecture and Construction 209 Photogrammetry and 3D city modelling Y. Kobayashi School of Architecture and Landscape Architecture, Arizona State University, USA Abstract 3D city modelling and

More information

AN INTEGRATED SENSOR ORIENTATION SYSTEM FOR AIRBORNE PHOTOGRAMMETRIC APPLICATIONS

AN INTEGRATED SENSOR ORIENTATION SYSTEM FOR AIRBORNE PHOTOGRAMMETRIC APPLICATIONS AN INTEGRATED SENSOR ORIENTATION SYSTEM FOR AIRBORNE PHOTOGRAMMETRIC APPLICATIONS M. J. Smith a, *, N. Kokkas a, D.W.G. Park b a Faculty of Engineering, The University of Nottingham, Innovation Park, Triumph

More information

May 2012 Oracle Spatial User Conference

May 2012 Oracle Spatial User Conference 1 May 2012 Oracle Spatial User Conference May 23, 2012 Ronald Reagan Building and International Trade Center Washington, DC USA Andrew Howles & Jo Shannon IS Principal Architect General Manager, Operations

More information

SketchUp. SketchUp. Google SketchUp. Using SketchUp. The Tool Set

SketchUp. SketchUp. Google SketchUp. Using SketchUp. The Tool Set Google Google is a 3D Modelling program which specialises in making computer generated representations of real-world objects, especially architectural, mechanical and building components, such as windows,

More information

Low Latency Rendering and Positioning for Mobile Augmented Reality

Low Latency Rendering and Positioning for Mobile Augmented Reality Low Latency Rendering and Positioning for Mobile Augmented Reality W. Pasman, A. van der Schaaf, R.L. Lagendijk, F.W. Jansen Ubicom-project, Faculty of Information Technology and Systems Delft University

More information

ABSTRACT 1. INTRODUCTION

ABSTRACT 1. INTRODUCTION Published in SPIE Proceedings, Vol.3084, 1997, p 336-343 Computer 3-d site model generation based on aerial images Sergei Y. Zheltov, Yuri B. Blokhinov, Alexander A. Stepanov, Sergei V. Skryabin, Alexander

More information

DIGITAL COMPASS SOLUTION

DIGITAL COMPASS SOLUTION Features 5 Heading Accuracy, 0.5 Resolution 2-axis Capability Small Size (19mm x 19mm x 4.5mm), Light Weight Advanced Hard Iron Calibration Routine for Stray Fields and Ferrous Objects 0 to 70 C Operating

More information

Quality Report Generated with Postflight Terra 3D version

Quality Report Generated with Postflight Terra 3D version Quality Report Generated with Postflight Terra 3D version 4.0.89 Important: Click on the different icons for: Help to analyze the results in the Quality Report Additional information about the sections

More information

LECTURE 2 SPATIAL DATA MODELS

LECTURE 2 SPATIAL DATA MODELS LECTURE 2 SPATIAL DATA MODELS Computers and GIS cannot directly be applied to the real world: a data gathering step comes first. Digital computers operate in numbers and characters held internally as binary

More information

Paris-Le Bourget Airport. 557 out of 557 images calibrated (100%), all images enabled

Paris-Le Bourget Airport. 557 out of 557 images calibrated (100%), all images enabled DroneData Render Server Generated Quality Report Phase 1 Time 00h:27m:34s Phase 2 Time 01h:40m:23s Phase 3 Time 01h:41m:18s Total Time All Phases 03h:48m:59s Generated with Pix4Dmapper Pro - TRIAL version

More information

HD Ready and LED technology - amazing colour reproduction and long-life

HD Ready and LED technology - amazing colour reproduction and long-life ML750ST Short throw LED projector HD Ready and LED technology - amazing colour reproduction and long-life Great connectivity - MHL, HDMI and optional wireless PC free viewing - native office viewer, built-in

More information

Occlusion Detection of Real Objects using Contour Based Stereo Matching

Occlusion Detection of Real Objects using Contour Based Stereo Matching Occlusion Detection of Real Objects using Contour Based Stereo Matching Kenichi Hayashi, Hirokazu Kato, Shogo Nishida Graduate School of Engineering Science, Osaka University,1-3 Machikaneyama-cho, Toyonaka,

More information

Introduction.

Introduction. Product information Image Systems AB Main office: Ågatan 40, SE-582 22 Linköping Phone +46 13 200 100, fax +46 13 200 150 info@imagesystems.se, Introduction TEMA Automotive is the world leading system

More information

Getting Started Follow the sequence below to get a twin track station up and running.

Getting Started Follow the sequence below to get a twin track station up and running. Getting Started Follow the sequence below to get a twin track station up and running. Place a Station Template component (red arrow denotes Platform 1) and two Ramp Templates (rotate so that the red arrows

More information

An Initialization Tool for Installing Visual Markers in Wearable Augmented Reality

An Initialization Tool for Installing Visual Markers in Wearable Augmented Reality An Initialization Tool for Installing Visual Markers in Wearable Augmented Reality Yusuke Nakazato, Masayuki Kanbara, and Naokazu Yokoya Nara Institute of Science and Technology, 8916 5 Takayama, Ikoma,

More information

Carmenta Server Product Description

Carmenta Server Product Description White paper Carmenta Server Product Description Carmenta AB, Tel +46-31-775 57 00, www.carmenta.com P315 121RD, 2010 Carmenta reserves the right to change the specifications at any time and without notice.

More information

Release Notes SPECTRA PRECISION SURVEY OFFICE. Versions 3.30 (64-bit)

Release Notes SPECTRA PRECISION SURVEY OFFICE. Versions 3.30 (64-bit) Release Notes SPECTRA PRECISION SURVEY OFFICE Versions 3.30 (64-bit) Corporate office: Spectra Precision 10368 Westmoor Drive Westminster, CO 80021 USA www.spectraprecision.com Copyright and trademarks:

More information

Evaluation of plume rise modeling in AIRPACT using MISR satellite data. Fok-Yan Leung NW Airquest Meeting 2008 September 17, 2008.

Evaluation of plume rise modeling in AIRPACT using MISR satellite data. Fok-Yan Leung NW Airquest Meeting 2008 September 17, 2008. Evaluation of plume rise modeling in AIRPACT using MISR satellite data Fok-Yan Leung NW Airquest Meeting 2008 September 17, 2008. Constraining injection heights in AIRPACT using MISR plume height data

More information

BLACKVUE DR650S-2CH TRUCK. For manuals, customer support and FAQs go to

BLACKVUE DR650S-2CH TRUCK. For manuals, customer support and FAQs go to BLACKVUE DR650S-2CH TRUCK For manuals, customer support and FAQs go to www.blackvue.com Product Features High-definition and smooth videos Front: Full HD (1920x1080) @ 30 frames per second Rear: HD (1280x720)

More information

X-PAD Ultimate. The Ultimate solution in the field. Works when you do

X-PAD Ultimate. The Ultimate solution in the field. Works when you do Works when you do X-PAD Ultimate The Ultimate solution in the field X-PAD Ultimate is a tailored, flexible, modular, ideal, customised software for high end topographic tasks, such as measure, stake-out,

More information

Drone2Map: an Introduction. October 2017

Drone2Map: an Introduction. October 2017 Drone2Map: an Introduction October 2017 Drone2Map: An Introduction Topics: - Introduction to Drone Mapping - Coordinate Systems - Overview of Drone2Map - Basic Drone2Map Workflow - 2D Data Processing -

More information

Automated Processing for 3D Mosaic Generation, a Change of Paradigm

Automated Processing for 3D Mosaic Generation, a Change of Paradigm Automated Processing for 3D Mosaic Generation, a Change of Paradigm Frank BIGNONE, Japan Key Words: 3D Urban Model, Street Imagery, Oblique imagery, Mobile Mapping System, Parallel processing, Digital

More information

Data Models and Data processing in GIS

Data Models and Data processing in GIS PDHonline Course L155G (5 PDH) Data Models and Data processing in GIS Instructor: Steve Ramroop, Ph.D. 2012 PDH Online PDH Center 5272 Meadow Estates Drive Fairfax, VA 22030-6658 Phone & Fax: 703-988-0088

More information

TRIMBLE BUSINESS CENTER PHOTOGRAMMETRY MODULE

TRIMBLE BUSINESS CENTER PHOTOGRAMMETRY MODULE TRIMBLE BUSINESS CENTER PHOTOGRAMMETRY MODULE WHITE PAPER TRIMBLE GEOSPATIAL DIVISION WESTMINSTER, COLORADO, USA July 2013 ABSTRACT The newly released Trimble Business Center Photogrammetry Module is compatible

More information

Constraints online mapping guide

Constraints online mapping guide Online mapping Our online constraints mapping is powered by esri s ArcGIS Online. The main purpose of the maps is to provide spatial information. Whilst every effort has been made to ensure that the information

More information

Location based Mobile Multimedia Pusher System

Location based Mobile Multimedia Pusher System Location based Mobile Multimedia Pusher System Amit Chaurasia 1, Yash Chaurasia 2, Vishal Gupta 3, Ashwani Singh 4, Vaishali Malpe 5 1,2,3,4B. Tech, Department of Computer Science, Terna Engineering College,

More information

intelligent monitoring solutions C A N t r a k C O N F I G U R A B L E I N P U T M O D U L E ( C C I M ) I N S T A L L A T I O N M A N U A L

intelligent monitoring solutions C A N t r a k C O N F I G U R A B L E I N P U T M O D U L E ( C C I M ) I N S T A L L A T I O N M A N U A L intelligent monitoring solutions C A N t r a k C O N F I G U R A B L E I N P U T M O D U L E ( C C I M ) I N S T A L L A T I O N M A N U A L CCIM CANtrak Configurable Input Module Before you start - what

More information

Terrain Analysis. Using QGIS and SAGA

Terrain Analysis. Using QGIS and SAGA Terrain Analysis Using QGIS and SAGA Tutorial ID: IGET_RS_010 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial

More information

Dynamic 3D representation of information using low cost Cloud ready Technologies

Dynamic 3D representation of information using low cost Cloud ready Technologies National Technical University Of Athens School of Rural and Surveying Engineering Laboratory of Photogrammetry Dynamic 3D representation of information using low cost Cloud ready Technologies George MOURAFETIS,

More information

3GSM GmbH. Plüddemanngasse 77 A-8010 Graz, Austria Tel Fax:

3GSM GmbH. Plüddemanngasse 77 A-8010 Graz, Austria Tel Fax: White Paper Graz, April 2014 3GSM GmbH Plüddemanngasse 77 A-8010 Graz, Austria Tel. +43-316-464744 Fax: +43-316-464744-11 office@3gsm.at www.3gsm.at Measurement and assessment of rock and terrain surfaces

More information

Figure 1: Mobile mapping project location in New York City.

Figure 1: Mobile mapping project location in New York City. Using Mobile LiDAR to Deliver Survey Accurate Data This presentation will take the attendees though the process of controlling and delivering survey grade LiDAR data for use in CADD, Modeling, and GIS

More information

A New Protocol of CSI For The Royal Canadian Mounted Police

A New Protocol of CSI For The Royal Canadian Mounted Police A New Protocol of CSI For The Royal Canadian Mounted Police I. Introduction The Royal Canadian Mounted Police started using Unmanned Aerial Vehicles to help them with their work on collision and crime

More information

NMEA Reader NMR183. User Guide

NMEA Reader NMR183. User Guide NMEA Reader NMR183 User Guide This Guide and the information contained therein is the property of AMI Marine (UK) Ltd. It must not be reproduced or otherwise disclosed without prior consent in writing

More information

Quadpad i MOBILITYMEETSDURABILITY

Quadpad i MOBILITYMEETSDURABILITY Quadpad i MOBILITYMEETSDURABILITY QUADURO TOOLS FOR PROFESSIONALS The Quaduro Quadpad I is a slate tablet PC, and its capability is based on an architecture featuring mainstream operating systems, allowing

More information

HD Ready and LED technology - amazing colour reproduction and long-life

HD Ready and LED technology - amazing colour reproduction and long-life ML750ST Short throw LED projector HD Ready and LED technology - amazing colour reproduction and long-life Great connectivity - MHL, HDMI and optional wireless PC free viewing - native office viewer, built-in

More information

Partition and Conquer: Improving WEA-Based Coastline Generalisation. Sheng Zhou

Partition and Conquer: Improving WEA-Based Coastline Generalisation. Sheng Zhou Partition and Conquer: Improving WEA-Based Coastline Generalisation Sheng Zhou Research, Ordnance Survey Great Britain Adanac Drive, Southampton, SO16 0AS, UK Telephone: (+44) 23 8005 5000 Fax: (+44) 23

More information

Stanfords Portal. User Guide. Stanfords Portal User Guide - 1 -

Stanfords Portal. User Guide. Stanfords Portal User Guide - 1 - - 1 - Stanfords Portal User Guide Stanfords Digital 12-14 Long Acre, WC2E 9LP Guide Contents Stanfords Portal User Guide - 2 - Stanfords For Business is one of the country s leading suppliers of large

More information

TOPOSCOPY, A CLOSE RANGE PHOTOGRAMMETRIC SYSTEM FOR ARCHITECTS AND LANDSCAPE DESIGNERS

TOPOSCOPY, A CLOSE RANGE PHOTOGRAMMETRIC SYSTEM FOR ARCHITECTS AND LANDSCAPE DESIGNERS TOPOSCOPY, A CLOSE RANGE PHOTOGRAMMETRIC SYSTEM FOR ARCHITECTS AND LANDSCAPE DESIGNERS A. C. Groneman-van der Hoeven Bureau Toposcopie, Bachlaan 78, 6865 ES Doorwerth, The Netherlands. info@toposcopie.nl

More information

Reality Capture using: RPAS Technologies & Image Laser Scanners

Reality Capture using: RPAS Technologies & Image Laser Scanners Reality Capture using: RPAS Technologies & Image Laser Scanners by Johan Erasmus (RPAS Technologies) & Barend Bornman (Image Laser Scanners) from Aciel Geomatics Laser Scanners High-Definition Surveying

More information

Millennium 3 Engineering

Millennium 3 Engineering Millennium 3 Engineering Millennium 3 Engineering Augmented Reality Product Offerings ISMAR 06 Industrial AR Workshop www.mill3eng.com www.artag.net Contact: Mark Fiala mark.fiala@nrc-cnrc.gc.ca mark.fiala@gmail.com

More information

Index. advanced digital imaging. 360 Digital Cameras: Lenses: Accessories: Page Product Order code

Index. advanced digital imaging. 360 Digital Cameras: Lenses: Accessories: Page Product Order code Index advanced digital imaging Page Product Order code 360 Digital Cameras: 2 PanoCam 100-3 3 SpheroCam 100-4 4 SpheroCam HDR 100-5 6 Bundle solution: forensic documentation BND-001 Lenses: 8 Nikon Nikkor

More information

Creative Digital Spaces Technology Encourages Inspired Human Communication

Creative Digital Spaces Technology Encourages Inspired Human Communication Creative Digital Spaces Technology Encourages Inspired Human Communication Keiju Okabayashi Masashi Uyama Junichi Yura Riichiro Take The new technology Creative Digital Spaces Technology is based on the

More information

VISUAL NAVIGATION SYSTEM ON WINDSHIELD HEAD-UP DISPLAY

VISUAL NAVIGATION SYSTEM ON WINDSHIELD HEAD-UP DISPLAY VISUAL NAVIGATION SYSTEM ON WINDSHIELD HEAD-UP DISPLAY Akihiko SATO *, Itaru KITAHARA, Yoshinari KAMEDA, Yuichi OHTA Department of Intelligent Interaction Technologies, Graduate School of Systems and Information

More information

DETECTION OF 3D POINTS ON MOVING OBJECTS FROM POINT CLOUD DATA FOR 3D MODELING OF OUTDOOR ENVIRONMENTS

DETECTION OF 3D POINTS ON MOVING OBJECTS FROM POINT CLOUD DATA FOR 3D MODELING OF OUTDOOR ENVIRONMENTS DETECTION OF 3D POINTS ON MOVING OBJECTS FROM POINT CLOUD DATA FOR 3D MODELING OF OUTDOOR ENVIRONMENTS Tsunetake Kanatani,, Hideyuki Kume, Takafumi Taketomi, Tomokazu Sato and Naokazu Yokoya Hyogo Prefectural

More information

TCP MDT Digital Terrain Model - V7.5

TCP MDT Digital Terrain Model - V7.5 TCP MDT Digital Terrain Model - V7.5 Standard Version Introduction The Standard Version is suitable for carrying out all kinds of topographical survey projects, terrain profiles, volume calculations etc.

More information

GBT 10 Installation and Configuration Instructions

GBT 10 Installation and Configuration Instructions GBT 10 Installation and Configuration Instructions Use the Garmin GBT 10 Bennett Trim Tab Adapter to adapt analog information provided by a Bennett Trim Tab Position Indicator (Bennett TPI), or by the

More information

Innovative M-Tech projects list

Innovative M-Tech projects list 1 Technologies: Innovative M-Tech projects list 1. ARM-7 TDMI - LPC-2148 2. Image Processing 3. MATLAB Embedded 4. GPRS Mobile internet 5. Touch screen. IEEE 2012-13 papers 6. Global Positioning System

More information

ifp Universität Stuttgart Performance of IGI AEROcontrol-IId GPS/Inertial System Final Report

ifp Universität Stuttgart Performance of IGI AEROcontrol-IId GPS/Inertial System Final Report Universität Stuttgart Performance of IGI AEROcontrol-IId GPS/Inertial System Final Report Institute for Photogrammetry (ifp) University of Stuttgart ifp Geschwister-Scholl-Str. 24 D M. Cramer: Final report

More information

EDINA Workshop: Creating a Campus Map and Displaying it in OpenLayers

EDINA Workshop: Creating a Campus Map and Displaying it in OpenLayers Contents Introduction... 2 What steps are involved?... 3 Before you start... 4 Create your campus map... 5 1. Load the basemap data into ArcMap... 5 2. Set up Symbology and Labels of Layers... 6 Improve

More information

Automated image orientation in a location aware environment

Automated image orientation in a location aware environment 'Photogrammetric Week 01' D. Fritsch & R. Spiller, Eds. Wichmann Verlag, Heidelberg 2001. Haala 255 Automated image orientation in a location aware environment NORBERT HAALA, Stuttgart ABSTRACT Within

More information

Review of Cartographic Data Types and Data Models

Review of Cartographic Data Types and Data Models Review of Cartographic Data Types and Data Models GIS Data Models Raster Versus Vector in GIS Analysis Fundamental element used to represent spatial features: Raster: pixel or grid cell. Vector: x,y coordinate

More information

Artec Leo. A smart professional 3D scanner for a next-generation user experience

Artec Leo. A smart professional 3D scanner for a next-generation user experience Artec Leo A smart professional 3D scanner for a next-generation user experience Industrial design and manufacturing / Healthcare VR / E-commerce / Science and education Forensics / Art and design See your

More information

ArcGIS Runtime: Building 3D Apps. Rex Hansen Adrien Meriaux

ArcGIS Runtime: Building 3D Apps. Rex Hansen Adrien Meriaux ArcGIS Runtime: Building 3D Apps Rex Hansen Adrien Meriaux Agenda 3D across the ArcGIS Platform 3D in ArcGIS Runtime Road ahead ArcGIS 3D helps customers Create and Manage Design and Simulate Visualize

More information

Quality Report Generated with Pro version

Quality Report Generated with Pro version Quality Report Generated with Pro version 2.1.61 Important: Click on the different icons for: Help to analyze the results in the Quality Report Additional information about the sections Click here for

More information

A New Way to Control Mobile LiDAR Data

A New Way to Control Mobile LiDAR Data A New Way to Control Mobile LiDAR Data Survey control has always been a critically important issue when conducting mobile LiDAR surveys. While the accuracies currently being achieved with the most capable

More information

Quality Report Generated with Pix4Ddiscovery version

Quality Report Generated with Pix4Ddiscovery version Quality Report Generated with Pix4Ddiscovery version 3.1.22 Important: Click on the different icons for: Help to analyze the results in the Quality Report Additional information about the sections Click

More information

Processed :36:54 Average Ground Sampling Distance (GSD) Time for Initial Processing (without report)

Processed :36:54 Average Ground Sampling Distance (GSD) Time for Initial Processing (without report) Important: Click on the different icons for: Dronedata Back Office Server Generated Quality Report Phase 1 Time 07h:33m:02s Phase 2 Time 02h:58m:08s Phase 3 Time Not Applicable Total Time All Phases 10h:31m:08s

More information

PRODUCT GUIDE. v2.0 March AddressBase

PRODUCT GUIDE. v2.0 March AddressBase PRODUCT GUIDE v2.0 March 2016 AddressBase AddressBase Products Product Guide Contents Preface 3 Contact details... 3 Use of the product... 3 Purpose and disclaimer... 3 Copyright in this guide... 4 Data

More information

Trimble VISION Positions from Pictures

Trimble VISION Positions from Pictures Trimble VISION Positions from Pictures This session will cover What Is Trimble VISION? Trimble VISION Portfolio What Do you Need? How Does It Work & How Accurate Is It? Applications Resources Trimble VISION

More information

Alignment Software for Linear Guides

Alignment Software for Linear Guides Alignment Software for Linear Guides You have made a good choice..., in combination with the display unit, is the optimum solution for the alignment of linear guides. The following functions and characteristics

More information

IoT Based Traffic Signalling System

IoT Based Traffic Signalling System IoT Based Traffic Signalling System Ashok. P.V B.Tech Graduate, Department of Information Technology, SivaSankari.S Assistant Professor, Department of Information Technology, Vignesh Mani B.Tech Graduate,

More information

Natural Viewing 3D Display

Natural Viewing 3D Display We will introduce a new category of Collaboration Projects, which will highlight DoCoMo s joint research activities with universities and other companies. DoCoMo carries out R&D to build up mobile communication,

More information

Should Contours Be Generated from Lidar Data, and Are Breaklines Required? Lidar data provides the most

Should Contours Be Generated from Lidar Data, and Are Breaklines Required? Lidar data provides the most Should Contours Be Generated from Lidar Data, and Are Breaklines Required? Lidar data provides the most accurate and reliable representation of the topography of the earth. As lidar technology advances

More information

The Effect of Changing Grid Size in the Creation of Laser Scanner Digital Surface Models

The Effect of Changing Grid Size in the Creation of Laser Scanner Digital Surface Models The Effect of Changing Grid Size in the Creation of Laser Scanner Digital Surface Models Smith, S.L 1, Holland, D.A 1, and Longley, P.A 2 1 Research & Innovation, Ordnance Survey, Romsey Road, Southampton,

More information

Embedded Software: Its Growing Influence on the Hardware world

Embedded Software: Its Growing Influence on the Hardware world Embedded Software: Its Growing Influence on the Hardware world ISA Vision Summit 2009, Bangalore 16 th FEB 09 V. R. Venkatesh Head, Product Engineering Services, Wipro Technologies. Wipro in Product Engineering

More information

ALL-IN-ONE DRONE SOLUTION FOR 3D MODELING

ALL-IN-ONE DRONE SOLUTION FOR 3D MODELING ALL-IN-ONE DRONE SOLUTION FOR 3D MODELING Powered by PHOTO & VIDEO FULL HD 1080P - 14MPX 3-AXIS STABILIZATION AUGMENTED POWER 30MIN FLIGHT TIME 32GB INTERNAL MEMORY INCLUDES 3D MODELING SOFTWARE SAFE VIEW

More information

Laser Surveys BIM ready models LASER SURVEYS. BIM Ready Models. A guide for our Clients. P a g e 1

Laser Surveys BIM ready models LASER SURVEYS. BIM Ready Models. A guide for our Clients. P a g e 1 LASER SURVEYS BIM Ready Models A guide for our Clients P a g e 1 Introduction - the purpose of this guide: Survey information for the construction industry has a long-established tradition and is generally

More information

Multimedia Technology CHAPTER 4. Video and Animation

Multimedia Technology CHAPTER 4. Video and Animation CHAPTER 4 Video and Animation - Both video and animation give us a sense of motion. They exploit some properties of human eye s ability of viewing pictures. - Motion video is the element of multimedia

More information

FUJITSU Software Interstage AR Processing Server V1.0. Overview

FUJITSU Software Interstage AR Processing Server V1.0. Overview FUJITSU Software Interstage AR Processing Server V1.0 Overview B1WS-1115-01ENZ0(00) January 2014 Preface Purpose of this document This document provides an overview of Interstage AR Processing Server.

More information

zūmo 590 Quick Start Manual

zūmo 590 Quick Start Manual zūmo 590 Quick Start Manual January 2014 190-01706-01_0A Printed in Taiwan Getting Started WARNING See the Important Safety and Product Information guide in the product box for product warnings and other

More information

Network Analyst: Performing Network Analysis

Network Analyst: Performing Network Analysis Esri International User Conference San Diego, California Technical Workshops July 24, 2012 Network Analyst: Performing Network Analysis Jay Sandhu Deelesh Mandloi Goals We assume you have some familiarity

More information

SPN1 Sunshine Pyranometer

SPN1 Sunshine Pyranometer SPN1 Sunshine Pyranometer Total (Global) and Diffuse Radiation and Sunshine Duration sensor. WMO Good Quality Pyranometer with thermopile sensors and precision glass dome needing no routine adjustment

More information