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 ...
随机推荐
- A trick in Exploit Dev
学习Linux BOF的时候,看了这个文章,https://sploitfun.wordpress.com/2015/06/23/integer-overflow/ ,原文给出的exp无法成功, 此时 ...
- docker常用命令,安装常用实例,一步式安装mysql
刚来公司,跟公司测试环境项目的服务器,环境是linux Centos7.2 所有的tomcat都挂载在docker容器下,所以也就学习了一些简单的docker指令(学习之前请了解什么是docker, ...
- Android的简单应用(三)——为你的程序添加监听器
平时在写程序时经常会遇到监听器,比如按钮的click监听器,按键监听器等等.而android中的监听器和java中的回调函数是同一个概念,都是在底层代码中定义一个接口来调用高层的代码.那么什么是回调函 ...
- JavaScript的条件运算符与条件语句
1.条件运算符 比较运算符 == 判断左右两边数据的值是否相等 === 判断左右两边数据的之是否相等,同时还判断两边的数据类型是否一样 != 比较运算符的比较结果都是布尔值,true或者f ...
- Ajax 入门笔记
AJAX =Asynchronous Javascript + XML,是一种在无需重新加载整个网页的情况下,能够更新部分网页的技术. 通过在后台与服务器进行少量数据交换,AJAX 可以使网页实现异步 ...
- QPS、TPS、PV等网站业务关键字释义
QPS:Query Per Second TPS:Transaction Per Second PV:Page View RT:Response Time UV:Unique Visitor DAU: ...
- Selenium2+python自动化67-用例失败自动截图【转载】
前言: 装饰器其实就是一个以函数作为参数并返回一个替换函数的可执行函数 上一篇讲到用装饰器解决异常后自动截图,不过并没有与unittest结合,这篇把截图的装饰器改良了下,可以实现用例执行失败自动截图 ...
- 第二篇:zone(区域)
什么是区域? 网络区域定义网络连接的信任级别(the level of trust for network connections).一个网络连接只能是一个区域的一部分,但一个区域可以包含许多网络连接 ...
- deepin使用root身份运行
https://blog.csdn.net/guanripeng/article/details/79630619
- 文件的上传(TCP)
问题描述:将本地文件上传(需将文件名一起上传)至指定服务器,服务器将上传的文件保存至指定路径下并文件名添加前缀 "Downlod_原文件名". 思路: 客户端需要一个输入流来读取本 ...