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 ...
随机推荐
- 【洛谷 P3629】 [APIO2010]巡逻 (树的直径)
题目链接 容易发现,当加一条边时,树上会形成一个环,这个环上的每个点都是只要走一次的,也就是说我们的答案减少了这个环上点的个数,要使答案最小,即要使环上的点最多,求出直径\(L\),则答案为\(2(n ...
- BZoj 1003 物流运输 DP+最短路
2013-09-11 09:56 W[I]代表前I天能取得的最小花费,假设在第J天更改一次路线,那么如果有 W[I]>W[J]+第j+1到第I天的最小花费+更改路线的花费(K) 那么更新W[I] ...
- SpringMvc基础知识(二) springmvc和mybatis整合
1 springmvc和mybatis整合 1.1 需求 使用springmvc和mybatis完成商品列表查询. 1.2 整合思路 springmvc+mybaits的系统架构: 第一步:整合dao ...
- android 使用开源库zxing生成二维码,扫描二维码【转】
转自:http://blog.csdn.net/qq_16064871/article/details/52422723 zxing是一个开放源码的,用Java实现的多种格式的1D/2D条码图像处理库 ...
- gdb 调试 ncurses 全过程:
转载地址: http://blog.jobbole.com/107759/ gdb 调试 ncurses 全过程: 发现网上的“gdb 示例”只有命令而没有对应的输出,我有点不满意.gdb 是 GNU ...
- HDU 4344 大数分解大素数判定
这里贴个模板吧.反正是不太理解 看原题就可以理解用法!! #include <cstdio> #include <iostream> #include <algorith ...
- C#区分大小写
连属性也是要区分大小写的,如 获取数据长度 错误:strs.length 这样是报错的 正确:strs.Length
- Python/CMD 文件备份
1.使用Python压缩文件并另存 import zipfile, os #备份文件ZIP格式: folder 目标文件夹 : Targetfolder:另存地址 def backuptozip(fo ...
- 编译opencv有关cuda的代码
opencv3.2提供了cuda很好的支持,cuda的opencv接口,让用户想使用opencv那样去使用cuda,不用写cuda代码 一开始编译opencv有关cuda的代码,opencv 里sam ...
- 变量与指针 --- WalMart 寄存箱设计者不懂计算机
一.场景: 今天星期天,难得公司售后同事很给力,项目运行正常,无运维事务需要处理.于是满足堂客(湖南人称老婆)很久来的心愿 陪其逛街(这里要惭愧 检讨作为IT码农常常容易忽略身边的人.大声疾呼:“码农 ...