Experiments on Generation of 3D Virtual Geographic Environment Based on Laser Scanning Technique

Size: px
Start display at page:

Download "Experiments on Generation of 3D Virtual Geographic Environment Based on Laser Scanning Technique"

Transcription

1 Experiments on Generation of 3D Virtual Geographic Environment Based on Laser Scanning Technique Jie Du 1, Fumio Yamazaki 2 Xiaoyong Chen 3 Apisit Eiumnoh 4, Michiro Kusanagi 3, R.P. Shrestha 4 1 School of Civil Engineering, Asian Institute of Technology, Thailand 2 School of Civil Engineering, Asian Institute of Technology, Thailand Institute of Industrial Science, University of Tokyo, Japan 3 School of Advanced Technologies, Asian Institute of Technology, Thailand 4 School of School of Environment, Resources and Development, Asian Institute of Technology, Thailand Tel: , Fax /5905 miyakojie@yahoo.com Abstract Airborne laser scanner is an integrated system of GPS, INS and laser scanner. It has become an accurate, fast, and versatile measurement technique that can complement or partly replace other existing acquisition technologies and has been used in more diverse applications that concern large-scale and precise topographic Digital Elevation Models (DEMs) and Digital Surface Models (DSMs). Up to now, development of algorithm and methods for acquiring 3D spatial data, interpretation and modeling of this kind data for property application are main research topics. This paper demonstrates an experiment on generation of 3D virtual geographic environment by using experimental flight laser scanning data, based on a set of algorithms and methods that were developed for automatically interpret range images for extracting geo-spatial features to reconstruct geo-objects. The set of algorithms and methods for interpretation and modeling of laser scanner data include the followings: Triangulated Irregular Network (TIN) based range image interpolation; Mathematical Morphology (MM) based range image filtering, feature extraction and range image segmentation, feature generalization and optimization; 3D objects reconstruction and modeling; Computer Graphics (CG) based visualization and animation of geographic virtual reality environment. The results of the experiment of this research demonstrate the operational utilization of the suggested approach and its applicability to various fields of study, such as urban disaster management. Keywords: Laser scanning data, Virtual Geographic Environment (VGE), urban disaster. 1. Introduction Recently, the need to describe larger scale 3D spatial data has been continuously increasing. The reason is that, compared with two-dimensional data, threedimensional data can describe details of objects on the ground and enable conducting more accurate and detailed simulation or analysis on proper areas. Airborne laser scanning represents a new and independent technology to obtain highly automated generation of digital terrain models (DTMs) and digital surface models (DSMs). Nowadays, most technical hardware difficulties and system integration problems have already been solved. The remaining problem is the development of algorithms for interpretation and modeling of laser scanner data (Axelsson, 1999). By integrating laser scanner data with other existing 2D/3D data, reliability of high-resolution three-dimensional data generated will be more reliable. This study describes the system configuration and methodology of acquisition, processing and modeling 3D spatial data for generation of 3D virtual geographic environment, based on experimental flight laser-scanning data. This research proposes a new approach to develop a set of algorithms and methods for processing, modeling the 3D spatial data based on the laser range data in order to generate 3D virtual environment. This new approach for processing and modeling the 3D spatial data is a mathematic morphology (MM) based multi-resolution method. Due to the data availability, Kyoto Station area of Kyoto city in Japan, was chosen as the study area 2. Statement of the problem and methdology of reserach Today, the laser scanning system is offered by a very limited number of companies. Similarly, most technical hardware difficulties and system integration problems have already been solved. However, airborne laser scanner data have not been applied widely because the processing of this kind of data is still under research. Since the processing of airborne laser scanner data alone cannot provide a good result, it needs to be integrated with other existing 2D data sources. At this moment, 102 Du, J. and Yamazaki, F.

2 problems of various kinds are under research in order to improve accuracy of the result and reduce total working time. Up to now, development of algorithm and methods for acquiring 3D data, interpretation and modeling of laser data for property application are main research topics. This research aims to develop the algorithms and methods to automatically/semiautomatically interpret range images of extracted geospatial features and reconstruct geo-objects to generate 3D virtual environment based on laser scanner data. These algorithms mainly include: 1. Triangulated Irregular Network (TIN) based range image interpolation and Pre-processing; 2. Mathematical Morphology (MM) based range image filtering, features extraction and range image segmentation, feature generalization and optimization, 3D objects reconstruction and modeling; 3. Computer Graphic (CG) based visualization and generation of virtual environment. Laser range images can be kind of high-resolution digital terrain models (DTMs) or digital surface models (DSMs). Reconstruction of 3D objects from laser range images can simply be considered as the 3D raster-vector conversions from a noisy DTM to parametric CAD formatted 3D vector data. Due to the limited resolution and noise, the existing low-level processing methods for reconstruction of 3D objects from laser range images generally cannot be used for real application needs. City and regional planning maps and 3D GIS data, a set of well-organized high level data source interpreted and generalized by human operators, are useful knowledge for 3D object reconstruction and recognition. 3. Case Study 3.1 The study area The ALS (Airborne laser scanner) data employed in this research was acquired over Kyoto railway station area of Japan, provided by Asian Air Survey Co., Ltd. The basic specifications and data parameters are given in Table 1. Aerial photographs and city maps are used as additional information in feature extraction and others related processing. The city map of Kyoto Station area, Kyoto city planning GIS database were used in this research. This database was supplied by Kyoto City Urban Planning Bureau. Table 1 Specification of ALS employed in this study Provided by Asian Air Survey Co., Ltd Specification of ALS employed in this study Flying height m above ground Platform Helicopter Resolution 50 cm on the ground Pulse Rate (Hz) 20 khz Scan Rate (khz) 25 Hz Scan angle ±30 degrees Scan Swath Width 0.68Xh m Cross Track Spacing 1.93 m Along Track Spacing 2.83 m X, Y Positional Accuracy 1/2000 X h Z Positional Accuracy 0.15 m RMSE absolute Beam divergence (mrad) Proceduce TIN based pre-processing As the first step, the raw data recorded by the laser ranger need to be translated to a file format that SoftImage 3-D can read. Generally, there are two ways to translate the data. The first way is to generate a SoftImage 3-D graphic file directly. The second way is to translate a DXF file (generated by MicroStation or AUTO-CAD) into a SoftImage 3-D file. Both of these methods for inputting laser range data are useful for a different laser range hardware. Have tried these two methods for imputing laser range data and they are useful for different laser range hardware (such as airborne or ground-type machines). Another important issue is the conversion of raw data from their local coordinate systems to global ones. The processing can be realized by making C program for 3-D coordinate transformation based on a set of provided parameters. Figure 1 shows the result after the processing of TIN (Triangulated Irregular Network) based range data preprocessing and range interpolation. Figure 1 result after the processing Du, J. and Yamazaki, F. 103

3 3.2.2 MM based processing Mathematical Morphology (MM) based approaches are used (Chen. and Ikeda, 1994) for the purposes of range image filtering and related object segmentation and semi-automated feature extraction. MM operators (such as dilation, erosion, opening, closing, hit or miss, thinning) can be described as a combination of shift and logic operations. Shifting operations are controlled by the given Structuring Elements (SEs) whose size, shape, and orientation can be changed by different applications. Different MM operators organize different logic operations for different purposes. Figure 2 procedure of MM based processing MM filtering and 3D object segmentation are one of the most successful tools used for MM applications. For range image processing, the opening filter was used to remove dirty voxels and small-connected volumes. The closing filter was also used to fill small holes within surfaces and to link short gaps among objects. Here, the key problem is how to select suitable SEs. Generally, before the real processing of whole large images several, typical, small testing areas can be processed to find the suitable parameters and optimal processing procedures. Also, simple knowledge bases can be generated based on these selected parameters and procedures that can be used for other range image processing. The basic idea of MM based object segmentation is: firstly, filtering all the parts smaller than the given SEs; then, segmenting the objects by logic difference operations between the original 3-D data set and the filtered 3-D data set. Since MM based filtering with a small SE in the first step of processing will damage the detail object features, a feature-recovering step should be added during the object segment procedure. When using the 2D map data for range image processing, a feature protected filtering based on the conditional masking volumes generated by the 2-D boundary lines of building or roads can also be realized. Figure 2 shows a simple procedure of MM filtering and object segmentation. A sample result of the laser range image of Kyoto railway station area by using MM based multiresolution processing algorithms and methods that were utilized in this research are shown in Figure 4. Figure 3 shows the result by using other methods while figure 5 shows a laser range image without further processing. The area marked by a circle in Figures 3, 4 and 5 is a tall building (Kyoto Tower). The actual shape of the building when viewed from its side is tapering. The base has a wider width compared with a smaller width of the top floor. After filtering and segmentation, the MMbased method produced better in terms of noise reduction. In Figures 4, the noise is filtered very efficiently. Circle layers of the building were realized. While the circle layers in Figure 5 is unclear. This filtering utilizes the minimum-threshold method. Most features were eliminated with this method. This means that even if the elimination of the noise is effective, other significant information of the object as well should not be lost. In this case, the relative tapering of the building as height increases was also eliminated. The cross-section profile (Figure 6) of an object was created to discuss the methods in detail at different range images as an example to analysis the profile graphs. This is for quantitatively analyzing the results of the different methods. The solid line represents filtering and segmentation process using the MM-based method, dashed line represents the cross-sectional image after minimum-threshold filtering and the dotted line represents a raw laser range image without any feature processing. The MM-based method clearly defines most of the features of the object compared to the raw range image and even after utilizing the minimum-threshold method CG based processing CG (Computer Graphic) based processing includes 3D visualization for generation of virtual geographic environment. To generate a complex 3-D object with surfaces, 2D image textures from air photos. By using the SoftImage 3-D system, 3-D spatial objects based on extracted spatial lines and surfaces can be generated. Figure 7 shows the procedure of visual texture mapping processing to generate 3D virtual geographic environments. 104 Du, J. and Yamazaki, F.

4 60.10 P ro file G ra p h Vertical exaggeration 1.5 X Elevation Distance MM based method Without processing Other method Figure 6 Profile graphs of different range images Figure 3 Result by using Minimum-threshold Filtering method Figure 4 Laser range image by using MM based multiresolution processing Figure 7 Flow from texture mapping to result 4. Testing system A system based on the algorithms and methods of the research processing was developed. This system consists of four main modules. The developed four main modules include display, processing modeling and texture. Figure 8 shows the interface of this system (main window). Figure 5 image of the range image without feature processing Du, J. and Yamazaki, F. 105

5 (a) (b) Figure 8 Interface of the developed processing system 5. Conclusions The study, experiments, and issues addressed in this paper were integrated to the following conclusions: 1. Laser scanning is a suitable technique to collect relief information to be used for 3D virtual environment generation. A promising development is the combination of an existing database with the automatically extracted features to facilitate the time-consuming task of manual methods. 2. A special system based on C++ and SoftImage 3D had been developed due to the unavailability of commercial software for this kind research. This system was designed based on the algorithm logic structure and other procedures. Though it is only a prototype, it still met the rigorous demand of the study, e.g. the system developed in this research can handle the enormous (laser random point) data. A special commercial software was needed for this kind of processing. 3. The developed algorithms, methods, and system were successfully applied to study area. The results of the study satisfied the research objectives. The procedures formulated for automatic interpretation and segmentation of laser range data were successfully applied in this study using MM based multi-resolution processing methods. The study and its applications have proven the feasibility and success of the developed methods and, it is concluded, the methods will be useful for visualization of 3D objects and landscapes. 4. The point density acquired by airborne laser scanner used in this research was unsatisfactory for some case in some degree. For instance, in the vegetation area, after interpolation of points to grid, it is difficult to distinguish points indicating the trees from those points referring to the ground. In addition, the shape of top parts of high objects (i.e. buildings) does not match the sharpness of the objects very well. 5. The methods achieved in this study have advantage in term of high automation and fast delivery times comparing the one attained by photogrammetric stereo compilation and other methods. 6. From the processing result, the algorithm and processing system in this research was developed in an open way. There are remaining several problems: The laser data used in this research was only a one-time flight data. Due to limited scanning direction and flying speed, some areas were unreachable by the laser beam. Random data of these areas are gapped, such as foot parts of high objects, and the side of objects surface that are opposite to the direction of laser beam emitting. Therefore, some site have no 3D data such as gap areas, break-points (lines problem) etc. 6. Recommendations Based on the research conducted, a number of recommendations for future research have been summarized. 1. As mention in the conclusion, the use of height data for 3D building reconstruction has been demonstrated. By the integration of ground plans and GIS data, detailed reconstructions of buildings can be obtained automatically even for laser data measured at relatively low point densities. Since the integration of laser data proved very successful, the use of this information is strongly recommended during the automatic generation of density area databases. E.g. building urban building inventory environment after natural disaster like flooding, earthquake, etc.. 2. Automatic procedures for interpretation and segmentation of laser range data can be successful for the applications by using MM 106 Du, J. and Yamazaki, F.

6 based processing methods. For a more general approach, other sources of information should be used in order to raise the success rate of the procedure. Such sources of information are reflectance data or multiple echoes from the ALS system, images, existing 2D GIS databases, land use maps, etc. Therefore, laser data are just random point data, these are more suitable for mapping purposes and needs to be merged very closely with the image information. This can be achieved either by using oriented images from photogrammetric image blocks, supplied directly from the same platform as the raw Laser data or from the laser raw data itself in the form of a reflectance image. 3. The study integrated existing maps, GIS data and aerial photographs with processed laser scanning data. Further research is therefore recommended to concentrate on the design of an improved procedure on attaining higher accuracy and automation. These can be any of the following points: ٠ Improving the accuracy of object structures by using 3D data from multisources (Mobile mapping, laser range data from ground stations or multi-times scanning data); ٠ Automated 3D feature extraction based on knowledge bases and existing GIS; ٠ Improving the accuracy of texture images. ٠ Generation of orthophotos for accurately texture mapping Other possible approaches of integrating multisensor data and other various applications 4. Based on laser scanning techniques to generation of 3D geographic environment have been used in some developed countries in urban systems for infrastructure design, urban planning and management. This technique can be an expecting/ effective way for acquisition 3D spatial data for simulating and monitoring disaster situation for demonstration and assessment of damage. It is with advantages that are: ٠ Real-time mapping and simulation ٠ Easy acquisition ٠ High accuracy ٠ High automation and fast delivery times It can be become an effective tool for rapid and real time acquisition of demanded data and construct the database for disaster evaluation as well as producing 3D view to show the damage spatial distribution visually. Therefore, it can be applied to evaluate the urban risk of the area in the developing country that urban infrastructures data are still not sufficient, like most GMS country. Acknowledgement The experiments and principle was based on the doctoral dissertation research: Generation of 3D Virtual Geographic Environment. Gratitude to whom that have provided various valuable comments and guidance throughout the study and research. Reference Ackermann, F., Airborne laser scanning present status and future expectations. ISPRS Journal of Photogrammetry & Remote Sensing 54, Chen, X., Ikeda, K., Three Dimensional Modelling of GISBased on Delaunay Tetrahedral Tessellations. Proc. ISPRS, Comm. III Symposium, Munich, Germany. In: Int l Arch.Photog. and Rem. Sens., Vol. XXX, Part B3 r 1, pp Foerstner, W.; Guelch, E Automatic Orientation and Recognition in Highly Structured Scenes. ISPRS Journal of Photogrammetry and Remote Sensing 54, Faugeras, O.,1993. Three-Dimensional Computer Vision: A Geometric Viewpoint. The MIT Press, 663 pages Axelsson, P., Integrated sensors for improved 3D interpretation. International Archives of Photogrammetry and Remote Sensing v 32, 27 34, Part 4. Du, J. and Yamazaki, F. 107

WAVELET AND SCALE-SPACE THEORY IN SEGMENTATION OF AIRBORNE LASER SCANNER DATA

WAVELET AND SCALE-SPACE THEORY IN SEGMENTATION OF AIRBORNE LASER SCANNER DATA WAVELET AND SCALE-SPACE THEORY IN SEGMENTATION OF AIRBORNE LASER SCANNER DATA T.Thuy VU, Mitsuharu TOKUNAGA Space Technology Applications and Research Asian Institute of Technology P.O. Box 4 Klong Luang,

More information

Airborne Laser Survey Systems: Technology and Applications

Airborne Laser Survey Systems: Technology and Applications Abstract Airborne Laser Survey Systems: Technology and Applications Guangping HE Lambda Tech International, Inc. 2323B Blue Mound RD., Waukesha, WI-53186, USA Email: he@lambdatech.com As mapping products

More information

BUILDING DETECTION AND STRUCTURE LINE EXTRACTION FROM AIRBORNE LIDAR DATA

BUILDING DETECTION AND STRUCTURE LINE EXTRACTION FROM AIRBORNE LIDAR DATA BUILDING DETECTION AND STRUCTURE LINE EXTRACTION FROM AIRBORNE LIDAR DATA C. K. Wang a,, P.H. Hsu a, * a Dept. of Geomatics, National Cheng Kung University, No.1, University Road, Tainan 701, Taiwan. China-

More information

REGISTRATION OF AIRBORNE LASER DATA TO SURFACES GENERATED BY PHOTOGRAMMETRIC MEANS. Y. Postolov, A. Krupnik, K. McIntosh

REGISTRATION OF AIRBORNE LASER DATA TO SURFACES GENERATED BY PHOTOGRAMMETRIC MEANS. Y. Postolov, A. Krupnik, K. McIntosh REGISTRATION OF AIRBORNE LASER DATA TO SURFACES GENERATED BY PHOTOGRAMMETRIC MEANS Y. Postolov, A. Krupnik, K. McIntosh Department of Civil Engineering, Technion Israel Institute of Technology, Haifa,

More information

Automated Extraction of Buildings from Aerial LiDAR Point Cloud and Digital Imaging Datasets for 3D Cadastre - Preliminary Results

Automated Extraction of Buildings from Aerial LiDAR Point Cloud and Digital Imaging Datasets for 3D Cadastre - Preliminary Results Automated Extraction of Buildings from Aerial LiDAR Point Cloud and Digital Imaging Datasets for 3D Pankaj Kumar 1*, Alias Abdul Rahman 1 and Gurcan Buyuksalih 2 ¹Department of Geoinformation Universiti

More information

Course Outline (1) #6 Data Acquisition for Built Environment. Fumio YAMAZAKI

Course Outline (1) #6 Data Acquisition for Built Environment. Fumio YAMAZAKI AT09.98 Applied GIS and Remote Sensing for Disaster Mitigation #6 Data Acquisition for Built Environment 9 October, 2002 Fumio YAMAZAKI yamazaki@ait.ac.th http://www.star.ait.ac.th/~yamazaki/ Course Outline

More information

FOOTPRINTS EXTRACTION

FOOTPRINTS EXTRACTION Building Footprints Extraction of Dense Residential Areas from LiDAR data KyoHyouk Kim and Jie Shan Purdue University School of Civil Engineering 550 Stadium Mall Drive West Lafayette, IN 47907, USA {kim458,

More information

HEURISTIC FILTERING AND 3D FEATURE EXTRACTION FROM LIDAR DATA

HEURISTIC FILTERING AND 3D FEATURE EXTRACTION FROM LIDAR DATA HEURISTIC FILTERING AND 3D FEATURE EXTRACTION FROM LIDAR DATA Abdullatif Alharthy, James Bethel School of Civil Engineering, Purdue University, 1284 Civil Engineering Building, West Lafayette, IN 47907

More information

High Resolution Laserscanning, not only for 3D-City Models

High Resolution Laserscanning, not only for 3D-City Models Lohr 133 High Resolution Laserscanning, not only for 3D-City Models UWE LOHR, Ravensburg ABSTRACT The TopoSys laserscanner system is designed to produce digital elevation models (DEMs) of the environment

More information

N.J.P.L.S. An Introduction to LiDAR Concepts and Applications

N.J.P.L.S. An Introduction to LiDAR Concepts and Applications N.J.P.L.S. An Introduction to LiDAR Concepts and Applications Presentation Outline LIDAR Data Capture Advantages of Lidar Technology Basics Intensity and Multiple Returns Lidar Accuracy Airborne Laser

More information

MODELLING FOREST CANOPY USING AIRBORNE LIDAR DATA

MODELLING FOREST CANOPY USING AIRBORNE LIDAR DATA MODELLING FOREST CANOPY USING AIRBORNE LIDAR DATA Jihn-Fa JAN (Taiwan) Associate Professor, Department of Land Economics National Chengchi University 64, Sec. 2, Chih-Nan Road, Taipei 116, Taiwan Telephone:

More information

AUTOMATIC GENERATION OF DIGITAL BUILDING MODELS FOR COMPLEX STRUCTURES FROM LIDAR DATA

AUTOMATIC GENERATION OF DIGITAL BUILDING MODELS FOR COMPLEX STRUCTURES FROM LIDAR DATA AUTOMATIC GENERATION OF DIGITAL BUILDING MODELS FOR COMPLEX STRUCTURES FROM LIDAR DATA Changjae Kim a, Ayman Habib a, *, Yu-Chuan Chang a a Geomatics Engineering, University of Calgary, Canada - habib@geomatics.ucalgary.ca,

More information

Assimilation of Break line and LiDAR Data within ESRI s Terrain Data Structure (TDS) for creating a Multi-Resolution Terrain Model

Assimilation of Break line and LiDAR Data within ESRI s Terrain Data Structure (TDS) for creating a Multi-Resolution Terrain Model Assimilation of Break line and LiDAR Data within ESRI s Terrain Data Structure (TDS) for creating a Multi-Resolution Terrain Model Tarig A. Ali Department of Civil Engineering American University of Sharjah,

More information

Construction of Complex City Landscape with the Support of CAD Model

Construction of Complex City Landscape with the Support of CAD Model Construction of Complex City Landscape with the Support of CAD Model MinSun 1 JunChen 2 AinaiMa 1 1.Institute of RS & GIS, Peking University, Beijing, China, 100871 2.National Geomatics Center of China,

More information

DEVELOPMENT OF ORIENTATION AND DEM/ORTHOIMAGE GENERATION PROGRAM FOR ALOS PRISM

DEVELOPMENT OF ORIENTATION AND DEM/ORTHOIMAGE GENERATION PROGRAM FOR ALOS PRISM DEVELOPMENT OF ORIENTATION AND DEM/ORTHOIMAGE GENERATION PROGRAM FOR ALOS PRISM Izumi KAMIYA Geographical Survey Institute 1, Kitasato, Tsukuba 305-0811 Japan Tel: (81)-29-864-5944 Fax: (81)-29-864-2655

More information

CO-REGISTERING AND NORMALIZING STEREO-BASED ELEVATION DATA TO SUPPORT BUILDING DETECTION IN VHR IMAGES

CO-REGISTERING AND NORMALIZING STEREO-BASED ELEVATION DATA TO SUPPORT BUILDING DETECTION IN VHR IMAGES CO-REGISTERING AND NORMALIZING STEREO-BASED ELEVATION DATA TO SUPPORT BUILDING DETECTION IN VHR IMAGES Alaeldin Suliman, Yun Zhang, Raid Al-Tahir Department of Geodesy and Geomatics Engineering, University

More information

THE USE OF ANISOTROPIC HEIGHT TEXTURE MEASURES FOR THE SEGMENTATION OF AIRBORNE LASER SCANNER DATA

THE USE OF ANISOTROPIC HEIGHT TEXTURE MEASURES FOR THE SEGMENTATION OF AIRBORNE LASER SCANNER DATA THE USE OF ANISOTROPIC HEIGHT TEXTURE MEASURES FOR THE SEGMENTATION OF AIRBORNE LASER SCANNER DATA Sander Oude Elberink* and Hans-Gerd Maas** *Faculty of Civil Engineering and Geosciences Department of

More information

CE 59700: LASER SCANNING

CE 59700: LASER SCANNING Digital Photogrammetry Research Group Lyles School of Civil Engineering Purdue University, USA Webpage: http://purdue.edu/ce/ Email: ahabib@purdue.edu CE 59700: LASER SCANNING 1 Contact Information Instructor:

More information

APPLICATION AND ACCURACY EVALUATION OF LEICA ADS40 FOR LARGE SCALE MAPPING

APPLICATION AND ACCURACY EVALUATION OF LEICA ADS40 FOR LARGE SCALE MAPPING APPLICATION AND ACCURACY EVALUATION OF LEICA ADS40 FOR LARGE SCALE MAPPING WenYuan Hu a, GengYin Yang b, Hui Yuan c,* a, b ShanXi Provincial Survey and Mapping Bureau, China - sxgcchy@public.ty.sx.cn c

More information

LIDAR MAPPING FACT SHEET

LIDAR MAPPING FACT SHEET 1. LIDAR THEORY What is lidar? Lidar is an acronym for light detection and ranging. In the mapping industry, this term is used to describe an airborne laser profiling system that produces location and

More information

DIGITAL TERRAIN MODELS

DIGITAL TERRAIN MODELS DIGITAL TERRAIN MODELS 1 Digital Terrain Models Dr. Mohsen Mostafa Hassan Badawy Remote Sensing Center GENERAL: A Digital Terrain Models (DTM) is defined as the digital representation of the spatial distribution

More information

ALS40 Airborne Laser Scanner

ALS40 Airborne Laser Scanner ALS40 Airborne Laser Scanner Airborne LIDAR for Professionals High Performance Laser Scanning Direct Measurement of Ground Surface from the Air The ALS40 Airborne Laser Scanner measures the topography

More information

QUALITY CONTROL METHOD FOR FILTERING IN AERIAL LIDAR SURVEY

QUALITY CONTROL METHOD FOR FILTERING IN AERIAL LIDAR SURVEY QUALITY CONTROL METHOD FOR FILTERING IN AERIAL LIDAR SURVEY Y. Yokoo a, *, T. Ooishi a, a Kokusai Kogyo CO., LTD.,Base Information Group, 2-24-1 Harumicho Fuchu-shi, Tokyo, 183-0057, JAPAN - (yasuhiro_yokoo,

More information

Automatic DTM Extraction from Dense Raw LIDAR Data in Urban Areas

Automatic DTM Extraction from Dense Raw LIDAR Data in Urban Areas Automatic DTM Extraction from Dense Raw LIDAR Data in Urban Areas Nizar ABO AKEL, Ofer ZILBERSTEIN and Yerach DOYTSHER, Israel Key words: LIDAR, DSM, urban areas, DTM extraction. SUMMARY Although LIDAR

More information

[Youn *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor

[Youn *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES AUTOMATIC EXTRACTING DEM FROM DSM WITH CONSECUTIVE MORPHOLOGICAL FILTERING Junhee Youn *1 & Tae-Hoon Kim 2 *1,2 Korea Institute of Civil Engineering

More information

SPOT-1 stereo images taken from different orbits with one month difference

SPOT-1 stereo images taken from different orbits with one month difference DSM Generation Almost all HR sensors are stereo capable. Some can produce even triplettes within the same strip (facilitating multi-image matching). Mostly SPOT (1-5) used for stereo and Ikonos (in spite

More information

AUTOMATIC EXTRACTION OF BUILDING FEATURES FROM TERRESTRIAL LASER SCANNING

AUTOMATIC EXTRACTION OF BUILDING FEATURES FROM TERRESTRIAL LASER SCANNING AUTOMATIC EXTRACTION OF BUILDING FEATURES FROM TERRESTRIAL LASER SCANNING Shi Pu and George Vosselman International Institute for Geo-information Science and Earth Observation (ITC) spu@itc.nl, vosselman@itc.nl

More information

Improvement of the Edge-based Morphological (EM) method for lidar data filtering

Improvement of the Edge-based Morphological (EM) method for lidar data filtering International Journal of Remote Sensing Vol. 30, No. 4, 20 February 2009, 1069 1074 Letter Improvement of the Edge-based Morphological (EM) method for lidar data filtering QI CHEN* Department of Geography,

More information

A METHOD TO PREDICT ACCURACY OF LEAST SQUARES SURFACE MATCHING FOR AIRBORNE LASER SCANNING DATA SETS

A METHOD TO PREDICT ACCURACY OF LEAST SQUARES SURFACE MATCHING FOR AIRBORNE LASER SCANNING DATA SETS A METHOD TO PREDICT ACCURACY OF LEAST SQUARES SURFACE MATCHING FOR AIRBORNE LASER SCANNING DATA SETS Robert Pâquet School of Engineering, University of Newcastle Callaghan, NSW 238, Australia (rpaquet@mail.newcastle.edu.au)

More information

DOCUMENTATION AND VISUALIZATION OF ANCIENT BURIAL MOUNDS BY HELICOPTER LASER SURVEYING

DOCUMENTATION AND VISUALIZATION OF ANCIENT BURIAL MOUNDS BY HELICOPTER LASER SURVEYING DOCUMENTATION AND VISUALIZATION OF ANCIENT BURIAL MOUNDS BY HELICOPTER LASER SURVEYING Tsutomu Kakiuchi a *, Hirofumi Chikatsu b, Haruo Sato c a Aero Asahi Corporation, Development Management Division,

More information

Chapters 1 7: Overview

Chapters 1 7: Overview Chapters 1 7: Overview Photogrammetric mapping: introduction, applications, and tools GNSS/INS-assisted photogrammetric and LiDAR mapping LiDAR mapping: principles, applications, mathematical model, and

More information

Automatic Building Extrusion from a TIN model Using LiDAR and Ordnance Survey Landline Data

Automatic Building Extrusion from a TIN model Using LiDAR and Ordnance Survey Landline Data Automatic Building Extrusion from a TIN model Using LiDAR and Ordnance Survey Landline Data Rebecca O.C. Tse, Maciej Dakowicz, Christopher Gold and Dave Kidner University of Glamorgan, Treforest, Mid Glamorgan,

More information

Terrain Modeling and Mapping for Telecom Network Installation Using Scanning Technology. Maziana Muhamad

Terrain Modeling and Mapping for Telecom Network Installation Using Scanning Technology. Maziana Muhamad Terrain Modeling and Mapping for Telecom Network Installation Using Scanning Technology Maziana Muhamad Summarising LiDAR (Airborne Laser Scanning) LiDAR is a reliable survey technique, capable of: acquiring

More information

Unwrapping of Urban Surface Models

Unwrapping of Urban Surface Models Unwrapping of Urban Surface Models Generation of virtual city models using laser altimetry and 2D GIS Abstract In this paper we present an approach for the geometric reconstruction of urban areas. It is

More information

A DATA DRIVEN METHOD FOR FLAT ROOF BUILDING RECONSTRUCTION FROM LiDAR POINT CLOUDS

A DATA DRIVEN METHOD FOR FLAT ROOF BUILDING RECONSTRUCTION FROM LiDAR POINT CLOUDS A DATA DRIVEN METHOD FOR FLAT ROOF BUILDING RECONSTRUCTION FROM LiDAR POINT CLOUDS A. Mahphood, H. Arefi *, School of Surveying and Geospatial Engineering, College of Engineering, University of Tehran,

More information

ACCURACY ANALYSIS AND SURFACE MAPPING USING SPOT 5 STEREO DATA

ACCURACY ANALYSIS AND SURFACE MAPPING USING SPOT 5 STEREO DATA ACCURACY ANALYSIS AND SURFACE MAPPING USING SPOT 5 STEREO DATA Hannes Raggam Joanneum Research, Institute of Digital Image Processing Wastiangasse 6, A-8010 Graz, Austria hannes.raggam@joanneum.at Commission

More information

Development of Methodology to Identify the Areas where Buildings are Broken down by Earthquake using Airborne Laser Technology

Development of Methodology to Identify the Areas where Buildings are Broken down by Earthquake using Airborne Laser Technology Development of Methodology to Identify the Areas where Buildings are Broken down by Earthquake using Airborne Laser Technology by Hiromichi Maruyama 1, Masuo Taguchi 1, Masanori Sugiyama 1 and Yoshinori

More information

AUTOMATIC EXTRACTION OF LARGE COMPLEX BUILDINGS USING LIDAR DATA AND DIGITAL MAPS

AUTOMATIC EXTRACTION OF LARGE COMPLEX BUILDINGS USING LIDAR DATA AND DIGITAL MAPS AUTOMATIC EXTRACTION OF LARGE COMPLEX BUILDINGS USING LIDAR DATA AND DIGITAL MAPS Jihye Park a, Impyeong Lee a, *, Yunsoo Choi a, Young Jin Lee b a Dept. of Geoinformatics, The University of Seoul, 90

More information

New Requirements for the Relief in the Topographic Databases of the Institut Cartogràfic de Catalunya

New Requirements for the Relief in the Topographic Databases of the Institut Cartogràfic de Catalunya New Requirements for the Relief in the Topographic Databases of the Institut Cartogràfic de Catalunya Blanca Baella, Maria Pla Institut Cartogràfic de Catalunya, Barcelona, Spain Abstract Since 1983 the

More information

Investigation of Sampling and Interpolation Techniques for DEMs Derived from Different Data Sources

Investigation of Sampling and Interpolation Techniques for DEMs Derived from Different Data Sources Investigation of Sampling and Interpolation Techniques for DEMs Derived from Different Data Sources FARRAG ALI FARRAG 1 and RAGAB KHALIL 2 1: Assistant professor at Civil Engineering Department, Faculty

More information

GIS Data Collection. This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues.

GIS Data Collection. This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues. 9 GIS Data Collection OVERVIEW This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues. It distinguishes between primary (direct measurement)

More information

International Archives of Photogrammetry and Remote Sensing. Vol. XXXII, Part 5. Hakodate 1998

International Archives of Photogrammetry and Remote Sensing. Vol. XXXII, Part 5. Hakodate 1998 International Archives of Photogrammetry and Remote Sensing. Vol. XXXII, Part 5. Hakodate 1998 RAPID ACQUISITION OF VIRTUAL REALITY CITY MODELS FROM MULTIPLE DATA SOURCES Claus Brenner and Norbert Haala

More information

Ground and Non-Ground Filtering for Airborne LIDAR Data

Ground and Non-Ground Filtering for Airborne LIDAR Data Cloud Publications International Journal of Advanced Remote Sensing and GIS 2016, Volume 5, Issue 1, pp. 1500-1506 ISSN 2320-0243, Crossref: 10.23953/cloud.ijarsg.41 Research Article Open Access Ground

More information

Classification of urban feature from unmanned aerial vehicle images using GASVM integration and multi-scale segmentation

Classification of urban feature from unmanned aerial vehicle images using GASVM integration and multi-scale segmentation Classification of urban feature from unmanned aerial vehicle images using GASVM integration and multi-scale segmentation M.Modiri, A.Salehabadi, M.Mohebbi, A.M.Hashemi, M.Masumi National Geographical Organization

More information

Cover Page. Abstract ID Paper Title. Automated extraction of linear features from vehicle-borne laser data

Cover Page. Abstract ID Paper Title. Automated extraction of linear features from vehicle-borne laser data Cover Page Abstract ID 8181 Paper Title Automated extraction of linear features from vehicle-borne laser data Contact Author Email Dinesh Manandhar (author1) dinesh@skl.iis.u-tokyo.ac.jp Phone +81-3-5452-6417

More information

INTEGRATED SENSORS FOR PLATFORM ORIENTATION AND TOPOGRAPHIC DATA ACQUISITION

INTEGRATED SENSORS FOR PLATFORM ORIENTATION AND TOPOGRAPHIC DATA ACQUISITION Symposium on Digital Photogrammetry, Istanbul, May 21-22, 1998 1 INTEGRATED SENSORS FOR PLATFORM ORIENTATION AND TOPOGRAPHIC DATA ACQUISITION Peter Axelsson Department of Geodesy and Photogrammetry, Royal

More information

BUILDING MODEL RECONSTRUCTION FROM DATA INTEGRATION INTRODUCTION

BUILDING MODEL RECONSTRUCTION FROM DATA INTEGRATION INTRODUCTION BUILDING MODEL RECONSTRUCTION FROM DATA INTEGRATION Ruijin Ma Department Of Civil Engineering Technology SUNY-Alfred Alfred, NY 14802 mar@alfredstate.edu ABSTRACT Building model reconstruction has been

More information

FAST PRODUCTION OF VIRTUAL REALITY CITY MODELS

FAST PRODUCTION OF VIRTUAL REALITY CITY MODELS FAST PRODUCTION OF VIRTUAL REALITY CITY MODELS Claus Brenner and Norbert Haala Institute for Photogrammetry (ifp) University of Stuttgart Geschwister-Scholl-Straße 24, 70174 Stuttgart, Germany Ph.: +49-711-121-4097,

More information

International Journal of Civil Engineering and Geo-Environment. Close-Range Photogrammetry For Landslide Monitoring

International Journal of Civil Engineering and Geo-Environment. Close-Range Photogrammetry For Landslide Monitoring International Journal of Civil Engineering and Geo-Environment Journal homepage:http://ijceg.ump.edu.my ISSN:21802742 Close-Range Photogrammetry For Landslide Monitoring Munirah Bt Radin Mohd Mokhtar,

More information

APPLICABILITY ANALYSIS OF CLOTH SIMULATION FILTERING ALGORITHM FOR MOBILE LIDAR POINT CLOUD

APPLICABILITY ANALYSIS OF CLOTH SIMULATION FILTERING ALGORITHM FOR MOBILE LIDAR POINT CLOUD APPLICABILITY ANALYSIS OF CLOTH SIMULATION FILTERING ALGORITHM FOR MOBILE LIDAR POINT CLOUD Shangshu Cai 1,, Wuming Zhang 1,, Jianbo Qi 1,, Peng Wan 1,, Jie Shao 1,, Aojie Shen 1, 1 State Key Laboratory

More information

MONO-IMAGE INTERSECTION FOR ORTHOIMAGE REVISION

MONO-IMAGE INTERSECTION FOR ORTHOIMAGE REVISION MONO-IMAGE INTERSECTION FOR ORTHOIMAGE REVISION Mohamed Ibrahim Zahran Associate Professor of Surveying and Photogrammetry Faculty of Engineering at Shoubra, Benha University ABSTRACT This research addresses

More information

OPERATION MANUAL FOR DTM & ORTHOPHOTO

OPERATION MANUAL FOR DTM & ORTHOPHOTO BANGLADESH DIGITAL MAPPING ASSISTANCE PROJECT (BDMAP) OPERATION MANUAL FOR DTM & ORTHOPHOTO AUGUST 2011 VERSION 1 Introduction 1. General This Operation Manual is prepared by officers of Survey of Bangladesh

More information

Aerial and Mobile LiDAR Data Fusion

Aerial and Mobile LiDAR Data Fusion Creating Value Delivering Solutions Aerial and Mobile LiDAR Data Fusion Dr. Srini Dharmapuri, CP, PMP What You Will Learn About LiDAR Fusion Mobile and Aerial LiDAR Technology Components & Parameters Project

More information

High resolution survey and orthophoto project of the Dosso-Gaya region in the Republic of Niger. by Tim Leary, Woolpert Inc.

High resolution survey and orthophoto project of the Dosso-Gaya region in the Republic of Niger. by Tim Leary, Woolpert Inc. High resolution survey and orthophoto project of the Dosso-Gaya region in the Republic of Niger by Tim Leary, Woolpert Inc. Geospatial Solutions Photogrammetry & Remote Sensing LiDAR Professional Surveying

More information

ROAD SURFACE STRUCTURE MONITORING AND ANALYSIS USING HIGH PRECISION GPS MOBILE MEASUREMENT SYSTEMS (MMS)

ROAD SURFACE STRUCTURE MONITORING AND ANALYSIS USING HIGH PRECISION GPS MOBILE MEASUREMENT SYSTEMS (MMS) ROAD SURFACE STRUCTURE MONITORING AND ANALYSIS USING HIGH PRECISION GPS MOBILE MEASUREMENT SYSTEMS (MMS) Bonifacio R. Prieto PASCO Philippines Corporation, Pasig City, 1605, Philippines Email: bonifacio_prieto@pascoph.com

More information

Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey

Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey Evangelos MALTEZOS, Charalabos IOANNIDIS, Anastasios DOULAMIS and Nikolaos DOULAMIS Laboratory of Photogrammetry, School of Rural

More information

BUILDING EXTRACTION AND RECONSTRUCTION FROM LIDAR DATA. Zheng Wang. EarthData International Gaithersburg, Maryland USA

BUILDING EXTRACTION AND RECONSTRUCTION FROM LIDAR DATA. Zheng Wang. EarthData International Gaithersburg, Maryland USA BUILDING EXTRACTION AND RECONSTRUCTION FROM LIDAR DATA Zheng Wang EarthData International Gaithersburg, Maryland USA zwang@earthdata.com Tony Schenk Department of Civil Engineering The Ohio State University

More information

Aalborg Universitet. Published in: Accuracy Publication date: Document Version Early version, also known as pre-print

Aalborg Universitet. Published in: Accuracy Publication date: Document Version Early version, also known as pre-print Aalborg Universitet A method for checking the planimetric accuracy of Digital Elevation Models derived by Airborne Laser Scanning Høhle, Joachim; Øster Pedersen, Christian Published in: Accuracy 2010 Publication

More information

EFFECTS OF DIFFERENT LASER SCANNING MODES ON THE RESULTS OF BUILDING RECOGNITION AND RECONSTRUCTION

EFFECTS OF DIFFERENT LASER SCANNING MODES ON THE RESULTS OF BUILDING RECOGNITION AND RECONSTRUCTION EFFECTS OF DIFFERENT LASER SCANNING MODES ON THE RESULTS OF BUILDING RECOGNITION AND RECONSTRUCTION Eberhard STEINLE, Thomas VÖGTLE University of Karlsruhe, Germany Institute of Photogrammetry and Remote

More information

Processing of laser scanner data algorithms and applications

Processing of laser scanner data algorithms and applications Ž. ISPRS Journal of Photogrammetry & Remote Sensing 54 1999 138 147 Processing of laser scanner data algorithms and applications Peter Axelsson ) Department of Geodesy and Photogrammetry, Royal Institute

More information

ENY-C2005 Geoinformation in Environmental Modeling Lecture 4b: Laser scanning

ENY-C2005 Geoinformation in Environmental Modeling Lecture 4b: Laser scanning 1 ENY-C2005 Geoinformation in Environmental Modeling Lecture 4b: Laser scanning Petri Rönnholm Aalto University 2 Learning objectives To recognize applications of laser scanning To understand principles

More information

A NEW APPROACH FOR GENERATING A MEASURABLE SEAMLESS STEREO MODEL BASED ON MOSAIC ORTHOIMAGE AND STEREOMATE

A NEW APPROACH FOR GENERATING A MEASURABLE SEAMLESS STEREO MODEL BASED ON MOSAIC ORTHOIMAGE AND STEREOMATE A NEW APPROACH FOR GENERATING A MEASURABLE SEAMLESS STEREO MODEL BASED ON MOSAIC ORTHOIMAGE AND STEREOMATE Mi Wang State Key Laboratory of Information Engineering in Surveying Mapping and Remote Sensing

More information

EVALUATION OF WORLDVIEW-1 STEREO SCENES AND RELATED 3D PRODUCTS

EVALUATION OF WORLDVIEW-1 STEREO SCENES AND RELATED 3D PRODUCTS EVALUATION OF WORLDVIEW-1 STEREO SCENES AND RELATED 3D PRODUCTS Daniela POLI, Kirsten WOLFF, Armin GRUEN Swiss Federal Institute of Technology Institute of Geodesy and Photogrammetry Wolfgang-Pauli-Strasse

More information

AUTOMATIC EXTRACTION OF TERRAIN SKELETON LINES FROM DIGITAL ELEVATION MODELS

AUTOMATIC EXTRACTION OF TERRAIN SKELETON LINES FROM DIGITAL ELEVATION MODELS AUTOMATIC EXTRACTION OF TERRAIN SKELETON LINES FROM DIGITAL ELEVATION MODELS F. Gülgen, T. Gökgöz Yildiz Technical University, Department of Geodetic and Photogrammetric Engineering, 34349 Besiktas Istanbul,

More information

Technical Considerations and Best Practices in Imagery and LiDAR Project Procurement

Technical Considerations and Best Practices in Imagery and LiDAR Project Procurement Technical Considerations and Best Practices in Imagery and LiDAR Project Procurement Presented to the 2014 WV GIS Conference By Brad Arshat, CP, EIT Date: June 4, 2014 Project Accuracy A critical decision

More information

Training i Course Remote Sensing Basic Theory & Image Processing Methods September 2011

Training i Course Remote Sensing Basic Theory & Image Processing Methods September 2011 Training i Course Remote Sensing Basic Theory & Image Processing Methods 19 23 September 2011 Geometric Operations Michiel Damen (September 2011) damen@itc.nl ITC FACULTY OF GEO-INFORMATION SCIENCE AND

More information

APPENDIX E2. Vernal Pool Watershed Mapping

APPENDIX E2. Vernal Pool Watershed Mapping APPENDIX E2 Vernal Pool Watershed Mapping MEMORANDUM To: U.S. Fish and Wildlife Service From: Tyler Friesen, Dudek Subject: SSHCP Vernal Pool Watershed Analysis Using LIDAR Data Date: February 6, 2014

More information

Trimble Geospatial Division Integrated Solutions for Geomatics professions. Volker Zirn Regional Sales Representative

Trimble Geospatial Division Integrated Solutions for Geomatics professions. Volker Zirn Regional Sales Representative Trimble Geospatial Division Integrated Solutions for Geomatics professions Volker Zirn Regional Sales Representative 1 Agenda Trimble GeoSpatial Division Airborne System Solutions Trimble Inpho Software

More information

Assessment of digital elevation models using RTK GPS

Assessment of digital elevation models using RTK GPS Assessment of digital elevation models using RTK GPS Hsing-Chung Chang 1, Linlin Ge 2, Chris Rizos 3 School of Surveying and Spatial Information Systems University of New South Wales, Sydney, Australia

More information

UAS Campus Survey Project

UAS Campus Survey Project ARTICLE STUDENTS CAPTURING SPATIAL INFORMATION NEEDS UAS Campus Survey Project Texas A&M University- Corpus Christi, home to the largest geomatics undergraduate programme in Texas, USA, is currently undergoing

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

3-D Urban Environment Model Reconstruction from Aerial Data High-definition Video and Airborne Laser Data

3-D Urban Environment Model Reconstruction from Aerial Data High-definition Video and Airborne Laser Data : 3-D Display and Information 3-D Urban Environment Model Reconstruction from Aerial Data High-definition Video and Airborne Laser Data Kaoru Wakabayashi, Isao Miyagawa, Yuji Ishikawa, and Kenichi Arakawa

More information

Semi-Automatic Approach for Building Reconstruction Using SPLIT-MERGE-SHAPE Method

Semi-Automatic Approach for Building Reconstruction Using SPLIT-MERGE-SHAPE Method Semi-Automatic Approach for Building Reconstruction Using SPLIT-MERGE-SHAPE Method Jiann-Yeou RAU, Liang-Chien CHEN Tel: 886-3-4227151 Ext. 7651,7627,7622 Fax: 886-3-4255535 {jyrau, lcchen} @csrsr.ncu.edu.tw

More information

REFINEMENT OF FILTERED LIDAR DATA USING LOCAL SURFACE PROPERTIES INTRODUCTION

REFINEMENT OF FILTERED LIDAR DATA USING LOCAL SURFACE PROPERTIES INTRODUCTION REFINEMENT OF FILTERED LIDAR DATA USING LOCAL SURFACE PROPERTIES Suyoung Seo, Senior Research Associate Charles G. O Hara, Associate Research Professor GeoResources Institute Mississippi State University

More information

INTEGRATING PHOTOGRAMMETRIC TECHNOLOGIES AND GEODETIC METHODS FOR 3D MODELING

INTEGRATING PHOTOGRAMMETRIC TECHNOLOGIES AND GEODETIC METHODS FOR 3D MODELING INTEGRATING PHOTOGRAMMETRIC TECHNOLOGIES AND GEODETIC METHODS FOR 3D MODELING Georgeta Pop Faculty of Geodesy, Geodesy and Photogrammetry Department, Technical University of Civil Engineering Bucharest,

More information

Implementation of Flight Simulator using 3-Dimensional Terrain Modeling

Implementation of Flight Simulator using 3-Dimensional Terrain Modeling Implementation of Flight Simulator using 3-Dimensional Terrain Modeling 1 1, First Author School of Computer Engineering, Hanshin University, Osan City, S. Korea, stryoo@hs.ac.kr Abstract During the last

More information

AUTOMATIC RECONSTRUCTION OF LARGE-SCALE VIRTUAL ENVIRONMENT FOR INTELLIGENT TRANSPORTATION SYSTEMS SIMULATION

AUTOMATIC RECONSTRUCTION OF LARGE-SCALE VIRTUAL ENVIRONMENT FOR INTELLIGENT TRANSPORTATION SYSTEMS SIMULATION AUTOMATIC RECONSTRUCTION OF LARGE-SCALE VIRTUAL ENVIRONMENT FOR INTELLIGENT TRANSPORTATION SYSTEMS SIMULATION Khairil Azmi, Shintaro Ono, Masataka Kagesawa, Katsushi Ikeuchi Institute of Industrial Science,

More information

ACCURATE BUILDING OUTLINES FROM ALS DATA

ACCURATE BUILDING OUTLINES FROM ALS DATA ACCURATE BUILDING OUTLINES FROM ALS DATA Clode S.P. a, Kootsookos P.J. a, Rottensteiner F. b a The Intelligent Real-Time Imaging and Sensing Group School of Information Technology & Electrical Engineering

More information

On the Selection of an Interpolation Method for Creating a Terrain Model (TM) from LIDAR Data

On the Selection of an Interpolation Method for Creating a Terrain Model (TM) from LIDAR Data On the Selection of an Interpolation Method for Creating a Terrain Model (TM) from LIDAR Data Tarig A. Ali Department of Technology and Geomatics East Tennessee State University P. O. Box 70552, Johnson

More information

A Method to Create a Single Photon LiDAR based Hydro-flattened DEM

A Method to Create a Single Photon LiDAR based Hydro-flattened DEM A Method to Create a Single Photon LiDAR based Hydro-flattened DEM Sagar Deshpande 1 and Alper Yilmaz 2 1 Surveying Engineering, Ferris State University 2 Department of Civil, Environmental, and Geodetic

More information

Merging LiDAR Data with Softcopy Photogrammetry Data

Merging LiDAR Data with Softcopy Photogrammetry Data Merging LiDAR Data with Softcopy Photogrammetry Data Cindy McCallum WisDOT\Bureau of Technical Services Surveying & Mapping Section Photogrammetry Unit Overview Terms and processes Why use data from LiDAR

More information

Available online at ScienceDirect. Procedia Environmental Sciences 36 (2016 )

Available online at  ScienceDirect. Procedia Environmental Sciences 36 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Environmental Sciences 36 (2016 ) 184 190 International Conference on Geographies of Health and Living in Cities: Making Cities Healthy

More information

DETERMINATION OF CORRESPONDING TRUNKS IN A PAIR OF TERRESTRIAL IMAGES AND AIRBORNE LASER SCANNER DATA

DETERMINATION OF CORRESPONDING TRUNKS IN A PAIR OF TERRESTRIAL IMAGES AND AIRBORNE LASER SCANNER DATA The Photogrammetric Journal of Finland, 20 (1), 2006 Received 31.7.2006, Accepted 13.11.2006 DETERMINATION OF CORRESPONDING TRUNKS IN A PAIR OF TERRESTRIAL IMAGES AND AIRBORNE LASER SCANNER DATA Olli Jokinen,

More information

An Introduction to Lidar & Forestry May 2013

An Introduction to Lidar & Forestry May 2013 An Introduction to Lidar & Forestry May 2013 Introduction to Lidar & Forestry Lidar technology Derivatives from point clouds Applied to forestry Publish & Share Futures Lidar Light Detection And Ranging

More information

Journal Online Jaringan COT POLIPD (JOJAPS) Accuracy Assessment of Height Coordinate Using Unmanned Aerial Vehicle Images Based On Leveling Height

Journal Online Jaringan COT POLIPD (JOJAPS) Accuracy Assessment of Height Coordinate Using Unmanned Aerial Vehicle Images Based On Leveling Height JOJAPS eissn 2504-8457 Abstract Journal Online Jaringan COT POLIPD (JOJAPS) Accuracy Assessment of Height Coordinate Using Unmanned Aerial Vehicle Images Based On Leveling Height Syamsul Anuar Bin Abu

More information

Polyhedral Building Model from Airborne Laser Scanning Data**

Polyhedral Building Model from Airborne Laser Scanning Data** GEOMATICS AND ENVIRONMENTAL ENGINEERING Volume 4 Number 4 2010 Natalia Borowiec* Polyhedral Building Model from Airborne Laser Scanning Data** 1. Introduction Lidar, also known as laser scanning, is a

More information

Digital photogrammetry project with very high-resolution stereo pairs acquired by DigitalGlobe, Inc. satellite Worldview-2

Digital photogrammetry project with very high-resolution stereo pairs acquired by DigitalGlobe, Inc. satellite Worldview-2 White PAPER Greater area of the City of La Paz, Bolivia Digital photogrammetry project with very high-resolution stereo pairs acquired by DigitalGlobe, Inc. satellite Worldview-2 By: Engineers Nelson Mattie,

More information

Light Detection and Ranging (LiDAR)

Light Detection and Ranging (LiDAR) Light Detection and Ranging (LiDAR) http://code.google.com/creative/radiohead/ Types of aerial sensors passive active 1 Active sensors for mapping terrain Radar transmits microwaves in pulses determines

More information

The Applanix Approach to GPS/INS Integration

The Applanix Approach to GPS/INS Integration Lithopoulos 53 The Applanix Approach to GPS/INS Integration ERIK LITHOPOULOS, Markham ABSTRACT The Position and Orientation System for Direct Georeferencing (POS/DG) is an off-the-shelf integrated GPS/inertial

More information

Using Databases for 3D Data Management From Point Cloud to City Model

Using Databases for 3D Data Management From Point Cloud to City Model Using Databases for 3D Data Management From Point Cloud to City Model Hans Viehmann 1 1 ORACLE Corporation, Server Technologies Division, Hamburg, Germany, hans.viehmann@oracle.com Abstract With the cost

More information

TERRESTRIAL LASER SCANNER DATA PROCESSING

TERRESTRIAL LASER SCANNER DATA PROCESSING TERRESTRIAL LASER SCANNER DATA PROCESSING L. Bornaz (*), F. Rinaudo (*) (*) Politecnico di Torino - Dipartimento di Georisorse e Territorio C.so Duca degli Abruzzi, 24 10129 Torino Tel. +39.011.564.7687

More information

NATIONWIDE POINT CLOUDS AND 3D GEO- INFORMATION: CREATION AND MAINTENANCE GEORGE VOSSELMAN

NATIONWIDE POINT CLOUDS AND 3D GEO- INFORMATION: CREATION AND MAINTENANCE GEORGE VOSSELMAN NATIONWIDE POINT CLOUDS AND 3D GEO- INFORMATION: CREATION AND MAINTENANCE GEORGE VOSSELMAN OVERVIEW National point clouds Airborne laser scanning in the Netherlands Quality control Developments in lidar

More information

LIDAR and Terrain Models: In 3D!

LIDAR and Terrain Models: In 3D! LIDAR and Terrain Models: In 3D! Stuart.green@teagasc.ie http://www.esri.com/library/whitepapers/pdfs/lidar-analysis-forestry.pdf http://www.csc.noaa.gov/digitalcoast/_/pdf/refinement_of_topographic_lidar_to_create_a_bare_e

More information

3D BUILDINGS MODELLING BASED ON A COMBINATION OF TECHNIQUES AND METHODOLOGIES

3D BUILDINGS MODELLING BASED ON A COMBINATION OF TECHNIQUES AND METHODOLOGIES 3D BUILDINGS MODELLING BASED ON A COMBINATION OF TECHNIQUES AND METHODOLOGIES Georgeta Pop (Manea), Alexander Bucksch, Ben Gorte Delft Technical University, Department of Earth Observation and Space Systems,

More information

Generating highly accurate 3D data using a sensefly exom drone

Generating highly accurate 3D data using a sensefly exom drone Generating highly accurate 3D data using a sensefly exom drone C. Álvarez 1, A. Roze 2, A. Halter 3, L. Garcia 4 1 Geomatic Engineer, Lehmann Géomètre SA 2 Application Engineer, sensefly SA 3 Geomatic

More information

1. Introduction. A CASE STUDY Dense Image Matching Using Oblique Imagery Towards All-in- One Photogrammetry

1. Introduction. A CASE STUDY Dense Image Matching Using Oblique Imagery Towards All-in- One Photogrammetry Submitted to GIM International FEATURE A CASE STUDY Dense Image Matching Using Oblique Imagery Towards All-in- One Photogrammetry Dieter Fritsch 1, Jens Kremer 2, Albrecht Grimm 2, Mathias Rothermel 1

More information

UTILIZACIÓN DE DATOS LIDAR Y SU INTEGRACIÓN CON SISTEMAS DE INFORMACIÓN GEOGRÁFICA

UTILIZACIÓN DE DATOS LIDAR Y SU INTEGRACIÓN CON SISTEMAS DE INFORMACIÓN GEOGRÁFICA UTILIZACIÓN DE DATOS LIDAR Y SU INTEGRACIÓN CON SISTEMAS DE INFORMACIÓN GEOGRÁFICA Aurelio Castro Cesar Piovanetti Geographic Mapping Technologies Corp. (GMT) Consultores en GIS info@gmtgis.com Geographic

More information

Processing of airborne laser scanning data

Processing of airborne laser scanning data GIS-E1020 From measurements to maps Lecture 8 Processing of airborne laser scanning data Petri Rönnholm Aalto University 1 Learning objectives To realize error sources of Airborne laser scanning To understand

More information

Sasanka Madawalagama Geoinformatics Center Asian Institute of Technology Thailand

Sasanka Madawalagama Geoinformatics Center Asian Institute of Technology Thailand Sasanka Madawalagama Geoinformatics Center Asian Institute of Technology Thailand This learning material was not prepared by ADB. The views expressed in this document are the views of the author/s and

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