Surface Contents Author Index

Size: px
Start display at page:

Download "Surface Contents Author Index"

Transcription

1 Surface Contents Author Index Xiangyun HU & C.Vincent Tao AUTOMATIC MAIN ROAD EXTRACTION FROM HIGH RESOLUTION SATELLITE IMAGERY Xiangyun HU, C.Vincent Tao Geospatial Information and Communication (Geo-ICT) Lab, Department of Earth and Atmospheric Science York University, 4700 Keele Street, Toronto, ON, Canada M3J 1P3 Commission II,IC WG II/IV KEY WORDS: Road Extraction, High Resolution Satellite Imagery, Grouping ABSTRACT: Road information is essential for automatic GIS (geographical information system) data acquisition, transportation and urban planning. Automatic road (network) detection from high resolution satellite imagery will hold great potential for significant reduction of database development/updating cost and turnaround time. From so called low level feature detection to high level contextsupported grouping, so many algorithms and methodologies have been presented for this purpose. There is not any practical system that can fully automatically extract road network from space imagery for the purpose of automatic mapping. This paper presents the methodology of automatic main road detection from high resolution satellite IKONOS imagery. The strategies include multiresolution or image pyramid method, Gaussian blurring and the line finder using 1-dimemsional template correlation filter, line segment grouping and multi-layer result integration. Multi-layer or multi-resolution method for road extraction is a very effective strategy to save processing time and improve robustness. To realize the strategy, the original IKONOS image is compressed into different corresponding image resolution so that an image pyramid is generated; after that the line finder of 1-dimemsional template correlation filter after Gaussian blurring filtering is applied to detect the road centreline. Extracted centreline segments belong to or do not belong to roads. There are two ways to identify the attributes of the segments, the one is using segment grouping to form longer line segments and assign a possibility to the segment depending on the length and other geometric and photometric attribute of the segment, for example the longer segment means bigger possibility of being road. Perceptual-grouping based method is used for road segment linking by a possibility model that takes multi-information into account; here the clues existing in the gaps are considered. Another way to identify the segments is feature detection back-to-higher resolution layer from the image pyramid. In section 1, the paper reviews the typical methods of road extraction from space imagery; in section 2, the strategy and each steps of our method are delineated. The experimental result is shown in section 3; it indicates the potential of the method. The conclusion and future works are given in section INTRODUCTION Road information is very important for topographic mapping, transportation application, urban planning and other related application fields. Extracting road network from spatial imageries, such as aerial photos and satellite images, plays central role in road-net acquisition. Nowadays automated road information extraction from high-resolution satellite images holds great potential for reduction of database development/updating cost and turnaround time because the satellite images have large coverage, less unit cost and high temporal resolution (short orbital revisit period, e.g., 1-3 days). In last twenty years many kinds of linear feature extraction algorithms and methods are developed. Some of them can be generally used for linear feature extraction, while others are particularly designed for the road extraction. We classify the methods to some types. (1) Linear feature detection. Generally roads are shown as ridges or valleys on an image intensity matrix, therefore road finding can also be considered as ridge finding, linking the ridge points that produces road segment. Image filtering for edge or ridge finding (Steger, 1996) are examples using ridge finding for road extraction. (2) Rule or knowledge based methods. This is so called high level processing compared to pixel based processing and intermediate level processing. To deal with the linear feature alignment and fragmentation, some heuristic methods are developed. (McKeown etal, 1985) built a road tracking system that depends on road texture correlation and parallel edge following alternatively. (3). Optimization. Treating the road extraction as optimization problem, Dynamic programming (DP) is frequently applied to formulate the road segments/candidatepoints linking problem to a multi-step decision-making procedure, the optimal solution based on photometric and geometric information can be obtained by the DP technique (Gruen and Li 1995). Snakes (active contour) and Least Square Template Matching (Gruen and Li 1997) are also the optimization methods; they are applied to semiautomatic road extraction from mono to stereo images (directly 3D linear feature information can be acquired from multi stereo images). (4).Content supported and map guided methods. Only by image feature can not extract road network completely (not missing) and correctly. Contextual information, such as buildings, trees, rivers, is helpful for road segments linking and road identification (Baumgartner et.al 1999). Map matching or map guiding methods are also developed. Existing map data can be used as the key clues for road finding. The algorithms focus on image-map matching to identify roads in image and map; others try to find new road based on the assumption that new roads are connected to old ones (Stilla U., 1995). In addition to above methods, hierarchical strategy and hypothesis-verification strategy (Heipke 1996) are often utilized to find and identify roads. More used methods are hybrid above methods (Trinder and Wang YD 1998, Laptev I et.al 2000). However, none of 203

2 IAPRS, VOLUME XXXIV, PART 2, COMMISSION II, Xi an, Aug.20-23,2002 those methods can extract road network from images 100% correctly or be a replacement of manual extraction to meet the demands of automatic mapping, because most of them face to the particular case (image resolution, complexity, road types etc.) and depend on some prior assumptions or parameters while the various complexity and image contents. But for some applications (for example in some transportation applications), one do not need to extract all road structures and just need to obtain the main road information with high reliability and accuracy. In this paper, we briefly describe our method of main road extraction from high-resolution satellite image (IKONOS 1 m/pixel). It depends on a hybrid strategy of hierarchical analysis, perceptual grouping for salient linear feature extraction, and least square template matching based precise delineation. Some initial experimental results are also given. 2.2 Line Detection A 2-direction (horizontal and vertical) template matching is applied to detect road central point candidates in low resolution layer of the image pyramid. The procedure is shown in figure 2. Gauss filtering Matching in X-direction Matching in Y-direction Figure 2. Line detection based on template matching p p x y 2. STRATEGY OF MAIN ROADS DETECTION AND VERIFICATION 2.1 Strategy We firstly define the main roads in particular resolution image. The definition depends on the geometric attributes. Geometric attributes include road width and road length limit. The road whose width and length is greater than a limit will be considered as main road. For IKONOS 1m/pixel high resolution image, as a case study we set the width and length limit as 12m and 400m. The main road extraction is based on hierarchical strategy. Firstly, image pyramid is generated according to image resolution and main road definition. Actually a 2-layers image pyramid in which the low resolution is re-sampled to ¼ resolution so as to extract the main road in this layer is generated. (a) 7600X6900 IKONOS image Generate image pyramid Line Detection (b) Line detection Segment Grouping Road verification Road precise extraction Figure 1. Workflow of automatic main road extraction Figure 3. Line detection from IKONOS image in ¼ of 1m/pixel resolution. This is a very simple and easy to use detector. At first, Gaussian filtering smoothes the image for reducing noise and then corresponding template is generated by road profile. Road profile template is used to matching image signal by correlating along x (horizontal) and y (vertical) direction, the local peak correlation coefficient indicates the existing of candidate of road centre point. Figure 3 is an example of the detection in a ¼ resolution layer of the image pyramid. The detection from low resolution layer is much more effective, but it can not get so accurate geometric location of road point. However, finally the precise delineation will be applied to adjust the road central lines based on original resolution image. After Line detection, candidate lines should be traced to vector form for next step of line segments grouping. 204

3 Xiangyun HU & C.Vincent Tao 2.3 Lines Grouping Grouping plays a very important role in road extraction. Due to the alignment and fragmentation of the candidate segments gotten from line detection step, grouping only by geometric attributes is often unreliable, so we should take more information into account. On the other hand, if one tries to group all detected candidate segments, it will be too complex and the computational cost is too high because of the great amount of segments. Now the question is: how to guarantee the reliability of road grouping? In this paper, the grouping is based on a multi-level grouping according sorted segments by labelling possibility of being road segment to each segment. Figure 4 shows the grouping strategy. Segments Sorting by possibiliti es Long Straight lines Grouping is based on the Gastalt principles of similarity, continuality and proximity. The salient linear feature on the image the main road can be easily perceived by human vision system even the feature is locally occluded, perceptual grouping plays core role in segment linking. The implementation of grouping is depended on a global linkmatrix for extracting collinear segment (Daniel C 1999). The segment connectivity matrix A can be formed by considering the valid collinear junctions extracted in the previous steps. If n is the number of segments, A is of dimension n * n, with a i, j, if segments i and j are collinear, and 0 otherwise. The candidate collinear chains are extracted from the matrix A by tracing the minimal-cost route (the sum of link possibilities is to be maximum). Figure 6 shows the collinear grouping work flow. It s an iteration procedure that ends when there is no new link generated. Short Straight lines Candidate Segments End Image Pyramid Curve segments Grouped Lines Global Link Matrix Y N New Links Segments Figure 4. Grouping Procedure Extract Collinear Chains Updating Linkage Possibilities New collinear Chains Grouping starts from segments with higher possibility of being road segment. Long, straight, and bright line segment has the higher score while short, curve, and dark line has lower score. From the viewpoint of vision, one tries to find salient, bigger and more global structuralized features when one recognizes objects from image. This is the ability of so called perceptual organization or grouping which can be defined as imposing Link Clues Figure 6. Collinear grouping work flow Image i i 2.4 Verification and Precise Delineation of Extracted Road Centerline gap? j structural regularity on sensory data. To evaluate the possibility of each candidate segment an evaluation function is built depend on geometric and photometric attributes, and then segments are sorted by the possibilities. Grouping starts from longer straight line segment, sequentially shorter, curve segments are grouped. Grouping takes advantage of clues from detailed line detection result. The link clue between grouped longer segments mainly refers to short lines. See figure 5, shorter lines in the gap between segments strongly indicate the linkage. The strategy can not only reduce the computational complexity by starting grouping from segments having higher possibility of being road centreline, but also enhance the reliability of grouping via using the clues between segment gaps which are detected by line detector. j clue Figure 5. Link clue in the gap To verify the extracted centerlines, original resolution image is used to evaluate the score of each line. Firstly, a length threshold is set to remove all short, isolated lines by applying a connection analyzer because the main road means that it has definitely length or is connected with other road parts; and then other longer lines are evaluated by peak value of profiletemplate matching. Correlation mean of each segment indicates the photometric possibility of being road, and the length and curvature of the centerline indicates the geometric attribute of being road. An evaluation function is set up to combine the geometric and photometric attribute together by weighted summing of the 2 items. So for each maintained centerline, there is an assessment value to indicate the reliability or possibility of road detection. To get precise delineation of the road centerline, least square template matching is applied into the correction of centerline curve in original resolution image. The algorithm is similar to semiautomatic road extraction from initial seed points and image (Gruen, A.and H. Li, 1997). 205

4 IAPRS, VOLUME XXXIV, PART 2, COMMISSION II, Xi an, Aug.20-23, IMPLMENTION Figure 7 (a) is the extraction result from image shown in figure 3(a), the black lines are the identified road centrelines; Figure 7 (b) shows the collinear grouping procedure, it starts from the segments with higher possibilities and the link threshold is higher as mentioned in section 2.3, and then shorter and curve segments are grouped by setting lower link threshold and referencing link clues. In (b), it shows the starting segment number is 393, after grouping it becomes 296; in second stage, more segments with lower possibility are added into grouping procedure and the segment number is from 719 varying to 637, as final processing, simple topology analysis is used to remove the isolated and short segments, so the remaining main road centrelines number reduces to 31. In figure 8, the result of precise delineation by least square template matching is shown in the original resolution, the red thin line is initial road centreline extracted in coarse resolution and the thick line is the adjusted centreline based on original resolution image by semiautomatic road extraction algorithm. Checking the result, we find the extracted main road is quite correct in the open rural area, while it is not so correct and completed in the complex building site because in this case the extraction strategy and algorithm based on segment grouping is not so reliable because even by human vision system to identify the complicated structure of road or street network is still difficult due to the dependence of contextual and more information needed. segments (a) Extraction result collinear grouping iteration steps (b) Collinear grouping Figure 7. Implementation of main road extraction Series1 4. CONCLUSION AND FUTURE WORK Main road (centreline) extraction from high resolution satellite image is very useful for GIS database revision, change detection, and some applications that transportation infrastructure information, such as disaster management, urban planning plays an important role. Presented method in this paper is trying to automatically extract the prior defined main road centreline. The hierarchical grouping strategy applied could reliably extract most of main road centrelines in the open rural areas even though there are some occlusions (caused by clouds, trees etc). The method attempts to simulate the perceptual capability of human vision system to find salient linear feature from image. The experimental result indicates the potential utility of the method. For complex scenes, more information should be integrated in order to obtain more robust result. For acquiring more reliable result (no wrong extraction), we should take more road type (means more profile template) and more reliable verification algorithm into account, that can be done by combining kinds of template types and more segment attributes together for line detection and final assessment. Future work also includes extend the main road extraction to full road network extraction, because the main road network is very strong indication and contextual information for smaller road extraction and identification. ACKNOWLEDGEMENT The authors would like to appreciate the support of the project Automating 3D Feature Extraction and Change Detection from Very High Resolution Satellite Imagery with InSAR and Maps sponsored by Geoide Network Centres, Canada ( ). Figure 8. Road centreline line precise delineation REFERENCES Baumgartner, A., C. Steger, H. Mayer, and W. Eckstein, 1999.Automatic road extraction based on multi-scale,grouping and context, Photogrammetric Engineering & Remote Sensing, Vol.65 (7), pp Daniel C, A probabilistic method for extracting chains of collinear segments. Computer Vision and Image Understanding, Vol 76(1), pp Gruen, A., E. Baltsavias, and O. Henricsson (editors), Automatic Extraction of Man-Made Objects from Aerial and Space Images II, Birkhaeuser Verlag, Basel, Sweezerland. 206

5 Xiangyun HU & C.Vincent Tao Gruen, A.and H. Li, Road extraction from aerial and satellite images by dynamic programming, ISPRS Journal of Photogrammetry and Remote Sensing, Vol.50 (4), pp Gruen, A.and H. Li, Semiautomatic linear feature extraction by dynamic programming and LSB-snakes, Photogrammetric Engineering & Remote Sensing, Vol.63 (8), pp Heipke, C., C. Steger and R. Multhammer, A hierarchical approach to automatic road extraction from aerial imagery, In: Integrating Photogrammetric Techniques with scene analysis and machine vision II, Procceding of SPIE (D.M. Mckeown and I.J. Dowman, editors) (2486): Laptev I, Mayer H, Lindeberg T, Eckstein W, Steger C, and Baumgartner A, Automatic extraction of roads from aerial images based on scale space and snakes, Machine Vision and Applications, Vol 12 (1), pp Mayer H. and C. Steger, Scale-space events and their link to abstraction, ISPRS Journal of Photogrammetry and Remote Sensing, Vol.53, pp , McKeown, D.M, Harvey, and J, McDermott, Rule-based interpretation of aerial imagery, IEEE Tran On PAMI-7, No 5,pp Stilla, U., Map-aided structural analysis of aerial images, ISPRS Journal of Photogrammetry and Remote Sensing, Vol. 50 (4), pp.3-9. Treash K, Amaratunga K, Automatic road detection in grayscale aerial images, Journal of Computing in Civil Engineering, Vol 14 (1),pp Trinder JC, Wang Y.D, Automatic road extraction from aerial images, Digital Signal Processing, Vol 8 (4), pp OCT. 207

6 IAPRS, VOLUME XXXIV, PART 2, COMMISSION II, Xi an, Aug.20-23,

Automatic Extraction of Main Road Centerlines from High Resolution Satellite Imagery Using Hierarchical Grouping

Automatic Extraction of Main Road Centerlines from High Resolution Satellite Imagery Using Hierarchical Grouping Automatic Extraction of Main Road Centerlines from High Resolution Satellite Imagery Using Hierarchical Grouping Xiangyun Hu and Vincent Tao Abstract Automatic road centerline extraction from high-resolution

More information

AN APPROACH OF SEMIAUTOMATED ROAD EXTRACTION FROM AERIAL IMAGE BASED ON TEMPLATE MATCHING AND NEURAL NETWORK

AN APPROACH OF SEMIAUTOMATED ROAD EXTRACTION FROM AERIAL IMAGE BASED ON TEMPLATE MATCHING AND NEURAL NETWORK AN APPROACH OF SEMIAUTOMATED ROAD EXTRACTION FROM AERIAL IMAGE BASED ON TEMPLATE MATCHING AND NEURAL NETWORK Xiangyun HU, Zuxun ZHANG, Jianqing ZHANG Wuhan Technique University of Surveying and Mapping,

More information

AUTOMATIC ROAD EXTRACTION FROM DENSE URBAN AREA BY INTEGRATED PROCESSING OF HIGH RESOLUTION IMAGERY AND LIDAR DATA

AUTOMATIC ROAD EXTRACTION FROM DENSE URBAN AREA BY INTEGRATED PROCESSING OF HIGH RESOLUTION IMAGERY AND LIDAR DATA AUTOMATIC ROAD EXTRACTION FROM DENSE URBAN AREA BY INTEGRATED PROCESSING OF HIGH RESOLUTION IMAGERY AND LIDAR DATA Xiangyun Hu C. Vincent Tao Yong Hu Geospatial Information and Communication Technology

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

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

Semi-Automatic Road Extraction Algorithm from IKONOS Images Using Template Matching

Semi-Automatic Road Extraction Algorithm from IKONOS Images Using Template Matching Semi-Automatic Road Extraction Algorithm from IKONOS Images Using Template Matching Seung-Ran Park, Taejung Kim Satellite Technology Research Center, KAIST, 373-1, Yusung-gu, Taejon, 305-701, ROK Tel :

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

High Resolution Optical Satellite Remote Sensing Images in Road Tracking System using UPF

High Resolution Optical Satellite Remote Sensing Images in Road Tracking System using UPF High Resolution Optical Satellite Remote Sensing Images in Road Tracking System using UPF J. Subashini, S. Sudha and D. Arulmozhi Department Of Electronics & Communication Engineering St.Anne s College

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

Automatic Extraction of Roads from High Resolution Aerial and Satellite Images with Heavy Noise

Automatic Extraction of Roads from High Resolution Aerial and Satellite Images with Heavy Noise Automatic Extraction of Roads from High Resolution Aerial and Satellite Images with Heavy Noise Yan Li and Ronald Briggs Abstract Aerial and satellite images are information rich. They are also complex

More information

ABSTRACT 1. INTRODUCTION

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

More information

Human-Computer Interaction in Map Revision Systems

Human-Computer Interaction in Map Revision Systems Human-Computer Interaction in Map Revision Systems Jun Zhou and Walter F. Bischof Department of Computing Science University of Alberta Edmonton, Alberta, Canada T6G 2E8 {jzhou, wfb}@cs.ualberta.ca Terry

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

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

Extracting Layers and Recognizing Features for Automatic Map Understanding. Yao-Yi Chiang

Extracting Layers and Recognizing Features for Automatic Map Understanding. Yao-Yi Chiang Extracting Layers and Recognizing Features for Automatic Map Understanding Yao-Yi Chiang 0 Outline Introduction/ Problem Motivation Map Processing Overview Map Decomposition Feature Recognition Discussion

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

ROAD NETWORK EXTRACTION FROM SAR IMAGERY SUPPORTED BY CONTEXT INFORMATION

ROAD NETWORK EXTRACTION FROM SAR IMAGERY SUPPORTED BY CONTEXT INFORMATION ROAD NETWORK EXTRACTION FROM SAR IMAGERY SUPPORTED BY CONTEXT INFORMATION B. Wessel Photogrammetry and Remote Sensing, Technische Universitaet Muenchen, 80290 Muenchen, Germany birgit.wessel@bv.tum.de

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

Road Extraction from High Resolution Satellite Imagery

Road Extraction from High Resolution Satellite Imagery International Journal of Computational Engineering Research Vol, 03 Issue, 6 Road Extraction from High Resolution Satellite Imagery H. S. Bhadauria 1, Annapurna Singh 2, and Ashish Arya 3 1,2,3, G. B.

More information

Towards Knowledge-Based Extraction of Roads from 1m-resolution Satellite Images

Towards Knowledge-Based Extraction of Roads from 1m-resolution Satellite Images Towards Knowledge-Based Extraction of Roads from 1m-resolution Satellite Images Hae Yeoun Lee* Wonkyu Park** Heung-Kyu Lee* Tak-gon Kim*** * Dept. of Computer Science, Korea Advanced Institute of Science

More information

ROBUST DETECTION OF ROAD JUNCTIONS IN VHR IMAGES USING AN IMPROVED RIDGE DETECTOR

ROBUST DETECTION OF ROAD JUNCTIONS IN VHR IMAGES USING AN IMPROVED RIDGE DETECTOR ROBUS DEECION OF ROAD JUNCIONS IN VHR IMAGES USING AN IMPROVED RIDGE DEECOR S.Gautama, W.Goeman, J.D'Haeyer Dept. elecommunication and Information Processing, Ghent University St.Pietersnieuwstraat 41,

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

Local invariant features

Local invariant features Local invariant features Tuesday, Oct 28 Kristen Grauman UT-Austin Today Some more Pset 2 results Pset 2 returned, pick up solutions Pset 3 is posted, due 11/11 Local invariant features Detection of interest

More information

ROAD EXTRACTION IN URBAN AREAS SUPPORTED BY CONTEXT OBJECTS

ROAD EXTRACTION IN URBAN AREAS SUPPORTED BY CONTEXT OBJECTS ROAD EXTRACTION IN URBAN AREAS SUPPORTED BY CONTEXT OBJECTS Stefan Hinz, Albert Baumgartner Technische Universität München, D 80290 Munich, Germany Tel: +49-89-2892-3880 Fax: +49-89-280-9573 E-mail: fhinz

More information

A NEW ALGORITHM FOR AUTOMATIC ROAD NETWORK EXTRACTION IN MULTISPECTRAL SATELLITE IMAGES

A NEW ALGORITHM FOR AUTOMATIC ROAD NETWORK EXTRACTION IN MULTISPECTRAL SATELLITE IMAGES Proceedings of the 4th GEOBIA, May 7-9, 2012 - Rio de Janeiro - Brazil. p.455 A NEW ALGORITHM FOR AUTOMATIC ROAD NETWORK EXTRACTION IN MULTISPECTRAL SATELLITE IMAGES E. Karaman, U. Çinar, E. Gedik, Y.

More information

An automatic system for urban road extraction from satellite and aerial images

An automatic system for urban road extraction from satellite and aerial images An automatic system for urban road extraction from satellite and aerial images S. IDBRAIM (*)(**), D. MAMMASS **, D. ABOUTAJDINE* & D. DUCROT*** * GSCM-LRIT laboratory, Faculty of Science - University

More information

AUTOMATIC PHOTO ORIENTATION VIA MATCHING WITH CONTROL PATCHES

AUTOMATIC PHOTO ORIENTATION VIA MATCHING WITH CONTROL PATCHES AUTOMATIC PHOTO ORIENTATION VIA MATCHING WITH CONTROL PATCHES J. J. Jaw a *, Y. S. Wu b Dept. of Civil Engineering, National Taiwan University, Taipei,10617, Taiwan, ROC a jejaw@ce.ntu.edu.tw b r90521128@ms90.ntu.edu.tw

More information

Prof. Jose L. Flores, MS, PS Dept. of Civil Engineering & Surveying

Prof. Jose L. Flores, MS, PS Dept. of Civil Engineering & Surveying Prof. Jose L. Flores, MS, PS Dept. of Civil Engineering & Surveying Problem One of the challenges for any Geographic Information System (GIS) application is to keep the spatial data up to date and accurate.

More information

AUTOMATIC EXTRACTION OF BUILDING OUTLINE FROM HIGH RESOLUTION AERIAL IMAGERY

AUTOMATIC EXTRACTION OF BUILDING OUTLINE FROM HIGH RESOLUTION AERIAL IMAGERY AUTOMATIC EXTRACTION OF BUILDING OUTLINE FROM HIGH RESOLUTION AERIAL IMAGERY Yandong Wang EagleView Technology Cor. 5 Methodist Hill Dr., Rochester, NY 1463, the United States yandong.wang@ictometry.com

More information

Graph-supported verification of road databases $

Graph-supported verification of road databases $ ISPRS Journal of Photogrammetry & Remote Sensing 58 (2004) 152 165 www.elsevier.com/locate/isprsjprs Graph-supported verification of road databases $ Markus Gerke*, Matthias Butenuth, Christian Heipke,

More information

EARTHQUAKE DESTRUCTION ASSESSMENT OF URBAN ROADS NETWORK USING SATELLITE IMAGERY AND FUZZY INFERENCE SYSTEMS

EARTHQUAKE DESTRUCTION ASSESSMENT OF URBAN ROADS NETWORK USING SATELLITE IMAGERY AND FUZZY INFERENCE SYSTEMS EARTHQUAKE DESTRUCTIO ASSESSMET OF URBA ROADS ETWORK USIG SATELLITE IMAGERY AD FUZZY IFERECE SYSTEMS F. Samadzadegan,. Zarrinpanjeh* Dept. of Geomatics Engineering, School of Eng., University of Tehran,

More information

Hybrid Model with Super Resolution and Decision Boundary Feature Extraction and Rule based Classification of High Resolution Data

Hybrid Model with Super Resolution and Decision Boundary Feature Extraction and Rule based Classification of High Resolution Data Hybrid Model with Super Resolution and Decision Boundary Feature Extraction and Rule based Classification of High Resolution Data Navjeet Kaur M.Tech Research Scholar Sri Guru Granth Sahib World University

More information

EXTRACTION OF ROAD JUNCTION ISLANDS FROM HIGH RESOLUTION AERIAL IMAGERY USING LEVEL SETS

EXTRACTION OF ROAD JUNCTION ISLANDS FROM HIGH RESOLUTION AERIAL IMAGERY USING LEVEL SETS EXTRACTION OF ROAD JUNCTION ISLANDS FROM HIGH RESOLUTION AERIAL IMAGERY USING LEVEL SETS M. Ravanbakhsh, C. Heipke, K. Pakzad Institute für Photogrammetrie und GeoInformation, Leibniz Universität Hannover

More information

Automatic Road Network Recognition and Extraction for Urban Planning

Automatic Road Network Recognition and Extraction for Urban Planning Automatic Road Network Recognition and Extraction for Urban Planning D. B. L. Bong, K.C. Lai, and A. Joseph International Science Index, Civil and Environmental Engineering waset.org/publication/3768 Abstract

More information

GENERATION OF DIGITAL SURFACE MODEL FROM HIGH RESOLUTION SATELLITE IMAGERY

GENERATION OF DIGITAL SURFACE MODEL FROM HIGH RESOLUTION SATELLITE IMAGERY GENERATION OF DIGITAL SURFACE MODEL FROM HIGH RESOLUTION SATELLITE IMAGERY Chunsun Zhang a, *, Clive Fraser b a Geographic Information Science Center of Excellence (GIScCE), South Dakota State University,

More information

EXTRACTION OF WIND EROSION OBSTACLES BY INTEGRATING GIS-DATA AND STEREO IMAGES

EXTRACTION OF WIND EROSION OBSTACLES BY INTEGRATING GIS-DATA AND STEREO IMAGES EXTRACTION OF WIND EROSION OBSTACLES BY INTEGRATING GIS-DATA AND STEREO IMAGES Y. J. Zhang a, b a School of Remote Sensing and Information Engineering, Wuhan University, Wuhan, Hubei, 430079, P.R. China

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

Automatically Extracting Manmade Objects from Pan-Sharpened High-Resolution Satellite Imagery Using a Fuzzy Segmentation Method

Automatically Extracting Manmade Objects from Pan-Sharpened High-Resolution Satellite Imagery Using a Fuzzy Segmentation Method Automatically Extracting Manmade Obects from Pan-Sharpened High-Resolution Satellite Imagery Using a Fuzzy Segmentation Method Yu Li, Jonathan Li and Michael A. Chapman Geomatics Engineering Program, Department

More information

GENERATION OF DIGITAL SURFACE MODEL FROM HIGH RESOLUTION SATELLITE IMAGERY INTRODUCTION

GENERATION OF DIGITAL SURFACE MODEL FROM HIGH RESOLUTION SATELLITE IMAGERY INTRODUCTION GENERATION OF DIGITAL SURFACE MODEL FROM HIGH RESOLUTION SATELLITE IMAGERY Chunsun Zhang, Associate Professor Geographic Information Science Center of Excellence (GIScCE) South Dakota State University

More information

Designing Applications that See Lecture 7: Object Recognition

Designing Applications that See Lecture 7: Object Recognition stanford hci group / cs377s Designing Applications that See Lecture 7: Object Recognition Dan Maynes-Aminzade 29 January 2008 Designing Applications that See http://cs377s.stanford.edu Reminders Pick up

More information

ROAD EXTRACTION IN SUBURBAN AREAS BASED ON NORMALIZED CUTS

ROAD EXTRACTION IN SUBURBAN AREAS BASED ON NORMALIZED CUTS In: Stilla U et al (Eds) PIA07. International Archives of Photogrammetry, Remote Sensing and Spatial Information Sciences, 36 (3/W49A) ROAD EXTRACTION IN SUBURBAN AREAS BASED ON NORMALIZED CUTS A. Grote

More information

IMAGINE Objective. The Future of Feature Extraction, Update & Change Mapping

IMAGINE Objective. The Future of Feature Extraction, Update & Change Mapping IMAGINE ive The Future of Feature Extraction, Update & Change Mapping IMAGINE ive provides object based multi-scale image classification and feature extraction capabilities to reliably build and maintain

More information

AUTOMATIC EXTRACTION OF TERRAIN SKELETON LINES FROM DIGITAL ELEVATION MODELS

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

More information

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

T-REX: TUM RESEARCH ON ROAD EXTRACTION. A. Baumgartner 1, W. Eckstein 2, C. Heipke 3, S. Hinz 1, H. Mayer 4, B. Radig 5, C. Steger 5, C.

T-REX: TUM RESEARCH ON ROAD EXTRACTION. A. Baumgartner 1, W. Eckstein 2, C. Heipke 3, S. Hinz 1, H. Mayer 4, B. Radig 5, C. Steger 5, C. T-REX: TUM RESEARCH ON ROAD EXTRACTION A. Baumgartner 1, W. Eckstein 2, C. Heipke 3, S. Hinz 1, H. Mayer 4, B. Radig 5, C. Steger 5, C. Wiedemann 1 1) Lehrstuhl für Photogrammetrie und Fernerkundung Technische

More information

CHANGE DETECTION OF LINEAR MAN-MADE OBJECTS USING FEATURE EXTRACTION TECHNIQUE

CHANGE DETECTION OF LINEAR MAN-MADE OBJECTS USING FEATURE EXTRACTION TECHNIQUE CHANGE DETECTION OF LINEAR MAN-MADE OBJECTS USING FEATURE EXTRACTION TECHNIQUE S. M. Phalke and I. Couloigner Department of Geomatics Engineering, University of Calgary, Calgary, Alberta, Canada T2N 1N4

More information

A System to Retrieve Text/Symbols from Color Maps using Connected Component and Skeleton Analysis

A System to Retrieve Text/Symbols from Color Maps using Connected Component and Skeleton Analysis A System to Retrieve Text/Symbols from Color Maps using Connected Component and Skeleton Analysis Partha Pratim Roy 1, Eduard Vazquez 1, Josep Lladós 1, Ramon Baldrich 1, and Umapada Pal 2 1 Computer Vision

More information

DATA FUSION FOR MULTI-SCALE COLOUR 3D SATELLITE IMAGE GENERATION AND GLOBAL 3D VISUALIZATION

DATA FUSION FOR MULTI-SCALE COLOUR 3D SATELLITE IMAGE GENERATION AND GLOBAL 3D VISUALIZATION DATA FUSION FOR MULTI-SCALE COLOUR 3D SATELLITE IMAGE GENERATION AND GLOBAL 3D VISUALIZATION ABSTRACT: Yun Zhang, Pingping Xie, and Hui Li Department of Geodesy and Geomatics Engineering, University of

More information

RURAL ROAD FEATURE EXTRACTION FROM AERIAL IMAGES USING ANISOTROPIC DIFFUSION AND DYNAMIC SNAKES

RURAL ROAD FEATURE EXTRACTION FROM AERIAL IMAGES USING ANISOTROPIC DIFFUSION AND DYNAMIC SNAKES RURAL ROAD FEATURE EXTRACTION FROM AERIAL IMAGES USING ANISOTROPIC DIFFUSION AND DYNAMIC SNAKES By VIJAYARAGHAVAN SIVARAMAN A THESIS PRESENTED TO THE GRADUATE SCHOOL OF THE UNIVERSITY OF FLORIDA IN PARTIAL

More information

Enhancing photogrammetric 3d city models with procedural modeling techniques for urban planning support

Enhancing photogrammetric 3d city models with procedural modeling techniques for urban planning support IOP Conference Series: Earth and Environmental Science OPEN ACCESS Enhancing photogrammetric 3d city models with procedural modeling techniques for urban planning support To cite this article: S Schubiger-Banz

More information

DSM GENERATION FROM EARLY ALOS/PRISM DATA USING SAT-PP

DSM GENERATION FROM EARLY ALOS/PRISM DATA USING SAT-PP DSM GENERATION FROM EARLY ALOS/PRISM DATA USING SAT-PP K. Wolff, A. Gruen Institute of Geodesy and Photogrammetry, ETH-Zurich, CH-8093 Zurich, Switzerland @geod.baug.ethz.ch KEY WORDS: PRISM

More information

Semi-Automatic Building Extraction from High Resolution Imagery Based on Segmentation

Semi-Automatic Building Extraction from High Resolution Imagery Based on Segmentation Semi-Automatic Building Extraction from High Resolution Imagery Based on Segmentation N. Jiang a, b,*, J.X. Zhang a, H.T. Li a a,c, X.G. Lin a Chinese Academy of Surveying and Mapping, Beijing 100039,

More information

INTEGRATION OF TREE DATABASE DERIVED FROM SATELLITE IMAGERY AND LIDAR POINT CLOUD DATA

INTEGRATION OF TREE DATABASE DERIVED FROM SATELLITE IMAGERY AND LIDAR POINT CLOUD DATA INTEGRATION OF TREE DATABASE DERIVED FROM SATELLITE IMAGERY AND LIDAR POINT CLOUD DATA S. C. Liew 1, X. Huang 1, E. S. Lin 2, C. Shi 1, A. T. K. Yee 2, A. Tandon 2 1 Centre for Remote Imaging, Sensing

More information

Comparison between Various Edge Detection Methods on Satellite Image

Comparison between Various Edge Detection Methods on Satellite Image Comparison between Various Edge Detection Methods on Satellite Image H.S. Bhadauria 1, Annapurna Singh 2, Anuj Kumar 3 Govind Ballabh Pant Engineering College ( Pauri garhwal),computer Science and Engineering

More information

ROAD EXTRACTION IN RURAL AND URBAN AREAS

ROAD EXTRACTION IN RURAL AND URBAN AREAS ROAD EXTRACTION IN RURAL AND URBAN AREAS S. Hinz 1, A. Baumgartner 1, C. Steger 2,H.Mayer 3,W.Eckstein 4, H. Ebner 1, B. Radig 2 1) Chair for Photogrammetry and Remote Sensing Technische Universität München

More information

Road extraction from motion cues in aerial video. Robert Pless and David Jurgens

Road extraction from motion cues in aerial video. Robert Pless and David Jurgens Road extraction from motion cues in aerial video Robert Pless and David Jurgens Washington University, Department of Computer Science and Engineering Box 1045, One Brookings Ave., St. Louis, MO, 63130

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

Image Processing, Analysis and Machine Vision

Image Processing, Analysis and Machine Vision Image Processing, Analysis and Machine Vision Milan Sonka PhD University of Iowa Iowa City, USA Vaclav Hlavac PhD Czech Technical University Prague, Czech Republic and Roger Boyle DPhil, MBCS, CEng University

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

Classification of Remote Sensing Images from Urban Areas Using of Image laplacian and Bayesian Theory

Classification of Remote Sensing Images from Urban Areas Using of Image laplacian and Bayesian Theory Classification of Remote Sensing Images from Urban Areas Using of Image laplacian and Bayesian Theory B.Yousefi, S. M. Mirhassani, H. Marvi Shahrood University of Technology, Electrical Engineering Faculty

More information

Automated Correction and Updating of Road Databases from High-Resolution Imagery

Automated Correction and Updating of Road Databases from High-Resolution Imagery Automated Correction and Updating of Road Databases from High-Resolution Imagery M.-F. Auclair Fortier 1, D. Ziou 1, C. Armenakis 2 and S. Wang 1 1 Département de mathématiques 2 Center for et informatique

More information

Edge and corner detection

Edge and corner detection Edge and corner detection Prof. Stricker Doz. G. Bleser Computer Vision: Object and People Tracking Goals Where is the information in an image? How is an object characterized? How can I find measurements

More information

Automated Image-Based Verification Of Road Databases*

Automated Image-Based Verification Of Road Databases* Automated Image-Based Verification Of Road Databases* M. Gerke 1, Ch. Heipke 1, A. Busch 2 1 IPI - Institute of Photogrammetry and GeoInformation University of Hannover Nienburger Str. 1, 30167 Hannover,

More information

Let s start with occluding contours (or interior and exterior silhouettes), and look at image-space algorithms. A very simple technique is to render

Let s start with occluding contours (or interior and exterior silhouettes), and look at image-space algorithms. A very simple technique is to render 1 There are two major classes of algorithms for extracting most kinds of lines from 3D meshes. First, there are image-space algorithms that render something (such as a depth map or cosine-shaded model),

More information

EDGE EXTRACTION ALGORITHM BASED ON LINEAR PERCEPTION ENHANCEMENT

EDGE EXTRACTION ALGORITHM BASED ON LINEAR PERCEPTION ENHANCEMENT EDGE EXTRACTION ALGORITHM BASED ON LINEAR PERCEPTION ENHANCEMENT Fan ZHANG*, Xianfeng HUANG, Xiaoguang CHENG, Deren LI State Key Laboratory of Information Engineering in Surveying, Mapping and Remote Sensing,

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

Building detection from disparity of edges

Building detection from disparity of edges Building detection from disparity of edges C. Beumier SIC Dpt, Royal Military Academy, Brussels, Belgium beumier@elec.rma.ac.be Keywords: Remote sensing, building detection, security, disparity, stereo,

More information

Automatic updating of urban vector maps

Automatic updating of urban vector maps Automatic updating of urban vector maps S. Ceresola, A. Fusiello, M. Bicego, A. Belussi, and V. Murino Dipartimento di Informatica, Università di Verona Strada Le Grazie 15, 37134 Verona, Italy Abstract.

More information

DATA FUSION AND INTEGRATION FOR MULTI-RESOLUTION ONLINE 3D ENVIRONMENTAL MONITORING

DATA FUSION AND INTEGRATION FOR MULTI-RESOLUTION ONLINE 3D ENVIRONMENTAL MONITORING DATA FUSION AND INTEGRATION FOR MULTI-RESOLUTION ONLINE 3D ENVIRONMENTAL MONITORING Yun Zhang, Pingping Xie, Hui Li Department of Geodesy and Geomatics Engineering, University of New Brunswick Fredericton,

More information

[ ] Review. Edges and Binary Images. Edge detection. Derivative of Gaussian filter. Image gradient. Tuesday, Sept 16

[ ] Review. Edges and Binary Images. Edge detection. Derivative of Gaussian filter. Image gradient. Tuesday, Sept 16 Review Edges and Binary Images Tuesday, Sept 6 Thought question: how could we compute a temporal gradient from video data? What filter is likely to have produced this image output? original filtered output

More information

AUTOMATED CORRECTION AND UPDATING OF ROADS FROM AERIAL ORTHO-IMAGES

AUTOMATED CORRECTION AND UPDATING OF ROADS FROM AERIAL ORTHO-IMAGES AUTOMATED CORRECTION AND UPDATING OF ROADS FROM AERIAL ORTHO-IMAGES Marie-Flavie AUCLAIR FORTIER 1,DjemelZIOU 1, Costas ARMENAKIS 2 and Shengrui WANG 1 1 Département de mathématiques 2 Center for et informatique

More information

Building Roof Contours Extraction from Aerial Imagery Based On Snakes and Dynamic Programming

Building Roof Contours Extraction from Aerial Imagery Based On Snakes and Dynamic Programming Building Roof Contours Extraction from Aerial Imagery Based On Snakes and Dynamic Programming Antonio Juliano FAZAN and Aluir Porfírio Dal POZ, Brazil Keywords: Snakes, Dynamic Programming, Building Extraction,

More information

DIGITAL HEIGHT MODELS BY CARTOSAT-1

DIGITAL HEIGHT MODELS BY CARTOSAT-1 DIGITAL HEIGHT MODELS BY CARTOSAT-1 K. Jacobsen Institute of Photogrammetry and Geoinformation Leibniz University Hannover, Germany jacobsen@ipi.uni-hannover.de KEY WORDS: high resolution space image,

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

Data Term. Michael Bleyer LVA Stereo Vision

Data Term. Michael Bleyer LVA Stereo Vision Data Term Michael Bleyer LVA Stereo Vision What happened last time? We have looked at our energy function: E ( D) = m( p, dp) + p I < p, q > N s( p, q) We have learned about an optimization algorithm that

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

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

Automatic Extraction of Road Intersection Position, Connectivity and Orientations from Raster Maps

Automatic Extraction of Road Intersection Position, Connectivity and Orientations from Raster Maps Automatic Extraction of Road Intersection Position, Connectivity and Orientations from Raster Maps Yao-Yi Chiang and Craig Knoblock University of Southern California epartment of Computer Science and Information

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

Building Extraction from Satellite Images

Building Extraction from Satellite Images IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 12, Issue 2 (May. - Jun. 2013), PP 76-81 Building Extraction from Satellite Images A.S. Bhadauria, H.S. Bhadauria,

More information

Chapter 3 Image Registration. Chapter 3 Image Registration

Chapter 3 Image Registration. Chapter 3 Image Registration Chapter 3 Image Registration Distributed Algorithms for Introduction (1) Definition: Image Registration Input: 2 images of the same scene but taken from different perspectives Goal: Identify transformation

More information

An Angle Estimation to Landmarks for Autonomous Satellite Navigation

An Angle Estimation to Landmarks for Autonomous Satellite Navigation 5th International Conference on Environment, Materials, Chemistry and Power Electronics (EMCPE 2016) An Angle Estimation to Landmarks for Autonomous Satellite Navigation Qing XUE a, Hongwen YANG, Jian

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

PHYSICAL BARRIER DETECTION FOR UPDATING OF NAVIGATION DATABASES FROM HIGH RESOLUTION SATELLITE IMAGERY

PHYSICAL BARRIER DETECTION FOR UPDATING OF NAVIGATION DATABASES FROM HIGH RESOLUTION SATELLITE IMAGERY PHYSICAL BARRIER DETECTION FOR UPDATING OF NAVIGATION DATABASES FROM HIGH RESOLUTION SATELLITE IMAGERY Ma Li a,b, *, Anne Grote c, Christian Heipke c, Chen Jun a, Jiang Jie a a National Geomatics Center

More information

I. INTRODUCTION. Figure-1 Basic block of text analysis

I. INTRODUCTION. Figure-1 Basic block of text analysis ISSN: 2349-7637 (Online) (RHIMRJ) Research Paper Available online at: www.rhimrj.com Detection and Localization of Texts from Natural Scene Images: A Hybrid Approach Priyanka Muchhadiya Post Graduate Fellow,

More information

SEAMLESS MAPPING SYSTEM FOR HIGH RESOLUTION IMAGERY

SEAMLESS MAPPING SYSTEM FOR HIGH RESOLUTION IMAGERY SEAMLESS MAPPING SYSTEM FOR HIGH RESOLUTION IMAGERY Haibin Ai a,b *, Jianqing Zhang a, Yansong Duan b a School of Remote Sensing and Information Engineering, Wuhan University, 430074 Wuhan, Hubei, China

More information

HOUGH TRANSFORM CS 6350 C V

HOUGH TRANSFORM CS 6350 C V HOUGH TRANSFORM CS 6350 C V HOUGH TRANSFORM The problem: Given a set of points in 2-D, find if a sub-set of these points, fall on a LINE. Hough Transform One powerful global method for detecting edges

More information

AUTOMATIC ROAD EXTRACTION FROM REMOTE SENSING IMAGERY INCORPORATING PRIOR INFORMATION AND COLOUR SEGMENTATION

AUTOMATIC ROAD EXTRACTION FROM REMOTE SENSING IMAGERY INCORPORATING PRIOR INFORMATION AND COLOUR SEGMENTATION In: Stilla U et al (Eds) PIA07. International Archives of Photogrammetry, Remote Sensing and Spatial Information Sciences, 36 (3/W49A) AUTOMATIC ROAD EXTRACTION FROM REMOTE SENSING IMAGERY INCORPORATING

More information

CPSC 425: Computer Vision

CPSC 425: Computer Vision CPSC 425: Computer Vision Image Credit: https://docs.adaptive-vision.com/4.7/studio/machine_vision_guide/templatematching.html Lecture 9: Template Matching (cont.) and Scaled Representations ( unless otherwise

More information

Three-Dimensional Computer Vision

Three-Dimensional Computer Vision \bshiaki Shirai Three-Dimensional Computer Vision With 313 Figures ' Springer-Verlag Berlin Heidelberg New York London Paris Tokyo Table of Contents 1 Introduction 1 1.1 Three-Dimensional Computer Vision

More information

An Evaluation Methodology for Vector Data Updating

An Evaluation Methodology for Vector Data Updating An Evaluation Methodology for Vector Data Updating Peter Doucette 1, Boris Kovalerchuk 2,3, Michael Kovalerchuk 2, Robert Brigantic 4 1 ITT Advanced Engineering & Sciences, 2560, Huntington Ave, Alexandria,

More information

Using Hierarchical Warp Stereo for Topography. Introduction

Using Hierarchical Warp Stereo for Topography. Introduction Using Hierarchical Warp Stereo for Topography Dr. Daniel Filiberti ECE/OPTI 531 Image Processing Lab for Remote Sensing Introduction Topography from Stereo Given a set of stereoscopic imagery, two perspective

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 UPDATING OF ROAD INFORMATION FROM AERIAL IMAGES

AUTOMATED UPDATING OF ROAD INFORMATION FROM AERIAL IMAGES AUTOMATED UPDATING OF ROAD INFORMATION FROM AERIAL IMAGES Marie-Flavie Auclair Fortier 1, Djemel Ziou 1 Costas Armenakis 2 and Shengrui Wang 1 1 Département de mathématiques 2 Center for et informatique

More information

Low-level Vision Processing Algorithms Speaker: Ito, Dang Supporter: Ishii, Toyama and Y. Murakami

Low-level Vision Processing Algorithms Speaker: Ito, Dang Supporter: Ishii, Toyama and Y. Murakami Low-level Vision Processing Algorithms Speaker: Ito, Dang Supporter: Ishii, Toyama and Y. Murakami Adaptive Systems Lab The University of Aizu Overview Introduction What is Vision Processing? Basic Knowledge

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

UP TO DATE DSM GENERATION USING HIGH RESOLUTION SATELLITE IMAGE DATA

UP TO DATE DSM GENERATION USING HIGH RESOLUTION SATELLITE IMAGE DATA UP TO DATE DSM GENERATION USING HIGH RESOLUTION SATELLITE IMAGE DATA K. Wolff*, A. Gruen Institute of Geodesy and Photogrammetry, ETH Zurich Wolfgang-Pauli-Str. 15, CH-8093 Zurich, Switzerland (wolff,

More information

SYSTEM APPROACH TO A RASTER-TO-VECTOR CONVERSION: From Research to Commercial System. Dr. Eugene Bodansky ESRI. Extended abstract

SYSTEM APPROACH TO A RASTER-TO-VECTOR CONVERSION: From Research to Commercial System. Dr. Eugene Bodansky ESRI. Extended abstract SYSTEM APPROACH TO A RASTER-TO-VECTOR CONVERSION: From Research to Commercial System Dr. Eugene Bodansky ESRI Extended abstract Contact between scientists and the developers who create new commercial systems

More information

SINGLE IMAGE ORIENTATION USING LINEAR FEATURES AUTOMATICALLY EXTRACTED FROM DIGITAL IMAGES

SINGLE IMAGE ORIENTATION USING LINEAR FEATURES AUTOMATICALLY EXTRACTED FROM DIGITAL IMAGES SINGLE IMAGE ORIENTATION USING LINEAR FEATURES AUTOMATICALLY EXTRACTED FROM DIGITAL IMAGES Nadine Meierhold a, Armin Schmich b a Technical University of Dresden, Institute of Photogrammetry and Remote

More information