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

Size: px
Start display at page:

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

Transcription

1 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, Tehran, Iran (ahmadmahphood, KEY WORDS: 3D Building Model, Segmentation, Edge Points Detection, Line Approximation ABSTRACT: 3D building modeling is one of the most important applications in photogrammetry and remote sensing. Airborne LiDAR (Light Detection And Ranging) is one of the primary information sources for building modeling. In this paper, a new data-driven method is proposed for 3D building modeling of flat roofs. First, roof segmentation is implemented using region growing method. The distance between roof points and the height difference of the points are utilized in this step. Next, the building edge points are detected using a new method that employs grid data, and then roof lines are regularized using the straight line approximation. The centroid point and direction for each line are estimated in this step. Finally, 3D model is reconstructed by integrating the roof and wall models. In the end, a qualitative and quantitative assessment of the proposed method is implemented. The results show that the proposed method could successfully model the flat roof buildings using LiDAR point cloud automatically. 1. INTRODUCTION 3D building modeling is one of the major applications of LiDAR photogrammetry. There are many methods to model buildings using point cloud. Almost all methods try to reach the good modeling accuracy, in order to improve the old algorithms or to speed up the slow methods. In general, there are two types of approaches for buildings modeling: model-driven and data-driven (Maas and Vosselman 1999). The model-driven approaches often contain a library of ready parametric models which are compared with extracted building points and then the model that has the most similarity with the building points is chosen. The data-driven approach is more accurate because it depends on the modeling of individual elements of the building structure (Tarsha-Kurdi, Landes et al. 2007). The buildings boundaries, roofs and walls are extracted and the final model is produced by combining the reconstructed elements. Many studies have implemented the data-driven approach such as Zhou and Neumann (2008) in which they proposed an algorithm that automatically learns the principal directions of roof boundaries and uses them in footprint production. Sajadian and Arefi (2014) detected the building edge points using a new method named Grid Erosion. Kim and Shan (2011) presented a novel approach for building roof modeling including: roof plane segmentation and roof model reconstruction. Segmentation is performed by minimizing an energy function. Arefi and Reinartz (2013) extracted edge information from an orthorectified image for precise 3D building reconstruction. An approach by integrating airborne LiDAR data and optical multi-view aerial imagery is presented for automatic reconstruction of 3D building roof models (Cheng, Tong et al. 2013). Vögtle and Steinle (2005) reconstructed the 3D building model from both the first and the last pulse LIDAR data, then these two models are fused in one model. Another study used cadastre maps for separating building points from other points (Rau and Lin 2011). Also, there are many other studies that utilized model-driven approaches. Some of them used only point cloud for 3D model generation (Rottensteiner 2003, Lin, Gao et al. 2013), some other studies employed cadastre maps together with point clouds for this purpose (Elberink and Vosselman 2009, Henn, Gröger et al. 2013), and finally some researches used optical images and point cloud for 3D building model generation (Wang, Zhang et al. 2015). In this paper, a new data-driven method is proposed for the 3D reconstruction of flat roof building from LiDAR point cloud. First, building extraction is carried out from LiDAR data, then roof planes are segmented. For extraction of points of building edges, a new method utilizing a regular grid is proposed. A Straight line equation has been employed to approximate building boundaries by computing the centroid point and guidance for each occupation. Finally, flat roof buildings are reconstructed by integrating roof and wall polygons. 2. PROPOSED METHOD Proposed method for 3D reconstruction of flat roof building is shown in Figure 1. Roof segmentation, boundary points detection, boundary approximation, and 3D modeling of the building are the major steps in this method. More explanations regarding to the details are given in the following sections. 2.1 Roof segmentation The first step of the proposed method is roof segmentation so that the flat roofs are segmented and separated from the points of the walls. For this process, region growing method is implemented using two parameters: the distance between points and a height * Corresponding author Authors CC BY 4.0 License. 167

2 difference of the points. So, the roof segment is found by clustering together adjacent points. Roof segmentation Irregular point cloud Segmentation Roof segments are computed, so that all the points located within each cell are detected and then the 3D means of these points are computed. Thus, there are two cases for each cell: (1) 3D regular grid point, (2) 3D mean, and these two sets are related by index. Initially, edge points are detected by grid points, then 3D means by the index are detected as shown in Figure 3. Edge point detection Edge point detection Regular Grid External edge points Boundary approximation Normal computing Classification edge points to line points Line equation Rearrange edge points Regularization constraints boundary lines Figure 2. Roof segmentation. Now, internal points of the grid are detected and deleted to keep only the edge points. This procedure is done by determining the number of points around each grid point within a distance expressed in equation (1). If the number of points is 8, the interested point is deleted from the grid because it will be inside the roof plane. If the number of points is less than 8, then the point will be edge point. In the last, the detected edge points of the grid are changed with 3D means points (Figure 4). d = G x 2 + G y 2 (1) Plane fitting Finding the floor height where d = distance from the interested point. Gx = grid sampling in the X direction. Gy = grid sampling in the Y direction. 3D building modeling Roof and wall modeling 3D building modeling Figure 1. Workflow of the proposed method. based on the vertical component of points. If the difference between adjacent points is less than a given threshold (here ca. 15cm) are grouped. Usually, a threshold of about 15 cm is appropriate. As shown in Figure 2, the roof points are segmented. 2.2 Edge points detection After roof segmentation, edge points of each roof segment are detected. For each roof segment, a regular grid is generated, so that the elevation of points in this grid is equal to the average height of the roof points. The distances between grid points in the x-y directions are calculated from the distance between the roof points, where the distances from each point of the roof points to its closest point are calculated, then the larger distance is selected to be the distance between grid points. These grid points represent the centers of square cells, thus the roof points are located within these cells. Therefore, the 3D means for each cell Figure 3. a) 3D regular grid points, b) 3D means points. Authors CC BY 4.0 License. 168

3 Next, the edge points are segmented based on their adjacent position in the matrix and similarity of angels. If the angle difference is smaller than the pre-defined threshold, it belongs to a unit segment line. This threshold is about 15 degrees. The final direction of each line must be estimated. The longest line segment is found based on the number of its points, then using equations (2 and 3), its normal vector and angle are estimated by applying a covariance analysis on all line points. This direction is assigned to all parallel lines, then the orthogonal direction is computed (Figure 5b). This method maintains the conditions of orthogonality and parallelism. Figure 4. a) Detected edge points of the grid, b) detected edge points from 3D means points. 2.3 Line approximation For drawing the lines we need at least one point, so the centroid point for each line is computed as shown in Figure 6a. Next, using centroid points and directions for each line, roof lines are approximated by the straight line equation (4). So that the parameter b is calculated for each line in the equation (4). The lines are approximated and intersections of lines are estimated as displayed in Figure 6b. Finally, regularization constraints must be performed. The main regularization constraints are: (1) merging of lines close to each other, (2) connecting two consecutive parallel lines with an orthogonal line, and (3) intersection of crossover lines. Results are shown in Figure 6c. After detection of final edge points, roof lines are approximated. To draw the lines of the buildings, the straight line equation is used. First, the edge points should be grouped so that each group represents a line. For this, initially the edge points are rearranged in the data matrix as in the reality. In other words, each point in the edge points matrix become next to each other. Next, the normals of points are computed. The arranged edge points are grouped based on their adjacent position in the matrix and similarity of directions. Finally, the lines are drawn. To rearrange the edge points in the matrix data, this process selects the first point in the matrix and finds the nearest point of the matrix and the nearest point is placed next to the first point. This process is repeated for the new point, until all the points are finished. As a result, the matrix of points is rearranged as in the reality. In the next step, (Nx, Ny, Nz) normal of each point is estimated by applying a covariance analysis on three points: the interested point and two nearby edge points. In particular, we solve the eigenvector problem for the covariance matrix: C p = 1 (q p ) (q p ) T N p (2) q N p where: a = inclination of line. y = ax + b (4) where Np = the set of points. p = interested point. q = point. p : mean of points. Figure 5. a) Estimated normals, b) Assigned normals. The three eigenvalues are sorted in ascending order, i.e. λ0 λ1 λ2; and the eigenvector corresponding to the smallest eigenvalue (v0) is the approximated normal at point p (Figure 5a). Nz for all points is zero since the points are located in a horizontal plane. Therefore, angles of directions respecting to the x-axis are estimated by the equation (3). Nx must be positive before using the equation (3), so the normal direction of each point is reversed if Nx < 0. The angles θi are calculated from the X-Axis for using in the straight line equation in the next step, where the angles are in the range [-90, +90]. The angle is positive if its direction is anticlockwise (Ny > 0), and negative if it is clockwise (Ny < 0). θ i = cos 1 (N xi ) (3) Authors CC BY 4.0 License. 169

4 of the proposed method, then the proposed method has been applied to other flat buildings. In this research, we focused only on the 3D building modeling, so the building points were already segmented. (c) Figure 6. a) Segmented line points and their centroid points, b) Lines approximation by using the straight line equation, c) Final edges after applying regularization constraints D modeling After extraction of building edges, 3D building models are reconstructed. The floors are flat therefore, for each roof a plane passes through its intersection points of the edge. Using these planes, the roofs are reconstructed. For the modeling of the walls, the adjacent ground points (or the lowest points in the walls points) are detected so that the points are in the neighborhood of building boundaries. Then the lowest elevation of these points is considered as the height of floor. Thus, the roof edges and corners are projected on the building floor. Finally, using the roof edges and the projected edges, the walls are reconstructed as shown in Figure RESULTS AND DISSCUSION The proposed method has been tested on IEEE sample dataset of the Zeebruges, Belgium study area. The data cover an urban and harbor area in Zeebruges, Belgium. The LiDAR data were captured with Riegl laser scanner. The point density of the LiDAR data is approximately 65 points/m², which is related to point spacing of approximately 10 cm. We selected a building with two roofs and small details in the roof to test the accuracy (c) Figure 7. a) Projected roof edges and corners on the building floor, b) Walls reconstruction, c) 3D flat building modeling The visual interpretation of the result shows that the proposed method was very successful and the roofs were modeled appropriately. Also, the roof planes were precisely reconstructed and passed in the middle of the roof points as shown in Figure 8. The small and big walls are located in real locations exactly. In this method, by finding the building boundaries and intersection points with good accuracy, the building modeling has a good accuracy. The proposed method separates the flat roofs from each other, especially the roofs related to one build. Also, it separates the roof points from the wall points so that the wall points do not affect the average height of the roof. The factors that affect on the separation of the roofs are neighbor point distance and the amount of height difference between the points. Where by choosing a large neighbor distance, adjacent roofs in two buildings may be combined. Also, if we choose a great height difference between the points, adjacent roofs in the same building may be combined, besides the walls points will be entered in the computations and these will affect the exact roof height. The appropriate threshold for a distance of neighborhood points has been selected as the twice maximum distance between the points, so that gaps within the grid are not formed. The distance is about 40 cm. The height difference threshold is about 15 cm. Authors CC BY 4.0 License. 170

5 yield from all steps of roof segmentation, edge points detection, line approximation and others. Finally, the proposed method has been applied to other flat buildings as shown in Figure 9. Figure 8. 3D flat building model with roof points (yellow points), a) top view, b) Lower view. For a more accurate evaluation, a quantitative assessment is performed by digitizing the building roof model manually from LiDAR point clouds. The corners of this model are compared with the corners of the model that has been reconstructed using the proposed method. The results are given in table 1. Roof Big Small Corner Errors (m) Mean (m) Std. Dev. (m) Table 1. Quantitative assessment. (c) Table 1 proves that the accuracy of the results is very good. The quality of the 3D model in the big roof is equal approximately to the point density of the LiDAR sensor which is 10 cm. Also, the quality of the 3D model in the small roof is approximately equal to half of the grid spacing which is 40 cm. This is logical because we used 3D mean points to detect the edges. Therefore, the maximum error must be the half. From above, we see that the factors influencing the accuracy of the proposed method are the density of points and the size of the grid spacing. So, the method leads to very good results with good factors. In the end, errors (d) Authors CC BY 4.0 License. 171

6 Maas, H.G. and G. Vosselman, Two algorithms for extracting building models from raw laser altimetry data. ISPRS Journal of photogrammetry and remote sensing 54(2): Rau, J.Y. and B.C. Lin, Automatic roof model reconstruction from ALS data and 2D ground plans based on side projection and the TMR algorithm. ISPRS journal of photogrammetry and remote sensing 66(6): S13-S27. Rottensteiner, F., Automatic generation of high-quality building models from lidar data. IEEE Computer Graphics and Applications 23(6): (e) Figure 9. a) Point cloud, b) Point cloud of buildings, c) Walls and roofs reconstruction, d) 3D flat buildings modeling, e) Building models on point cloud. 4. CONCLUSION There are several factors that affect the accuracy of the final results of 3D building reconstruction of flat roofs in this algorithm. These factors are the nearest neighbor distances, the height difference threshold, the distance between the grid points and the point density. The distance between the grid points is the most important parameter. The algorithm is able to draw the small lines with high accuracy if the distance between the grid points is small. If this distance is big, the small lines that are shorter than the distance, cannot be approximated. As if the distance is a small, gaps within the grid may be formed because the distance between some of the roof points is greater than the distance between the grid points. In the end, this method is very precise for 3D flat building reconstruction from the dense LiDAR point cloud. As we have found that even small details of building have been modeled. This algorithm may have a problem with the buildings including short edges in the low density point cloud, because the distance between the grid points, in this case, will be large and the small lines will be removed Sajadian, M. and H. Arefi, a Data Driven Method for Building Reconstruction from LiDAR Point Clouds. The International Archives of Photogrammetry, Remote Sensing and Spatial Information Sciences 40(2): 225. Tarsha-Kurdi, F., T. Landes, P. Grussenmeyer and M. Koehl, Model-driven and data-driven approaches using LIDAR data: Analysis and comparison. International Archives of Photogrammetry, Remote Sensing and Spatial Information Sciences 36: 3-W49A. Vögtle, T. and E. Steinle, Fusion of 3D building models derived from first and last pulse laserscanning data. Information Fusion 6(4): Wang, H., W. Zhang, Y. Chen, M. Chen and K. Yan, Semantic decomposition and reconstruction of compound buildings with symmetric roofs from Lidar data and aerial imagery. Remote Sensing 7(10): Zhou, Q.Y. and U. Neumann, Fast and extensible building modeling from airborne LiDAR data. Proceedings of the 16th ACM SIGSPATIAL international conference on Advances in geographic information systems, ACM. REFERENCES Arefi, H. and P. Reinartz, Building reconstruction using DSM and orthorectified images. Remote Sensing 5(4): Cheng, L., L. Tong, Y. Chen, W. Zhang, J. Shan, Y. Liu and M. Li, Integration of LiDAR data and optical multi-view images for 3D reconstruction of building roofs. Optics and Lasers in Engineering 51(4): Elberink, S. O. and G. Vosselman, Building reconstruction by target based graph matching on incomplete laser data: Analysis and limitations. Sensors 9(8): Henn, A., G. Gröger, V. Stroh and L. Plümer, Model driven reconstruction of roofs from sparse LIDAR point clouds. ISPRS Journal of photogrammetry and remote sensing 76: Lin, H., J. Gao, Y. Zhou, G. Lu, M. Ye, C. Zhang, L. Liu and R. Yang, Semantic decomposition and reconstruction of residential scenes from LiDAR data. ACM Transactions on Graphics (TOG) 32(4): Authors CC BY 4.0 License. 172

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

AUTOMATIC MODEL SELECTION FOR 3D RECONSTRUCTION OF BUILDINGS FROM SATELLITE IMAGARY

AUTOMATIC MODEL SELECTION FOR 3D RECONSTRUCTION OF BUILDINGS FROM SATELLITE IMAGARY AUTOMATIC MODEL SELECTION FOR 3D RECONSTRUCTION OF BUILDINGS FROM SATELLITE IMAGARY T. Partovi a *, H. Arefi a,b, T. Krauß a, P. Reinartz a a German Aerospace Center (DLR), Remote Sensing Technology Institute,

More information

Building Segmentation and Regularization from Raw Lidar Data INTRODUCTION

Building Segmentation and Regularization from Raw Lidar Data INTRODUCTION Building Segmentation and Regularization from Raw Lidar Data Aparajithan Sampath Jie Shan Geomatics Engineering School of Civil Engineering Purdue University 550 Stadium Mall Drive West Lafayette, IN 47907-2051

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

COMBINING HIGH SPATIAL RESOLUTION OPTICAL AND LIDAR DATA FOR OBJECT-BASED IMAGE CLASSIFICATION

COMBINING HIGH SPATIAL RESOLUTION OPTICAL AND LIDAR DATA FOR OBJECT-BASED IMAGE CLASSIFICATION COMBINING HIGH SPATIAL RESOLUTION OPTICAL AND LIDAR DATA FOR OBJECT-BASED IMAGE CLASSIFICATION Ruonan Li 1, Tianyi Zhang 1, Ruozheng Geng 1, Leiguang Wang 2, * 1 School of Forestry, Southwest Forestry

More information

AUTOMATED RECONSTRUCTION OF WALLS FROM AIRBORNE LIDAR DATA FOR COMPLETE 3D BUILDING MODELLING

AUTOMATED RECONSTRUCTION OF WALLS FROM AIRBORNE LIDAR DATA FOR COMPLETE 3D BUILDING MODELLING AUTOMATED RECONSTRUCTION OF WALLS FROM AIRBORNE LIDAR DATA FOR COMPLETE 3D BUILDING MODELLING Yuxiang He*, Chunsun Zhang, Mohammad Awrangjeb, Clive S. Fraser Cooperative Research Centre for Spatial Information,

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

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

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

Extraction of façades with window information from oblique view airborne laser scanning point clouds

Extraction of façades with window information from oblique view airborne laser scanning point clouds Extraction of façades with window information from oblique view airborne laser scanning point clouds Sebastian Tuttas, Uwe Stilla Photogrammetry and Remote Sensing, Technische Universität München, 80290

More information

BUILDING ROOF RECONSTRUCTION BY FUSING LASER RANGE DATA AND AERIAL IMAGES

BUILDING ROOF RECONSTRUCTION BY FUSING LASER RANGE DATA AND AERIAL IMAGES BUILDING ROOF RECONSTRUCTION BY FUSING LASER RANGE DATA AND AERIAL IMAGES J.J. Jaw *,C.C. Cheng Department of Civil Engineering, National Taiwan University, 1, Roosevelt Rd., Sec. 4, Taipei 10617, Taiwan,

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

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

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

A COMPETITION BASED ROOF DETECTION ALGORITHM FROM AIRBORNE LIDAR DATA

A COMPETITION BASED ROOF DETECTION ALGORITHM FROM AIRBORNE LIDAR DATA A COMPETITION BASED ROOF DETECTION ALGORITHM FROM AIRBORNE LIDAR DATA HUANG Xianfeng State Key Laboratory of Informaiton Engineering in Surveying, Mapping and Remote Sensing (Wuhan University), 129 Luoyu

More information

3D BUILDING MODEL GENERATION FROM AIRBORNE LASERSCANNER DATA BY STRAIGHT LINE DETECTION IN SPECIFIC ORTHOGONAL PROJECTIONS

3D BUILDING MODEL GENERATION FROM AIRBORNE LASERSCANNER DATA BY STRAIGHT LINE DETECTION IN SPECIFIC ORTHOGONAL PROJECTIONS 3D BUILDING MODEL GENERATION FROM AIRBORNE LASERSCANNER DATA BY STRAIGHT LINE DETECTION IN SPECIFIC ORTHOGONAL PROJECTIONS Ellen Schwalbe Institute of Photogrammetry and Remote Sensing Dresden University

More information

SYNERGY BETWEEN AERIAL IMAGERY AND LOW DENSITY POINT CLOUD FOR AUTOMATED IMAGE CLASSIFICATION AND POINT CLOUD DENSIFICATION

SYNERGY BETWEEN AERIAL IMAGERY AND LOW DENSITY POINT CLOUD FOR AUTOMATED IMAGE CLASSIFICATION AND POINT CLOUD DENSIFICATION SYNERGY BETWEEN AERIAL IMAGERY AND LOW DENSITY POINT CLOUD FOR AUTOMATED IMAGE CLASSIFICATION AND POINT CLOUD DENSIFICATION Hani Mohammed Badawy a,*, Adel Moussa a,b, Naser El-Sheimy a a Dept. of Geomatics

More information

AUTOMATIC BUILDING DETECTION FROM LIDAR POINT CLOUD DATA

AUTOMATIC BUILDING DETECTION FROM LIDAR POINT CLOUD DATA AUTOMATIC BUILDING DETECTION FROM LIDAR POINT CLOUD DATA Nima Ekhtari, M.R. Sahebi, M.J. Valadan Zoej, A. Mohammadzadeh Faculty of Geodesy & Geomatics Engineering, K. N. Toosi University of Technology,

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

FAST REGISTRATION OF TERRESTRIAL LIDAR POINT CLOUD AND SEQUENCE IMAGES

FAST REGISTRATION OF TERRESTRIAL LIDAR POINT CLOUD AND SEQUENCE IMAGES FAST REGISTRATION OF TERRESTRIAL LIDAR POINT CLOUD AND SEQUENCE IMAGES Jie Shao a, Wuming Zhang a, Yaqiao Zhu b, Aojie Shen a a State Key Laboratory of Remote Sensing Science, Institute of Remote Sensing

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

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

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

Advanced point cloud processing

Advanced point cloud processing Advanced point cloud processing George Vosselman ITC Enschede, the Netherlands INTERNATIONAL INSTITUTE FOR GEO-INFORMATION SCIENCE AND EARTH OBSERVATION Laser scanning platforms Airborne systems mounted

More information

Urban Scene Segmentation, Recognition and Remodeling. Part III. Jinglu Wang 11/24/2016 ACCV 2016 TUTORIAL

Urban Scene Segmentation, Recognition and Remodeling. Part III. Jinglu Wang 11/24/2016 ACCV 2016 TUTORIAL Part III Jinglu Wang Urban Scene Segmentation, Recognition and Remodeling 102 Outline Introduction Related work Approaches Conclusion and future work o o - - ) 11/7/16 103 Introduction Motivation Motivation

More information

INTEGRATED METHOD OF BUILDING EXTRACTION FROM DIGITAL SURFACE MODEL AND IMAGERY

INTEGRATED METHOD OF BUILDING EXTRACTION FROM DIGITAL SURFACE MODEL AND IMAGERY INTEGRATED METHOD OF BUILDING EXTRACTION FROM DIGITAL SURFACE MODEL AND IMAGERY Yan Li 1, *, Lin Zhu, Hideki Shimamura, 1 International Institute for Earth System Science, Nanjing University, Nanjing,

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

[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

AUTOMATIC RAILWAY POWER LINE EXTRACTION USING MOBILE LASER SCANNING DATA

AUTOMATIC RAILWAY POWER LINE EXTRACTION USING MOBILE LASER SCANNING DATA AUTOMATIC RAILWAY POWER LINE EXTRACTION USING MOBILE LASER SCANNING DATA Shanxin Zhang a,b, Cheng Wang a,, Zhuang Yang a, Yiping Chen a, Jonathan Li a,c a Fujian Key Laboratory of Sensing and Computing

More information

IMPROVED TARGET DETECTION IN URBAN AREA USING COMBINED LIDAR AND APEX DATA

IMPROVED TARGET DETECTION IN URBAN AREA USING COMBINED LIDAR AND APEX DATA IMPROVED TARGET DETECTION IN URBAN AREA USING COMBINED LIDAR AND APEX DATA Michal Shimoni 1 and Koen Meuleman 2 1 Signal and Image Centre, Dept. of Electrical Engineering (SIC-RMA), Belgium; 2 Flemish

More information

BUILDING BOUNDARY EXTRACTION FROM HIGH RESOLUTION IMAGERY AND LIDAR DATA

BUILDING BOUNDARY EXTRACTION FROM HIGH RESOLUTION IMAGERY AND LIDAR DATA BUILDING BOUNDARY EXTRACTION FROM HIGH RESOLUTION IMAGERY AND LIDAR DATA Liang Cheng, Jianya Gong, Xiaoling Chen, Peng Han State Key Laboratory of Information Engineering in Surveying, Mapping and Remote

More information

AUTOMATIC EXTRACTION OF ROAD MARKINGS FROM MOBILE LASER SCANNING DATA

AUTOMATIC EXTRACTION OF ROAD MARKINGS FROM MOBILE LASER SCANNING DATA AUTOMATIC EXTRACTION OF ROAD MARKINGS FROM MOBILE LASER SCANNING DATA Hao Ma a,b, Zhihui Pei c, Zhanying Wei a,b,*, Ruofei Zhong a a Beijing Advanced Innovation Center for Imaging Technology, Capital Normal

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

AUTOMATIC PROCESSING OF MOBILE LASER SCANNER POINT CLOUDS FOR BUILDING FAÇADE DETECTION

AUTOMATIC PROCESSING OF MOBILE LASER SCANNER POINT CLOUDS FOR BUILDING FAÇADE DETECTION AUTOMATIC PROCESSING OF MOBILE LASER SCANNER POINT CLOUDS FOR BUILDING FAÇADE DETECTION Nalani Hetti Arachchige*, Sanka Nirodha Perera, Hans-Gerd Maas Institute of Photogrammetry and Remote Sensing, Technische

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

APPLICATIONS OF 3D-EDGE DETECTION FOR ALS POINT CLOUD

APPLICATIONS OF 3D-EDGE DETECTION FOR ALS POINT CLOUD APPLICATIONS OF 3D-EDGE DETECTION FOR ALS POINT CLOUD H. Ni a, *, X. G. Lin a, J. X. Zhang b a Institute of Photogrammetry and Remote Sensing, Chinese Academy of Surveying and Mapping, No. 28, Lianhuachixi

More information

LOCALIZED SEGMENT BASED PROCESSING FOR AUTOMATIC BUILDING EXTRACTION FROM LiDAR DATA

LOCALIZED SEGMENT BASED PROCESSING FOR AUTOMATIC BUILDING EXTRACTION FROM LiDAR DATA LOCALIZED SEGMENT BASED PROCESSING FOR AUTOMATIC BUILDING EXTRACTION FROM LiDAR DATA Gaurav Parida a, K. S. Rajan a a Lab for Spatial Informatics, International Institute of Information Technology Hyderabad,

More information

AUTOMATED MODELING OF 3D BUILDING ROOFS USING IMAGE AND LIDAR DATA

AUTOMATED MODELING OF 3D BUILDING ROOFS USING IMAGE AND LIDAR DATA AUTOMATED MODELING OF 3D BUILDING ROOFS USING IMAGE AND LIDAR DATA N. Demir *, E. Baltsavias Institute of Geodesy and Photogrammetry, ETH Zurich, CH-8093, Zurich, Switzerland (demir, manos)@geod.baug.ethz.ch

More information

Optics and Lasers in Engineering

Optics and Lasers in Engineering Optics and Lasers in Engineering 51 (2013) 493 502 Contents lists available at SciVerse ScienceDirect Optics and Lasers in Engineering journal homepage: www.elsevier.com/locate/optlaseng Integration of

More information

Robotics Programming Laboratory

Robotics Programming Laboratory Chair of Software Engineering Robotics Programming Laboratory Bertrand Meyer Jiwon Shin Lecture 8: Robot Perception Perception http://pascallin.ecs.soton.ac.uk/challenges/voc/databases.html#caltech car

More information

Research on-board LIDAR point cloud data pretreatment

Research on-board LIDAR point cloud data pretreatment Acta Technica 62, No. 3B/2017, 1 16 c 2017 Institute of Thermomechanics CAS, v.v.i. Research on-board LIDAR point cloud data pretreatment Peng Cang 1, Zhenglin Yu 1, Bo Yu 2, 3 Abstract. In view of the

More information

AUTOMATIC EXTRACTION OF BUILDING ROOFS FROM PICTOMETRY S ORTHOGONAL AND OBLIQUE IMAGES

AUTOMATIC EXTRACTION OF BUILDING ROOFS FROM PICTOMETRY S ORTHOGONAL AND OBLIQUE IMAGES AUTOMATIC EXTRACTION OF BUILDING ROOFS FROM PICTOMETRY S ORTHOGONAL AND OBLIQUE IMAGES Yandong Wang Pictometry International Corp. Suite A, 100 Town Centre Dr., Rochester, NY14623, the United States yandong.wang@pictometry.com

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

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

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

AUTOMATIC RECONSTRUCTION OF BUILDING ROOFS THROUGH EFFECTIVE INTEGRATION OF LIDAR AND MULTISPECTRAL IMAGERY

AUTOMATIC RECONSTRUCTION OF BUILDING ROOFS THROUGH EFFECTIVE INTEGRATION OF LIDAR AND MULTISPECTRAL IMAGERY AUTOMATIC RECONSTRUCTION OF BUILDING ROOFS THROUGH EFFECTIVE INTEGRATION OF LIDAR AND MULTISPECTRAL IMAGERY Mohammad Awrangjeb, Chunsun Zhang and Clive S. Fraser Cooperative Research Centre for Spatial

More information

GENERATING BUILDING OUTLINES FROM TERRESTRIAL LASER SCANNING

GENERATING BUILDING OUTLINES FROM TERRESTRIAL LASER SCANNING GENERATING BUILDING OUTLINES FROM TERRESTRIAL LASER SCANNING Shi Pu International Institute for Geo-information Science and Earth Observation (ITC), Hengelosestraat 99, P.O. Box 6, 7500 AA Enschede, The

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

AN ADAPTIVE APPROACH FOR SEGMENTATION OF 3D LASER POINT CLOUD

AN ADAPTIVE APPROACH FOR SEGMENTATION OF 3D LASER POINT CLOUD AN ADAPTIVE APPROACH FOR SEGMENTATION OF 3D LASER POINT CLOUD Z. Lari, A. F. Habib, E. Kwak Department of Geomatics Engineering, University of Calgary, Calgary, Alberta, Canada TN 1N4 - (zlari, ahabib,

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

SEGMENTATION OF TIN-STRUCTURED SURFACE MODELS

SEGMENTATION OF TIN-STRUCTURED SURFACE MODELS ISPRS SIPT IGU UCI CIG ACSG Table of contents Table des matières Authors index Index des auteurs Search Recherches Exit Sortir SEGMENTATION OF TIN-STRUCTURED SURFACE MODELS Ben Gorte Technical University

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

Algorithm research of 3D point cloud registration based on iterative closest point 1

Algorithm research of 3D point cloud registration based on iterative closest point 1 Acta Technica 62, No. 3B/2017, 189 196 c 2017 Institute of Thermomechanics CAS, v.v.i. Algorithm research of 3D point cloud registration based on iterative closest point 1 Qian Gao 2, Yujian Wang 2,3,

More information

Graph-based Modeling of Building Roofs Judith Milde, Claus Brenner Institute of Cartography and Geoinformatics, Leibniz Universität Hannover

Graph-based Modeling of Building Roofs Judith Milde, Claus Brenner Institute of Cartography and Geoinformatics, Leibniz Universität Hannover 12th AGILE International Conference on Geographic Information Science 2009 page 1 of 5 Graph-based Modeling of Building Roofs Judith Milde, Claus Brenner Institute of Cartography and Geoinformatics, Leibniz

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 footprints are one of the fundamental GIS

BUILDING footprints are one of the fundamental GIS 1 Automatic Construction of Building Footprints from Airborne LIDAR Data Keqi Zhang, Jianhua Yan, and Shu-Ching Chen, Senior Member, IEEE, Abstract This paper presents a framework that applies a series

More information

AN EFFICIENT METHOD FOR AUTOMATIC ROAD EXTRACTION BASED ON MULTIPLE FEATURES FROM LiDAR DATA

AN EFFICIENT METHOD FOR AUTOMATIC ROAD EXTRACTION BASED ON MULTIPLE FEATURES FROM LiDAR DATA AN EFFICIENT METHOD FOR AUTOMATIC ROAD EXTRACTION BASED ON MULTIPLE FEATURES FROM LiDAR DATA Y. Li a, X. Hu b, H. Guan c, P. Liu d a School of Civil Engineering and Architecture, Nanchang University, 330031,

More information

Reconstruction of Polygonal Faces from Large-Scale Point-Clouds of Engineering Plants

Reconstruction of Polygonal Faces from Large-Scale Point-Clouds of Engineering Plants 1 Reconstruction of Polygonal Faces from Large-Scale Point-Clouds of Engineering Plants Hiroshi Masuda 1, Takeru Niwa 2, Ichiro Tanaka 3 and Ryo Matsuoka 4 1 The University of Electro-Communications, h.masuda@euc.ac.jp

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

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

COMBINING HIGH RESOLUTION SATELLITE IMAGERY AND AIRBORNE LASER SCANNING DATA FOR GENERATING BARELAND DEM IN URBAN AREAS

COMBINING HIGH RESOLUTION SATELLITE IMAGERY AND AIRBORNE LASER SCANNING DATA FOR GENERATING BARELAND DEM IN URBAN AREAS COMBINING HIGH RESOLUTION SATELLITE IMAGERY AND AIRBORNE LASER SCANNING DATA FOR GENERATING BARELAND IN URBAN AREAS Guo Tao *, Yoshifumi Yasuoka Institute of Industrial Science, University of Tokyo, 4-6-1

More information

3D Building Model Reconstruction from Multi-view Aerial Imagery and Lidar Data

3D Building Model Reconstruction from Multi-view Aerial Imagery and Lidar Data 3D Building Model Reconstruction from Multi-view Aerial Imagery and Lidar Data Liang Cheng, Jianya Gong, Manchun Li, and Yongxue Liu Abstract A novel approach by integrating multi-view aerial imagery and

More information

Multi-ray photogrammetry: A rich dataset for the extraction of roof geometry for 3D reconstruction

Multi-ray photogrammetry: A rich dataset for the extraction of roof geometry for 3D reconstruction Multi-ray photogrammetry: A rich dataset for the extraction of roof geometry for 3D reconstruction Andrew McClune, Pauline Miller, Jon Mills Newcastle University David Holland Ordnance Survey Background

More information

RECOGNISING STRUCTURE IN LASER SCANNER POINT CLOUDS 1

RECOGNISING STRUCTURE IN LASER SCANNER POINT CLOUDS 1 RECOGNISING STRUCTURE IN LASER SCANNER POINT CLOUDS 1 G. Vosselman a, B.G.H. Gorte b, G. Sithole b, T. Rabbani b a International Institute of Geo-Information Science and Earth Observation (ITC) P.O. Box

More information

INCREASING CLASSIFICATION QUALITY BY USING FUZZY LOGIC

INCREASING CLASSIFICATION QUALITY BY USING FUZZY LOGIC JOURNAL OF APPLIED ENGINEERING SCIENCES VOL. 1(14), issue 4_2011 ISSN 2247-3769 ISSN-L 2247-3769 (Print) / e-issn:2284-7197 INCREASING CLASSIFICATION QUALITY BY USING FUZZY LOGIC DROJ Gabriela, University

More information

FACET SHIFT ALGORITHM BASED ON MINIMAL DISTANCE IN SIMPLIFICATION OF BUILDINGS WITH PARALLEL STRUCTURE

FACET SHIFT ALGORITHM BASED ON MINIMAL DISTANCE IN SIMPLIFICATION OF BUILDINGS WITH PARALLEL STRUCTURE FACET SHIFT ALGORITHM BASED ON MINIMAL DISTANCE IN SIMPLIFICATION OF BUILDINGS WITH PARALLEL STRUCTURE GE Lei, WU Fang, QIAN Haizhong, ZHAI Renjian Institute of Surveying and Mapping Information Engineering

More information

Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis

Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis 1 Xulin LONG, 1,* Qiang CHEN, 2 Xiaoya

More information

A QUALITY ASSESSMENT OF AIRBORNE LASER SCANNER DATA

A QUALITY ASSESSMENT OF AIRBORNE LASER SCANNER DATA A QUALITY ASSESSMENT OF AIRBORNE LASER SCANNER DATA E. Ahokas, H. Kaartinen, J. Hyyppä Finnish Geodetic Institute, Geodeetinrinne 2, 243 Masala, Finland Eero.Ahokas@fgi.fi KEYWORDS: LIDAR, accuracy, quality,

More information

A SYSTEM OF THE SHADOW DETECTION AND SHADOW REMOVAL FOR HIGH RESOLUTION CITY AERIAL PHOTO

A SYSTEM OF THE SHADOW DETECTION AND SHADOW REMOVAL FOR HIGH RESOLUTION CITY AERIAL PHOTO A SYSTEM OF THE SHADOW DETECTION AND SHADOW REMOVAL FOR HIGH RESOLUTION CITY AERIAL PHOTO Yan Li a, Tadashi Sasagawa b, Peng Gong a,c a International Institute for Earth System Science, Nanjing University,

More information

Digital Image Processing Chapter 11: Image Description and Representation

Digital Image Processing Chapter 11: Image Description and Representation Digital Image Processing Chapter 11: Image Description and Representation Image Representation and Description? Objective: To represent and describe information embedded in an image in other forms that

More information

Automatic Pipeline Generation by the Sequential Segmentation and Skelton Construction of Point Cloud

Automatic Pipeline Generation by the Sequential Segmentation and Skelton Construction of Point Cloud , pp.43-47 http://dx.doi.org/10.14257/astl.2014.67.11 Automatic Pipeline Generation by the Sequential Segmentation and Skelton Construction of Point Cloud Ashok Kumar Patil, Seong Sill Park, Pavitra Holi,

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

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

Remote Sensing ISSN

Remote Sensing ISSN Remote Sens. 2013, 5, 3749-3775; doi:10.3390/rs5083749 Article OPEN ACCESS Remote Sensing ISSN 2072-4292 www.mdpi.com/journal/remotesensing SVM-Based Classification of Segmented Airborne LiDAR Point Clouds

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

ISPRS Journal of Photogrammetry and Remote Sensing

ISPRS Journal of Photogrammetry and Remote Sensing ISPRS Journal of Photogrammetry and Remote Sensing 83 (2013) 1 18 Contents lists available at SciVerse ScienceDirect ISPRS Journal of Photogrammetry and Remote Sensing journal homepage: www.elsevier.com/locate/isprsjprs

More information

A STUDY ON ROOF POINT EXTRACTION BASED ON ROBUST ESTIMATION FROM AIRBORNE LIDAR DATA

A STUDY ON ROOF POINT EXTRACTION BASED ON ROBUST ESTIMATION FROM AIRBORNE LIDAR DATA Journal of the Chinese Institute of Engineers, Vol. 31, No. 4, pp. 537-550 (2008) 537 A STUDY ON ROOF POINT EXTRACTION BASED ON ROBUST ESTIMATION FROM AIRBORNE LIDAR DATA Shih-Hong Chio ABSTRACT The airborne

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

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

AN INNOVATION APPROACH FOR DEVELOPING A 3D MODEL BY REGISTERING A MONO IMAGE ON A DTM. Commission VI, WG VI/4

AN INNOVATION APPROACH FOR DEVELOPING A 3D MODEL BY REGISTERING A MONO IMAGE ON A DTM. Commission VI, WG VI/4 AN INNOVATION APPROACH FOR DEVELOPING A 3D MODEL BY REGISTERING A MONO IMAGE ON A DTM Amir Saeed Homainejad Independent Research Group on Geospatial, Tehran, Islamic Republic of Iran, (saeed.homain@gmail.com)

More information

Building Reliable 2D Maps from 3D Features

Building Reliable 2D Maps from 3D Features Building Reliable 2D Maps from 3D Features Dipl. Technoinform. Jens Wettach, Prof. Dr. rer. nat. Karsten Berns TU Kaiserslautern; Robotics Research Lab 1, Geb. 48; Gottlieb-Daimler- Str.1; 67663 Kaiserslautern;

More information

Intensity Augmented ICP for Registration of Laser Scanner Point Clouds

Intensity Augmented ICP for Registration of Laser Scanner Point Clouds Intensity Augmented ICP for Registration of Laser Scanner Point Clouds Bharat Lohani* and Sandeep Sashidharan *Department of Civil Engineering, IIT Kanpur Email: blohani@iitk.ac.in. Abstract While using

More information

OBJECT-BASED CLASSIFICATION OF URBAN AIRBORNE LIDAR POINT CLOUDS WITH MULTIPLE ECHOES USING SVM

OBJECT-BASED CLASSIFICATION OF URBAN AIRBORNE LIDAR POINT CLOUDS WITH MULTIPLE ECHOES USING SVM OBJECT-BASED CLASSIFICATION OF URBAN AIRBORNE LIDAR POINT CLOUDS WITH MULTIPLE ECHOES USING SVM J. X. Zhang a, X. G. Lin a, * a Key Laboratory of Mapping from Space of State Bureau of Surveying and Mapping,

More information

AUTOMATED UPDATING OF BUILDING DATA BASES FROM DIGITAL SURFACE MODELS AND MULTI-SPECTRAL IMAGES: POTENTIAL AND LIMITATIONS

AUTOMATED UPDATING OF BUILDING DATA BASES FROM DIGITAL SURFACE MODELS AND MULTI-SPECTRAL IMAGES: POTENTIAL AND LIMITATIONS AUTOMATED UPDATING OF BUILDING DATA BASES FROM DIGITAL SURFACE MODELS AND MULTI-SPECTRAL IMAGES: POTENTIAL AND LIMITATIONS Franz Rottensteiner Cooperative Research Centre for Spatial Information, Dept.

More information

Pedestrian Detection Using Multi-layer LIDAR

Pedestrian Detection Using Multi-layer LIDAR 1 st International Conference on Transportation Infrastructure and Materials (ICTIM 2016) ISBN: 978-1-60595-367-0 Pedestrian Detection Using Multi-layer LIDAR Mingfang Zhang 1, Yuping Lu 2 and Tong Liu

More information

LiForest Software White paper. TRGS, 3070 M St., Merced, 93610, Phone , LiForest

LiForest Software White paper. TRGS, 3070 M St., Merced, 93610, Phone ,   LiForest 0 LiForest LiForest is a platform to manipulate large LiDAR point clouds and extract useful information specifically for forest applications. It integrates a variety of advanced LiDAR processing algorithms

More information

Fast and Extensible Building Modeling from Airborne LiDAR Data

Fast and Extensible Building Modeling from Airborne LiDAR Data Fast and Extensible Building Modeling from Airborne LiDAR Data Qian-Yi Zhou University of Southern California qianyizh@usc.edu Ulrich Neumann University of Southern California uneumann@graphics.usc.edu

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

Anti-Excessive Filtering Model Based on Sliding Window

Anti-Excessive Filtering Model Based on Sliding Window 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) Anti-Excessive Filtering Model Based on Sliding Window Haoang Li 1, a, Weiming Hu 1, b, Jian Yao 1, c and

More information

Integrating LiDAR, Aerial Image and Ground Images for Complete Urban Building Modeling

Integrating LiDAR, Aerial Image and Ground Images for Complete Urban Building Modeling Integrating LiDAR, Aerial Image and Ground Images for Complete Urban Building Modeling Jinhui Hu, Suya You, Ulrich Neumann University of Southern California {jinhuihu,suyay, uneumann}@graphics.usc.edu

More information

The Reference Library Generating Low Confidence Polygons

The Reference Library Generating Low Confidence Polygons GeoCue Support Team In the new ASPRS Positional Accuracy Standards for Digital Geospatial Data, low confidence areas within LIDAR data are defined to be where the bare earth model might not meet the overall

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

DIGITAL SURFACE MODELS OF CITY AREAS BY VERY HIGH RESOLUTION SPACE IMAGERY

DIGITAL SURFACE MODELS OF CITY AREAS BY VERY HIGH RESOLUTION SPACE IMAGERY DIGITAL SURFACE MODELS OF CITY AREAS BY VERY HIGH RESOLUTION SPACE IMAGERY Jacobsen, K. University of Hannover, Institute of Photogrammetry and Geoinformation, Nienburger Str.1, D30167 Hannover phone +49

More information

New Features in TerraScan. Arttu Soininen Software developer Terrasolid Ltd

New Features in TerraScan. Arttu Soininen Software developer Terrasolid Ltd New Features in TerraScan Arttu Soininen Software developer Terrasolid Ltd MicroStation During week starting 23.02.2009 : Release of ver 009.001 of applications for V8 Release of ver 009.001 of applications

More information

SEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHING

SEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHING SEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHING ABSTRACT Mohammad Omidalizarandi 1 and Mohammad Saadatseresht 2 1 University of Stuttgart, Germany mohammadzarandi@gmail.com

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

Obstacle Detection From Roadside Laser Scans. Research Project

Obstacle Detection From Roadside Laser Scans. Research Project Obstacle Detection From Roadside Laser Scans by Jimmy Young Tang Research Project Submitted to the Department of Electrical Engineering and Computer Sciences, University of California at Berkeley, in partial

More information

Files Used in this Tutorial

Files Used in this Tutorial Generate Point Clouds and DSM Tutorial This tutorial shows how to generate point clouds and a digital surface model (DSM) from IKONOS satellite stereo imagery. You will view the resulting point clouds

More information

Calypso Construction Features. Construction Features 1

Calypso Construction Features. Construction Features 1 Calypso 1 The Construction dropdown menu contains several useful construction features that can be used to compare two other features or perform special calculations. Construction features will show up

More information

CLASSIFICATION FOR ROADSIDE OBJECTS BASED ON SIMULATED LASER SCANNING

CLASSIFICATION FOR ROADSIDE OBJECTS BASED ON SIMULATED LASER SCANNING CLASSIFICATION FOR ROADSIDE OBJECTS BASED ON SIMULATED LASER SCANNING Kenta Fukano 1, and Hiroshi Masuda 2 1) Graduate student, Department of Intelligence Mechanical Engineering, The University of Electro-Communications,

More information