LiDAR Textbook & Automated Road Network Extraction
Original article published here, Posted on March 18, 2009 by lidar
- A positive feedback loop is beginning to develop with readers submitting information.
- There is a LIDAR textbook that I just became aware of and 2 new digital documentation conferences – one in VA and the other in Japan.
- TerraSim is working on an SBIR grant to improve the automation of extracting road networks.
As they say,”It’s nice when a plan comes together”. I am beginning to receive information from reader’s of In The Scan that they would like me to share with the 3D laser scanning community. Over time this is going to lead to better communication and more awareness of new developments. Please keep them coming.
A couple of quick items before getting into feature extraction. Professor Jie Shan from Purdue University would like me to pass on the availability of a text book, Topographic Laser Ranging and Scanning, co-authored with Charles Toth from the Center for Mapping at Ohio State. I am hoping to receive a copy so that I can do a more complete review, but this was the most popular title at the recent ASPRS meeting, and it certainly appears to cover a broad range of important topics. Thanks to both authors for making me aware of this.
A couple of conference updates. Short notice on the first. It comes from Michal Raphael at Direct Dimensions in Owings Mills, MD. Michal has only been in the laser scanning business for 14 years – a true pioneer with vision. He reports that there is a digital heritage conference, CAA 2009, next week in Williamsburg,VA.
Secondly, Doug Pritchard from the Digital Design Studio in Scotland reminded me of the Digital Documentation 2009 conference that he is organizing next month in Glasgow, and he told me of the CIPA Symposium in Kyoto, Japan October 11 – 15, 2009. I will add the new ones to the conference page.
Now, on to some cutting edge feature extraction research being conducted by Wilson Harvey on behalf of TerraSim. I briefly mentioned this last week. This work is being funded under an SBIR – Small Business Innovation Research grant involving the USACE Topographic Engineering Center – TEC. They are a leader in developing new survey engineering and mapping technology for the Army. Having worked with them in the past they are great group to get to know, and they can really help small business to incubate new technologies. If you have an applied research topic this might be a great place to promote it.
TerraSim is focused in this SBIR on improving the automation of extracting road networks from LiDAR and panchromatic/multispectral imagery. This has its obvious military value, but the goal is to also transfer the technology into the commercial GIS space. Wilson gave a detailed presentation last week at ASPRS. It was part of session number 57.
TerraSim is exploring 2 broad classes of detectable roads – one where the process exploits elevation differences using the LiDAR data and the DTM, and a second where they exploit oriented patterns and color changes. In the latter class they start by “training” the software using a known road surface, and then look for matches using the pan/intensity attributes. They are using image morphology techniques to simplify the matching. The demo that I saw on this technique was very impressive.
The following images illustrate the segments automatically obtained from the classification/filtering process, and the final results showing the automated vs. the ground truth. If you would like more details please let me know.

- See more at: http://blog.lidarnews.com/lidar-textbook-automated-road-network-extraction/#sthash.5n46fuDS.dpuf
LiDAR Textbook & Automated Road Network Extraction的更多相关文章
- Restoring Road Network
D - Restoring Road Network Time limit : 2sec / Memory limit : 256MB Score : 500 points Problem State ...
- Restoring Road Network(Floyd算法的推广)
个人心得:看懂题目花费了不少时间,后面实现确实时间有点仓促了,只是简单的做出了判断是否为真假的情况, 后面看了题解发现其实在判断时候其实能够一起解决的,算了,基础比较差还是慢慢的来吧. 题意概述: 就 ...
- Restoring Road Network Floyd
问题 C: Restoring Road Network 时间限制: 1 Sec 内存限制: 128 MB提交: 731 解决: 149[提交] [状态] [讨论版] [命题人:admin] 题目 ...
- AtCoder Regular Contest 083 D: Restoring Road Network
题意 有一张无向带权连通图(点数<=300),给出任意两点i,j之间的最短路长度dis[i][j].问是否存在一张这样的无向图.如果不存在输出-1.如果存在输出所有这样的无向图中边权和最小的一张 ...
- 【Atcoder】ARC083 D - Restoring Road Network
[算法]图论,最短路? [题意]原图为无向连通图,现给定原图的最短路矩阵,求原图最小边权和,n<=300. [题解]要求最小边权和下,原图的所有边一定是所连两端点的最短路. 那么现在将所有最短路 ...
- 【AtCoder Beginner Contest 074 D】Restoring Road Network
[链接]h在这里写链接 [题意] 给你任意两点之间的最短路. 让你求出原图. 或者输出原图不存在. 输出原图的边长总和的最小值. [题解] floyd算法. 先在原有的矩阵上. 做一遍floyd. 如 ...
- [Arc083D/At3535] Restoring Road Network - 最短路,结论
[Arc083D/At3535] 有 \(N\) 个城市,城市与城市之间用长度为整数的无向道路连接. 现有一考古学家找到了一张 \(N×N\) 的表 \(A\) ,这张表代表了这 \(N\) 座城市两 ...
- POJ 3204 Ikki's Story I - Road Reconstruction
Ikki's Story I - Road Reconstruction Time Limit: 2000MS Memory Limit: 131072K Total Submissions: 7 ...
- POJ3204 Ikki's Story I - Road Reconstruction
Ikki's Story I - Road Reconstruction Time Limit: 2000MS Memory Limit: 131072K Total Submissions: 7 ...
随机推荐
- nginx 设置client header 的大小与400错误
nginx默认的header长度上限是4k,如果超过了这个值 如果header头信息请求超过了,nginx会直接返回400错误可以通过以下2个参数来调整nginx的header上限 client_he ...
- DB 基本性能指标
DB: •500K I/O limit with kill(5M I/O limit for DWS) •10,000 return row limit with kill •30 seconds p ...
- [bzoj2152]聪聪可可——点分治
Brief Descirption 给定一棵带权树,您需要统计路径长度为3的倍数的路径长度 Algorithm Analyse 点分治. 考察经过重心的路径.统计出所有deep,统计即可. Code ...
- LeetCode 192:Reverse Bits
Reverse bits of a given 32 bits unsigned integer. For example, given input 43261596 (represented in ...
- ios网络开发 网络状态检查
http://www.cnblogs.com/hanjun/archive/2012/12/01/2797622.html 网络连接中用到的类: 一.Reachability 1.添加 Reachab ...
- IPython Notebook error: Error loading notebook
打开jupyter突然报错: An unknown error occurred while loading this notebook. This version can load notebook ...
- 【POI2017||bzoj4726】Flappy Birds
外国人很良心的啊,这题比NOIP那题还简单…… 不用管他最后的位置,因为移动的次数肯定是恒定的,所以维护在每一个柱子的位置能飞到的范围,递推下去即可. #include<bits/stdc++. ...
- boost::bind的简单实现
前言 在上一篇blog中简单的实现了boost::function,支持带有2个参数的函数/函数指针,函数对象,函数适配器/bind类,以及带有1个参数的成员函数指针. 本文接着来介绍如何实现一个简单 ...
- js 各种取整方式及方法
1.直接丢弃小数部分,保留整数部分 a:parseInt(1.5555) b: 0|1.5555 2.向上取整 a: Math.ceil(1.5555) b: (1.5555+0.5).toFixed ...
- Selenium2+python自动化67-用例失败自动截图【转载】
前言: 装饰器其实就是一个以函数作为参数并返回一个替换函数的可执行函数 上一篇讲到用装饰器解决异常后自动截图,不过并没有与unittest结合,这篇把截图的装饰器改良了下,可以实现用例执行失败自动截图 ...