A Rule-Based System for House Reconstruction from Aerial Images

Size: px
Start display at page:

Download "A Rule-Based System for House Reconstruction from Aerial Images"

Transcription

1 A Rule-Based System for House Reconstruction from Aerial Images Wolfram Willuhn and Frank Ade Communication Technology Lab, Swiss Federal Institute of Technology Zürich CH-8092 Zürich, Switzerland {Wolfram.Willuhn, Abstract We present a system for the reconstruction of houses from aerial images. Most of the methods proposed sofar use rather specific models. These models do not hold when dealing with european-style houses. Our system works with rules instead of models merely based on shape. This enables us to include additional domain specific knowledge, allowing a larger variability of the objects. However, this also necessitates a more complex structure of the knowledge base and a more sophisticated reasoning control. We explain the practical application of such a system for the reconstruction of a house from an aerial image Introduction The acquisition of 3D descriptions of houses is currently an issue of high importance to users of geoinformation. When using aerial imagery, which has proven to be a valuable source for this task, the reconstruction of a building means to find or hypothesize all parts of the roof because from all building parts they are the best visible in the images. The intended use of these algorithms requires that the precision of the obtained 3D description should be approximately the same as for manual measurements. For our current test set, the pixel size is about 7.5 cm x 7.5 cm on the ground and the achieved accuracy using standard photogrammetric techniques is 10 cm horizontally and vertically. This implies a high level of detail. Also the reliability of the extracted information should be comparable to that achieved when done by a human operator, which means that all buildings that appear in the image have to be found and no parts of their roofs should be missing. Models that were used for house extraction have been rather specific. Either they are based on explicit shape models that can be adapted by tuning a small number of parameters as in Sester [1] or on a single, horizontal roof surface bounded by straight segments forming right angles 1 This work is supported by ETH project (e.g. [2]). One exception is Bignone and Henricsson [3] who use a more generic approach to extracting house roofs. Achieving a good robustness and a high level of detail at the same time is very difficult. Predefined parameterizable geometric shape models can not be employed due to the great variability of the objects that are to be extracted. One way to come closer to this goal is to try to draw upon as many different types of data about the same scene as possible. For our data set, which was produced by the Institute of Geodesy and Photogrammetry at ETH Zürich, multiple color images taken from different points of view, a Digital Surface Model (DSM), and a manually measured CAD model for evaluating the results are available. Aerial images are generally very large. Our images have a size of 1800 x 1800 pixels showing 12 stand-alone houses and a few roads. Parts containing one house have been cut manually out from the large images. Baltsavias [4] and Haala [5] demonstrate how the detection of blobs in DSMs allows to establish hypotheses of house regions based on the idea that houses show up as rises in the ground in the DSM. Using as much as possible of the available data, our definition of a house is based on a set of rules that tend to hold for many instances of the category building. Some of these rules also deal with higher-level, structural knowledge. Methods of Artificial Intelligence have long been used to improve computer vision systems. In the last two decades, several systems have been implemented to extract three-dimensional objects from images, like the systems by Brooks [6], by Hanson and Riseman [7], or the MESSIE system [8, 9], or to extract man-made objects from aerial images, e.g. the SIGMA system [10] or the work of McKeown [11]. The following section describes the general architecture of the system: the knowledge representation, the levels of rules used, and the reasoning control. In Section 3., we demonstrate the application of this framework to the reconstruction of a house roof from an aerial image set.

2 2. Overview of the system The system s general architecture is a blackboard. This choice allows us to flexibly control the reasoning process depending on the data to be processed. Engelmore and Morgan [12] provide a good overview about different implementations of the blackboard architecture which has been widely used in Artificial Intelligence as a framework for reasoning. The short-term knowledge is stored in a semantic network, while rules encode the long-term knowledge forming the procedural part of the knowledge sources in the blackboard Knowledge Representation The semantic network, parts of which are shown in Figure 1, holds all the information that is accessible to the Attributes PlaneParameters, IsHorizontal, IsVertical Location in 3D, IsHorizontal, IsVertical Location in 3D Objects Volumes Surface Segments Point BoundsVolume BoundsSurface BoundsSegment Relations Connectivity Coplanarity Figure 1. Data structure for knowledge in the three-dimensional real world space knowledge sources and is structured into objects, attributes, and relations. The objects serve as anchors for the attributes and relations. Photometric and chromatic attributes describe the appearance of objects in the image. For contours, small flanking regions along both sides are analyzed and median color and interquartile ranges are computed (for a detailed description see [13] and [14]). Geometric attributes are measurable object properties, like the location, size, or shape of objects in the two-dimensional image space and the three-dimensional real world space. Likewise, spatial relations are those that are computed based on geometric attributes. Spatial relations are used at the beginning to structure the data and find larger coherent components. Contour relations are described in [13] and the segment coplanarity relation in [15]. Additional relations link objects in real world space with objects in image space corresponding to their projections into the image Blackboard Rules All long term knowledge about images, image features, three-dimensional objects in general, and houses in particular is coded into rules. Each knowledge source consists of a rule as its core and some meta-information declaring which of the available parts of the semantic network it needs for execution and which it might change. This information is used to control the execution of rules. The rules perform their actions based on multiple evidences. We regard interaction among rules as the best way to detect surprising coexistences of facts and, thus, to remove irrelevant features, to structure the data, and to solve higher-level problems. The rules should mutually reinforce their decisions rather than draw conclusions merely from individual facts. We categorize the rules into different levels and distinguish between those performing bottom-up or top-down functions. Bottom-up rules establish relations among features and larger structures, providing the basis for the reasoning at higher levels. Problems at higher level occur because low-level vision routines often fail to extract all relevant features and, on the other hand, sometimes find spurious ones. Top-down rules use a description of such a problem and try to solve it by explicitly searching for or inferring missing features at a lower level. Feature level. Contours in the image are extracted by edge detection and edgel aggregation [16], further augmented by geometric, photometric [13], and chromatic attributes [14], and linked by spatial relations. The stereo matching [15] generates segments in 3D, however it produces usually more than one possible match for each contour. Since this procedure is based only on individual segments and their respective contours, the result of the stereo matching can be checked and improved by comparing spatial relations among contours and among segments. Structure level. Regions and surfaces are structures that are made up of contours and segments, respectively. Regularities in the location and spatial relations of points, segments, and surfaces are used to find surfaces and volumes. This reflects our model of the objects that we want to find and describe. The roofs of the houses of the type we work with are neither flat nor can they generally be described by a rectilinear boundary. However, roofs tend to be made up of planar surfaces that intersect. According to this geometric model, segments that lie on the same plane are first grouped into planar surface hypotheses [15]. For each surface, a region is constructed by analyzing the photometric and chromatic attributes of the flanking regions of the contours, thus implementing

3 our region shape and color model. Contours which do not conform to this model are removed from the region and their related segments from the corresponding surface. Other rules establish intersections among planar surfaces. Each intersection should be bounded on either side by at least one other surface, forming a corner, and each surface should be enclosed entirely by intersections with other surfaces. If this is not the case, top-down rules try to solve this problem by finding two segments - one on either of the intersecting surfaces - that can be used to hypothesize a new planar surface. Furthermore, segments that have been missed by the stereo matching can be computed by adding contours to regions and constraining the segments s location to the plane of the surface. Conceptual level. Rules that are on the highest level contain domain specific knowledge about houses and house roofs. These rules are necessary for several reasons: The rules at the two lower levels apply to any type of object that complies with the assumption that it is made up of planar surfaces. Therefore there is no guarantee that the object that we reconstruct is really a house. However, one of the implications of the requirements stated at the beginning was that the algorithms has to be capable of self-evaluation. The system by itself should be able to determine the degree of confidence that this object is really a house and whether it should be shown to the human operator in order to check its correctness. There are some peculiarities in the construction of houses that are due to practical reasons or architectural considerations that should be taken into account. This knowledge can help us to solve problems that arise from failures in low-level routines and to choose among alternatives. Especially when trying to fill in missing features, this will result in better robustness. Finally, we can reduce the number of possibilities that we have to check. We can quickly rule out very unlikely constellations. A faster recognition can be achieved. Two conceptual features shall illustrate what we intend to implement in the future: the roof ridge and the roof gable. The roof ridge is a high, horizontal segment from where both intersecting surfaces will slope down. One can clearly see the two roof ridges of the house in our test image (see Figure 2). In a large percentage of houses, the roof ridge is terminated on both ends by the roof gable. This is a vertical wall that is delimited by an upside-down V. It is also common in some parts of Europe that the gable is divided up into a smaller triangular surface that is not vertical and the actual vertical wall (as it is to be seen in the lower part of the image). Symmetry is another element that is employed frequently in architecture and which could be used as an additional hint. We will show in the application section that it is possible to reconstruct the house roof already with the two lower levels. These rules work indepedently and can therefore also act as a fallback mechanism if the house s shape does not conform to any of the conceptual house models implemented. In this case, the system will still try to recognize an object and then might ask the human operator to check and if necessary correct the description Blackboard Control One important part of a blackboard system is the reasoning control. As there are no specific models for what we look for, and because of the fact that low-level vision procedures often produce incomplete results, no simple topdown or bottom-up strategy suffices to control the activation of the blackboard s knowledge sources. Instead, the control should be rather flexible. The execution of rules should be dependent on the data which includes both simple features and higher-level structures. Since problems during the creation of these structures are also documented explicitly in the data, not only bottom-up rules but also top-down rules can be triggered by changes in the data. These changes generate events and each knowledge source declares the types of data that it uses and thus implicitly also lists the events that it is interested in. This gives us the opportunity to treat both strategies - top-down and bottom-up - the same way. For each state of the blackboard there is a set of feasible knowledge source executions constructing the set of active knowledge sources. For each such configuration, we prefer those rules that let us anticipate the largest amount of changes in the knowledge base when being executed. A first heuristic rates all active rules based on the knowledge which parts of the semantic network are affected by each knowledge source, thus defining what are desirable actions. However, certain precedences among the rules exist. Some rules compute data that others depend upon (e.g. attribute values), forming a group of necessary actions. The knowledge source to be executed next can now be determined based on which one is the most desirable and which others are necessary for this. No single rule, no single run through all rules is able to solve a task like this. It is rather the interaction of rules that can achieve the desired results. Several iterations through many rules are generally necessary, especially when checking the results of stereo matching or removing surfaces that have no connection with others. In order to solve higher-level problems, usually new low-level features that have been searched for or inferred are inserted into the knowledge base and have to be checked, relations to existing features to be established, and new structures to be built until one of those problems is solved.

4 3. Application For this project we used a test set of images which is special in that it involves some difficulties that arise when trying to reconstruct typical european-style houses. The scene shows several stand-alone houses each of which has a different roof shape. Figure 2 depicts one of them with a After several iterations through rules that structure data, pose problems, and try to solve problems, we reach a state where no more changes in the data occur. Figure 4 shows the result as the intersections among the surfaces of the roof and the vertical walls. These surfaces are based on Figure 2. Original image (Courtesy of IGP at ETH Zürich) complex roof. Figure 3 presents the results obtained from the segment Figure 4. Final result of the object extraction 40 segments, 32 of which are not vertical and thus related to contours in the image. 24 of those 32 segments were present in the initial data, the other 8 have been inferred based on contours in the image and the location of the planes. All 5 planar roof surface hypotheses and 1 vertical wall were contained in the input data. A CAD description was obtained manually by photogrammetrists and is used for comparison (see Figure 5). Figure 3. Initial 3D information from stereo matching [15] stereo matching [15]. This information along with contours, their attributes and relations and the results of the coplanar grouping forms the input data for the knowledgebased analysis and contains 301 contours, 189 segments, and 34 planar surface hypotheses. The accuracy achieved in the stereo matching process is approximately 15 cm horizontally and 25 cm vertically. Figure 5. Manually extracted CAD description (Courtesy of IGP at ETH Zürich) All major roof surfaces have been extracted correctly. On the other hand, we can state two differences between the automatically and the manually generated house roof descriptions. First, the automatically extracted description explicitly represents the roof as a set of bordering planar surfaces, whereas the CAD description obtained by a human operator consists of connected lines. Second, the latter additionally includes smaller details like dormer windows.

5 4. Conclusions In this paper we introduced a system that aims at the semi-automatic reconstruction of houses from aerial images. The underlying architecture is a blackboard with a semantic network as knowledge base. The objects of this semantic network are augmented by photometric, chromatic, and geometric attributes and linked by spatial relations. Because no predefined parameterizable model solely based on shape can be used due to the high variability of the objects that we want to detect, all knowledge about how to build larger structures from lower-level features is coded into rules. Problems at higher levels are made visible in the knowledge base and invoke again lower-level rules that explicitly search for or infer missing features. The blackboard control works event-driven and supports both bottom-up and top-down reasoning. In the application section, we demonstrated an implementation of rules at the feature and structure levels. The rules at these levels try to reconstruct an object that - conforming to our model - is composed of intersecting planar surfaces bounded by straight segments. 5. Future work In the future, we want to implement the rules that encode conceptual knowledge. One set of rules will try to detect the most frequently used roof elements and shapes and thus affect the grouping of existing and the inference of missing features. Other rules will exploit symmetries as a commonly used architectural element. This will lead to the following enhancements: more robustness by introducing more domain specific knowledge, faster recognition by constraining the search process, and self-evaluation of the results. When performing an automatic building detection based on DSMs, we could also extract useful knowledge for the building reconstruction such as an estimated building height or the approximate location of the roof ridge. References [1] M. Sester and W. Förstner. Object location based on uncertain models. In H. Burkhardt, K. Böhme, and B. Neumann, editors, Mustererkennung 1989, pages DAGM, Springer Verlag, [2] R. Collins, A. Hanson, E. Riseman, and H. Schultz. Automatic extraction of buildings and terrain from aerial images. In A. Grün, O. Kübler, and P. Agouris, editors, Automatic Extraction of Man-Made Objects from Aerial and Space Images, pages Birkhäuser Verlag, [3] F. Bignone, O. Henricsson, P. Fua, and M. Stricker. Automatic extraction of generic house roofs from high resolution aerial imagery. In B. Buxton and R. Cipolla, editors, European Conference on Computer Vision, pages Springer Verlag, April [4] E. Baltsavias, S. Mason, and D. Stallmann. Use of DTMs/ DSMs and orthoimages to support building extraction. In A. Grün, O. Kübler, and P. Agouris, editors, Automatic Extraction of Man-Made Objects from Aerial and Space Images, pages Birkhäuser Verlag, [5] N. Haala and M. Hahn. Data fusion for the detection and reconstruction of buildings. In A. Grün, O. Kübler, and P. Agouris, editors, Automatic Extraction of Man-Made Objects from Aerial and Space Images, pages Birkhäuser Verlag, [6] R. Brooks. Model-based three-dimensional interpretation of two-dimensional images. IEEE Transactions on Pattern Analysis and Machine Intelligence, 5(2): , March [7] A. Hanson and E. Riseman. The VISIONS image-understanding system. In C. Brown, editor, Advances in Computer Vision, volume 1. Lawrence Erlbaum Associates, Publishers, [8] V. Clément, G. Giraudon, S. Houzelle, and F. Sandakly. Interpretation of remotely sensed images in a context of multisensor fusion using a multispecialist architecture. IEEE Transactions on Geoscience and Remote Sensing, 31(4): , July [9] F. Sandakly and G. Giraudon. Multispecialist system for 3D scene analysis. In European Conference on Artificial Intelligence, [10] T. Matsuyama and V. Hwang. SIGMA: A Knowledge- Based Aerial Image Understanding System. Plenum Press, [11] D. McKeown, W. Harvey, and J. Dermott. Rule-based interpretation of aerial imagery. IEEE Transactions on Pattern Analysis and Machine Intelligence, 7(5): , September [12] R. Engelmore and T. Morgan, editors. Blackboard Systems. Addison-Wesley Publishing Company, [13] O. Henricsson. Inferring homogeneous regions from rich image attributes. In A. Grün, O. Kübler, and P. Agouris, editors, Automatic Extraction of Man-Made Objects from Aerial and Space Images, pages Birkhäuser Verlag, [14] O. Henricsson and M. Stricker. Exploiting photometric and chromatic attributes in a perceptual organization framework. In Asian Conference on Computer Vision, pages , [15] F. Bignone. Segment stereo matching and coplanar grouping. Technical Report BIWI-TR-165, ETH Zürich, Communication Technology Lab, Computer Vision Group, [16] O. Henricsson and F. Heitger. The role of key-points in finding contours. In J. O. Eklundh, editor, European Conference on Computer Vision, pages Springer Verlag, 1994.

Segment Matching. + 3D CAD Model

Segment Matching. + 3D CAD Model Automatic Extraction of Generic House Roofs from High Resolution Aerial Imagery? Frank Bignone, Olof Henricsson, Pascal Fua + and Markus Stricker Communications Technology Laboratory Swiss Federal Institute

More information

3-D Building Reconstruction with ARUBA: A Qualitative and Quantitative Evaluation

3-D Building Reconstruction with ARUBA: A Qualitative and Quantitative Evaluation AutomaticExtraction of Man-Made Objects from Aerial and Space Images (II) Monte Veritl, @ 1997 Birkhiiuser Verlag Basel 65 3-D Building Reconstruction with ARUBA: A Qualitative and Quantitative Evaluation

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

Automation in Building Reconstruction

Automation in Building Reconstruction Grün 175 Automation in Building Reconstruction ARMIN GRUEN, Zurich ABSTRACT Automated methods for reliable 3-D reconstruction of man-made objects are essential to many users and providers of 3-D city data.

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

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

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

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

TOWARDS FULLY AUTOMATIC GENERATION OF CITY MODELS

TOWARDS FULLY AUTOMATIC GENERATION OF CITY MODELS TOWARDS FULLY AUTOMATIC GENERATION OF CITY MODELS Claus BRENNER Institute for Photogrammetry (ifp), Stuttgart University, Germany Geschwister-Scholl-Strasse 24D, D-70174 Stuttgart Claus.Brenner@ifp.uni-stuttgart.de

More information

IMPROVING CARTOGRAPHIC ROAD DATABASES BY IMAGE ANALYSIS

IMPROVING CARTOGRAPHIC ROAD DATABASES BY IMAGE ANALYSIS IMPROVING CARTOGRAPHIC ROAD DATABASES BY IMAGE ANALYSIS Chunsun Zhang, Emmanuel Baltsavias Institute of Geodesy and Photogrammetry, Swiss Federal Institute of Technology Zurich, ETH Hoenggerberg, CH-8093

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

Digital Surface Models for Building Extraction

Digital Surface Models for Building Extraction in: Automatic Extraction of Man-Made Structures from Aerial and Space Images (II), Birkhäuser, Basel Digital Surface Models for Building Extraction Uwe Weidner Institut für Photogrammetrie Rheinische Friedrich

More information

Interpretation of Urban Surface Models using 2D Building Information Norbert Haala and Claus Brenner Institut fur Photogrammetrie Universitat Stuttgar

Interpretation of Urban Surface Models using 2D Building Information Norbert Haala and Claus Brenner Institut fur Photogrammetrie Universitat Stuttgar Interpretation of Urban Surface Models using 2D Building Information Norbert Haala and Claus Brenner Institut fur Photogrammetrie Universitat Stuttgart Geschwister-Scholl-Strae 24, 70174 Stuttgart, Germany

More information

THE RESULTS OF THRESHOLD SETTINGS ON MODELBASED RECOGNITION AND PARAMETER ESTIMATION OF BUILDINGS FROM MULTI-VIEW AERIAL IMAGERY

THE RESULTS OF THRESHOLD SETTINGS ON MODELBASED RECOGNITION AND PARAMETER ESTIMATION OF BUILDINGS FROM MULTI-VIEW AERIAL IMAGERY THE RESULTS OF THRESHOLD SETTINGS ON MODELBASED RECOGNITION AND PARAMETER ESTIMATION OF BUILDINGS FROM MULTI-VIEW AERIAL IMAGERY Luuk Spreeuwers, Klamer Schutte and Zweitze Houkes Laboratory for Measurement

More information

FUSION OF 2D-GIS AND IMAGE DATA FOR 3D BUILDING RECONSTRUCTION Norbert Haala and Karl-Heinrich Anders Institute of Photogrammetry, Stuttgart Universit

FUSION OF 2D-GIS AND IMAGE DATA FOR 3D BUILDING RECONSTRUCTION Norbert Haala and Karl-Heinrich Anders Institute of Photogrammetry, Stuttgart Universit FUSION OF 2D-GIS AND IMAGE DATA FOR 3D BUILDING RECONSTRUCTION Norbert Haala and Karl-Heinrich Anders Institute of Photogrammetry, Stuttgart University Keplerstrae 11, 70174 Stuttgart Phone: 0711-121-3383

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

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

EXTRACTING BUILDINGS FROM DIGITAL SURFACE MODELS

EXTRACTING BUILDINGS FROM DIGITAL SURFACE MODELS EXTRACTING BUILDINGS FROM DIGITAL SURFACE MODELS Ansgar Brunn, Uwe Weidner Institut für Photogrammetrie Rheinische Friedrich Wilhelms-Universität Bonn Nußallee 15, 53115 Bonn, Germany Ph.: +49-228-732901,

More information

Cell Decomposition for Building Model Generation at Different Scales

Cell Decomposition for Building Model Generation at Different Scales Cell Decomposition for Building Model Generation at Different Scales Norbert Haala, Susanne Becker, Martin Kada Institute for Photogrammetry Universität Stuttgart Germany forename.lastname@ifp.uni-stuttgart.de

More information

OBJECT EXTRACTION AND RECOGNITION FROM LIDAR DATA BASED ON FUZZY REASONING AND INFORMATION FUSION TECHNIQUES

OBJECT EXTRACTION AND RECOGNITION FROM LIDAR DATA BASED ON FUZZY REASONING AND INFORMATION FUSION TECHNIQUES OBJECT EXTRACTION AND RECOGNITION FROM LIDAR DATA BASED ON FUZZY REASONING AND INFORMATION FUSION TECHNIQUES F. Samadzadegan Dept. of Surveying and Geomatics Engineering, Faculty of Engineering, University

More information

A PLANE-SWEEP STRATEGY FOR THE 3D RECONSTRUCTION OF BUILDINGS FROM MULTIPLE IMAGES

A PLANE-SWEEP STRATEGY FOR THE 3D RECONSTRUCTION OF BUILDINGS FROM MULTIPLE IMAGES A PANE-SWEEP STRATEGY FOR THE 3D RECONSTRUCTION OF BUIDINGS FROM MUTIPE IMAGES C. Baillard and A. Zisserman Dept. of Engineering Science, University of Oxford, Oxford OX13PJ, England fcaroline,azg@robots.ox.ac.uk

More information

coding of various parts showing different features, the possibility of rotation or of hiding covering parts of the object's surface to gain an insight

coding of various parts showing different features, the possibility of rotation or of hiding covering parts of the object's surface to gain an insight Three-Dimensional Object Reconstruction from Layered Spatial Data Michael Dangl and Robert Sablatnig Vienna University of Technology, Institute of Computer Aided Automation, Pattern Recognition and Image

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

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

City-Modeling. Detecting and Reconstructing Buildings from Aerial Images and LIDAR Data

City-Modeling. Detecting and Reconstructing Buildings from Aerial Images and LIDAR Data City-Modeling Detecting and Reconstructing Buildings from Aerial Images and LIDAR Data Department of Photogrammetrie Institute for Geodesy and Geoinformation Bonn 300000 inhabitants At river Rhine University

More information

Figure 1 Visualization of 3D-city models: left with CyberWalk, right with TerrainView

Figure 1 Visualization of 3D-city models: left with CyberWalk, right with TerrainView Generation and visualization of 3D-city and facility models using CyberCity Modeler (CC-Modeler ) Prof. Dr. Armin GRUEN, Dr. Franz STEIDLER and Dr. Xinhua WANG Prof. Dr. Armin GRUEN, ETH Zurich, c/o Chair

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

Snake-based approach for building extraction from high-resolution satellite images and height data in urban areas

Snake-based approach for building extraction from high-resolution satellite images and height data in urban areas Snake-based approach for building extraction from high-resolution satellite images and height data in urban areas Tao Guo* Yoshifumi Yasuoka** *Institute of Industrial Science, University of Tokyo Ce-509,

More information

Automatic Photo Popup

Automatic Photo Popup Automatic Photo Popup Derek Hoiem Alexei A. Efros Martial Hebert Carnegie Mellon University What Is Automatic Photo Popup Introduction Creating 3D models from images is a complex process Time-consuming

More information

BUILDING DETECTION AND RECOGNITION FROM HIGH RESOLUTION REMOTELY SENSED IMAGERY

BUILDING DETECTION AND RECOGNITION FROM HIGH RESOLUTION REMOTELY SENSED IMAGERY BUILDING DETECTION AND RECOGNITION FROM HIGH RESOLUTION REMOTELY SENSED IMAGERY S. Y. Cui a, *, Q. Yan a, Z. J. Liu a, M. Li b a Key Laboratory of Mapping from Space of State Bureau of Surveying and Mapping,

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

[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

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

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

Qualitative Physics and the Shapes of Objects

Qualitative Physics and the Shapes of Objects Qualitative Physics and the Shapes of Objects Eric Saund Department of Brain and Cognitive Sciences and the Artificial ntelligence Laboratory Massachusetts nstitute of Technology Cambridge, Massachusetts

More information

AUTOMATIC INTERPRETATION OF HIGH RESOLUTION SAR IMAGES: FIRST RESULTS OF SAR IMAGE SIMULATION FOR SINGLE BUILDINGS

AUTOMATIC INTERPRETATION OF HIGH RESOLUTION SAR IMAGES: FIRST RESULTS OF SAR IMAGE SIMULATION FOR SINGLE BUILDINGS AUTOMATIC INTERPRETATION OF HIGH RESOLUTION SAR IMAGES: FIRST RESULTS OF SAR IMAGE SIMULATION FOR SINGLE BUILDINGS J. Tao *, G. Palubinskas, P. Reinartz German Aerospace Center DLR, 82234 Oberpfaffenhofen,

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

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

URBAN ROAD NET EXTRACTION INTEGRATING INTERNAL EVALUATION MODELS

URBAN ROAD NET EXTRACTION INTEGRATING INTERNAL EVALUATION MODELS URBAN ROAD NET EXTRACTION INTEGRATING INTERNAL EVALUATION MODELS Stefan Hinz and Albert Baumgartner Chair for Photogrammetry and Remote Sensing, Technische Universität München, Arcisstraße 21, 80290 München,

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

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

RECOMMENDATION ITU-R P DIGITAL TOPOGRAPHIC DATABASES FOR PROPAGATION STUDIES. (Question ITU-R 202/3)

RECOMMENDATION ITU-R P DIGITAL TOPOGRAPHIC DATABASES FOR PROPAGATION STUDIES. (Question ITU-R 202/3) Rec. ITU-R P.1058-1 1 RECOMMENDATION ITU-R P.1058-1 DIGITAL TOPOGRAPHIC DATABASES FOR PROPAGATION STUDIES (Question ITU-R 202/3) Rec. ITU-R P.1058-1 (1994-1997) The ITU Radiocommunication Assembly, considering

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

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

Multi-Resolution, Semantic Objects, and Context for Road Extraction

Multi-Resolution, Semantic Objects, and Context for Road Extraction Multi-Resolution, Semantic Objects, and Context for Road Extraction A. Baumgartner 1, C. Steger 2,H.Mayer 1, W. Eckstein 2 1 Lehrstuhl für Photogrammetrie und Fernerkundung Technische Universität München

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

Interactive modelling tools for 3D building reconstruction

Interactive modelling tools for 3D building reconstruction Brenner 23 Interactive modelling tools for 3D building reconstruction CLAUS BRENNER, Stuttgart ABSTRACT Fully automatic reconstruction of 3D city models is a topic of current research, while semi-automatic

More information

REFINEMENT OF DIGITAL SURFACE MODELS THROUGH CONSTRAINED CONNECTIVITY PARTITIONING OF OPTICAL IMAGERY

REFINEMENT OF DIGITAL SURFACE MODELS THROUGH CONSTRAINED CONNECTIVITY PARTITIONING OF OPTICAL IMAGERY REFINEMENT OF DIGITAL SURFACE MODELS THROUGH CONSTRAINED CONNECTIVITY PARTITIONING OF OPTICAL IMAGERY D. Poli a, P. Soille a a European Commission Joint Research Center, via Fermi 2749, 21027 Ispra (VA),

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

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

Storing And Using Multi-Scale Topological Data Efficiently In A Client-Server DBMS Environment

Storing And Using Multi-Scale Topological Data Efficiently In A Client-Server DBMS Environment Storing And Using Multi-Scale Topological Data Efficiently In A Client-Server DBMS Environment MAARTEN VERMEIJ, PETER VAN OOSTEROM, WILKO QUAK AND THEO TIJSSEN. Faculty of Civil Engineering and Geosciences,

More information

The raycloud A Vision Beyond the Point Cloud

The raycloud A Vision Beyond the Point Cloud The raycloud A Vision Beyond the Point Cloud Christoph STRECHA, Switzerland Key words: Photogrammetry, Aerial triangulation, Multi-view stereo, 3D vectorisation, Bundle Block Adjustment SUMMARY Measuring

More information

A Survey of Light Source Detection Methods

A Survey of Light Source Detection Methods A Survey of Light Source Detection Methods Nathan Funk University of Alberta Mini-Project for CMPUT 603 November 30, 2003 Abstract This paper provides an overview of the most prominent techniques for light

More information

DSM generation with the Leica/Helava DPW 770 and VirtuoZo digital photogrammetric systems

DSM generation with the Leica/Helava DPW 770 and VirtuoZo digital photogrammetric systems Research Collection Other Conference Item DSM generation with the Leica/Helava DPW 770 and VirtuoZo digital photogrammetric systems Author(s): Baltsavias, Emmanuel P. Publication Date: 1996 Permanent Link:

More information

Chapter 2 Overview of the Design Methodology

Chapter 2 Overview of the Design Methodology Chapter 2 Overview of the Design Methodology This chapter presents an overview of the design methodology which is developed in this thesis, by identifying global abstraction levels at which a distributed

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

3D CITY MODELLING WITH CYBERCITY-MODELER

3D CITY MODELLING WITH CYBERCITY-MODELER 1 3D CITY MODELLING WITH CYBERCITY-MODELER Kilian Ulm 1 and Daniela Poli 1 1. CyberCity AG, Zurich, Switzerland, (kilian.ulm, daniela.poli)@cybercity.tv ABSTRACT 3D city models using stereo aerial-/satellite

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

3D-City Models: Automatic and Semiautomatic Acquisition Methods

3D-City Models: Automatic and Semiautomatic Acquisition Methods Förstner 291 3D-City Models: Automatic and Semiautomatic Acquisition Methods WOLFGANG FÖRS TNER, Bonn ABSTRACT 3D-city models are becoming an important tool for town planning. Photogrammetry appears to

More information

ifp ifp Project Implementation Institut für Photogrammetrie virtualcitysystems, Dresden 3D Geo, Potsdam (now part of Autodesk) Starsoda, Berlin

ifp ifp Project Implementation Institut für Photogrammetrie virtualcitysystems, Dresden 3D Geo, Potsdam (now part of Autodesk) Starsoda, Berlin Institut für Photogrammetrie The 3D Berlin Project Un niversit Martin Kada Institute for Photogrammetry y of Stut Project Implementation virtualcitysystems, Dresden Reconstruction ti of 3D building geometry

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

UPDATE OF ROADS IN GIS FROM AERIAL IMAGERY: VERIFICATION AND MULTI-RESOLUTION EXTRACTION

UPDATE OF ROADS IN GIS FROM AERIAL IMAGERY: VERIFICATION AND MULTI-RESOLUTION EXTRACTION UPDATE OF ROADS IN GIS FROM AERIAL IMAGERY: VERIFICATION AND MULTI-RESOLUTION EXTRACTION A. Baumgartner 1, C. Steger 2, C. Wiedemann 1, H. Mayer 1, W. Eckstein 2, H. Ebner 1 1 Lehrstuhl für Photogrammetrie

More information

Depth. Common Classification Tasks. Example: AlexNet. Another Example: Inception. Another Example: Inception. Depth

Depth. Common Classification Tasks. Example: AlexNet. Another Example: Inception. Another Example: Inception. Depth Common Classification Tasks Recognition of individual objects/faces Analyze object-specific features (e.g., key points) Train with images from different viewing angles Recognition of object classes Analyze

More information

Robert T. Collins, Yong-Qing Cheng, Chris Jaynes, Frank Stolle, Xiaoguang Wang, Allen R. Hanson, and Edward M. Riseman

Robert T. Collins, Yong-Qing Cheng, Chris Jaynes, Frank Stolle, Xiaoguang Wang, Allen R. Hanson, and Edward M. Riseman Site Model Acquisition and Extension from Aerial Images Robert T. Collins, Yong-Qing Cheng, Chris Jaynes, Frank Stolle, Xiaoguang Wang, Allen R. Hanson, and Edward M. Riseman Department of Computer Science

More information

CELL DECOMPOSITION FOR THE GENERATION OF BUILDING MODELS AT MULTIPLE SCALES

CELL DECOMPOSITION FOR THE GENERATION OF BUILDING MODELS AT MULTIPLE SCALES CELL DECOMPOSITION FOR THE GENERATION OF BUILDING MODELS AT MULTIPLE SCALES Norbert Haala, Susanne Becker, Martin Kada Institute for Photogrammetry, Universitaet Stuttgart Geschwister-Scholl-Str. 24D,

More information

Model-based segmentation and recognition from range data

Model-based segmentation and recognition from range data Model-based segmentation and recognition from range data Jan Boehm Institute for Photogrammetry Universität Stuttgart Germany Keywords: range image, segmentation, object recognition, CAD ABSTRACT This

More information

Image-Based Reconstruction of Informal Settlements

Image-Based Reconstruction of Informal Settlements Image-Based Reconstruction of Informal Settlements Scott Mason* and Emmanuel Baltsavias** *Department of Surveying & Geodetic Engineering University of Cape Town Rondebosch 7700, South Africa Ph.: +27-21-650

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

Model Based Perspective Inversion

Model Based Perspective Inversion Model Based Perspective Inversion A. D. Worrall, K. D. Baker & G. D. Sullivan Intelligent Systems Group, Department of Computer Science, University of Reading, RG6 2AX, UK. Anthony.Worrall@reading.ac.uk

More information

INTEGRATION OF AUTOMATIC PROCESSES INTO SEMI-AUTOMATIC BUILDING EXTRACTION

INTEGRATION OF AUTOMATIC PROCESSES INTO SEMI-AUTOMATIC BUILDING EXTRACTION INTEGRATION OF AUTOMATIC PROCESSES INTO SEMI-AUTOMATIC BUILDING EXTRACTION Eberhard Gülch, Hardo Müller, Thomas Läbe Institute of Photogrammetry University Bonn Nussallee 15, D-53115 Bonn, Germany Ph.:

More information

STEREO BY TWO-LEVEL DYNAMIC PROGRAMMING

STEREO BY TWO-LEVEL DYNAMIC PROGRAMMING STEREO BY TWO-LEVEL DYNAMIC PROGRAMMING Yuichi Ohta Institute of Information Sciences and Electronics University of Tsukuba IBARAKI, 305, JAPAN Takeo Kanade Computer Science Department Carnegie-Mellon

More information

AUTOMATIC 3D BUILDING RECONSTRUCTION USING PLANE-ROOF STRUCTURES INTRODUCTION

AUTOMATIC 3D BUILDING RECONSTRUCTION USING PLANE-ROOF STRUCTURES INTRODUCTION AUTOMATIC 3D BUILDING RECONSTRUCTION USING PLANE-ROOF STRUCTURES Babak Ameri, Dieter Fritsch Institute for Photogrammetry (ifp), University of Stuttgart Geschwister-Scholl-Strasse 24, 70174 Stuttgart,

More information

AN APPROACH TO BUILDING EXTRACTION FROM DIGITAL SURFACE MODELS. U. Weidner. Rheinische Friedrich-Wilhelms-Universitat Bonn.

AN APPROACH TO BUILDING EXTRACTION FROM DIGITAL SURFACE MODELS. U. Weidner. Rheinische Friedrich-Wilhelms-Universitat Bonn. AN APPROACH TO BUILDING EXTRACTION FROM DIGITAL SURFACE MODELS U. Weidner Institut fur Photogrammetrie Rheinische Friedrich-Wilhelms-Universitat Bonn Germany weidner@ipb.uni-bonn.de Commission III, Working

More information

The Ascender System: Automated Site Modeling from Multiple Aerial Images

The Ascender System: Automated Site Modeling from Multiple Aerial Images COMPUTER VISION AND IMAGE UNDERSTANDING Vol. 72, No. 2, November, pp. 143 162, 1998 ARTICLE NO. IV980729 The Ascender System: Automated Site Modeling from Multiple Aerial Images Robert T. Collins, Christopher

More information

AN INTERACTIVE SCHEME FOR BUILDING MODELING USING THE SPLIT-MERGE-SHAPE ALGORITHM

AN INTERACTIVE SCHEME FOR BUILDING MODELING USING THE SPLIT-MERGE-SHAPE ALGORITHM AN INTERACTIVE SCHEME FOR BUILDING MODELING USING THE SPLIT-MERGE-SHAPE ALGORITHM Jiann-Yeou Rau a,*, Liang-Chien Chen b, Guam-Hua Wang c a Associate Research Engineer, b Professor, c Student CSRSR, National

More information

Detection and Modeling of Buildings from Multiple Aerial Images

Detection and Modeling of Buildings from Multiple Aerial Images Detection and Modeling of Buildings from Multiple Aerial Images S. Noronha* and R. Nevatia** Institute for Robotics and Intelligent Systems University of Southern California Los Angeles, California 90089-0273

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

Tree height measurements and tree growth estimation in a mire environment using digital surface models

Tree height measurements and tree growth estimation in a mire environment using digital surface models Tree height measurements and tree growth estimation in a mire environment using digital surface models E. Baltsavias 1, A. Gruen 1, M. Küchler 2, P.Thee 2, L.T. Waser 2, L. Zhang 1 1 Institute of Geodesy

More information

FUZZY-CLASSIFICATION AND ZIPLOCK SNAKES FOR ROAD EXTRACTION FROM IKONOS IMAGES

FUZZY-CLASSIFICATION AND ZIPLOCK SNAKES FOR ROAD EXTRACTION FROM IKONOS IMAGES FUZZY-CLASSIFICATION AND ZIPLOCK SNAKES FOR ROAD EXTRACTION FROM IKONOS IMAGES Uwe Bacher, Helmut Mayer Institute for Photogrammetry and Catrography Bundeswehr University Munich D-85577 Neubiberg, Germany.

More information

From Orientation to Functional Modeling for Terrestrial and UAV Images

From Orientation to Functional Modeling for Terrestrial and UAV Images From Orientation to Functional Modeling for Terrestrial and UAV Images Helmut Mayer 1 Andreas Kuhn 1, Mario Michelini 1, William Nguatem 1, Martin Drauschke 2 and Heiko Hirschmüller 2 1 Visual Computing,

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

Textureless Layers CMU-RI-TR Qifa Ke, Simon Baker, and Takeo Kanade

Textureless Layers CMU-RI-TR Qifa Ke, Simon Baker, and Takeo Kanade Textureless Layers CMU-RI-TR-04-17 Qifa Ke, Simon Baker, and Takeo Kanade The Robotics Institute Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, PA 15213 Abstract Layers are one of the most well

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

BUILDING DETECTION AND RECONSTRUCTION FROM AERIAL IMAGES

BUILDING DETECTION AND RECONSTRUCTION FROM AERIAL IMAGES BULDNG DETECTON AND RECONSTRUCTON FROM AERAL MAGES Dong-Min Woo a, *, Quoc-Dat Nguyen a, Quang-Dung Nguyen Tran a, Dong-Chul Park a, Young-Kee Jung b a Dept. of nformation Engineering, Myongji University,

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

AUTOMATIC ROAD EXTRACTION FROM IRS SATELLITE IMAGES IN AGRICULTURAL AND DESERT AREAS

AUTOMATIC ROAD EXTRACTION FROM IRS SATELLITE IMAGES IN AGRICULTURAL AND DESERT AREAS AUTOMATIC ROAD EXTRACTION FROM IRS SATELLITE IMAGES IN AGRICULTURAL AND DESERT AREAS Uwe BACHER and Helmut MAYER Institute for Photogrammetry and Cartography Bundeswehr University Munich D-85577 Neubiberg,

More information

Sketch Input of Engineering Solid Models

Sketch Input of Engineering Solid Models Sketch Input of Engineering Solid Models 2. Wireframe drawings Pedro Company Peter Varley REGEO 1/ 47 Divide-and-conquer helps in isolating those open problems which prevent SBM tools from being used We

More information

EVOLUTION OF POINT CLOUD

EVOLUTION OF POINT CLOUD Figure 1: Left and right images of a stereo pair and the disparity map (right) showing the differences of each pixel in the right and left image. (source: https://stackoverflow.com/questions/17607312/difference-between-disparity-map-and-disparity-image-in-stereo-matching)

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

Detection and Modeling of Buildings from Multiple Aerial Images

Detection and Modeling of Buildings from Multiple Aerial Images IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 23, NO. 5, MAY 2001 501 Detection and Modeling of Buildings from Multiple Aerial Images Sanjay Noronha and Ramakant Nevatia, Fellow,

More information

Adding a roof space over several zones.

Adding a roof space over several zones. Adding a roof space over several zones. Adding a roof space zone connecting to several rooms requires a sequence of actions from the user. There is no wizard for this. And it is possible to do this and

More information

Revisiting 3D Geometric Models for Accurate Object Shape and Pose

Revisiting 3D Geometric Models for Accurate Object Shape and Pose Revisiting 3D Geometric Models for Accurate Object Shape and Pose M. 1 Michael Stark 2,3 Bernt Schiele 3 Konrad Schindler 1 1 Photogrammetry and Remote Sensing Laboratory Swiss Federal Institute of Technology

More information

Design Intent of Geometric Models

Design Intent of Geometric Models School of Computer Science Cardiff University Design Intent of Geometric Models Frank C. Langbein GR/M78267 GR/S69085/01 NUF-NAL 00638/G Massey University 22nd September 2004; Version 1.0 Design Intent

More information

A Multi-Agent strategy for automatic 3D object recognition based on the fusion of Lidar range and intensity data

A Multi-Agent strategy for automatic 3D object recognition based on the fusion of Lidar range and intensity data A Multi-Agent strategy for automatic 3D object recognition based on the fusion of Lidar range and intensity data Farhad Samadzadegan, Fatemeh Tabib Mahmoudi Dept. of Geomatics, Faculty of Engineering,

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

The Processing of Form Documents

The Processing of Form Documents The Processing of Form Documents David S. Doermann and Azriel Rosenfeld Document Processing Group, Center for Automation Research University of Maryland, College Park 20742 email: doermann@cfar.umd.edu,

More information

Feature Transfer and Matching in Disparate Stereo Views through the use of Plane Homographies

Feature Transfer and Matching in Disparate Stereo Views through the use of Plane Homographies Feature Transfer and Matching in Disparate Stereo Views through the use of Plane Homographies M. Lourakis, S. Tzurbakis, A. Argyros, S. Orphanoudakis Computer Vision and Robotics Lab (CVRL) Institute of

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

Symmetry Based Semantic Analysis of Engineering Drawings

Symmetry Based Semantic Analysis of Engineering Drawings Symmetry Based Semantic Analysis of Engineering Drawings Thomas C. Henderson, Narong Boonsirisumpun, and Anshul Joshi University of Utah, SLC, UT, USA; tch at cs.utah.edu Abstract Engineering drawings

More information