专栏名称: 机器学习研究会
机器学习研究会是北京大学大数据与机器学习创新中心旗下的学生组织,旨在构建一个机器学习从事者交流的平台。除了及时分享领域资讯外,协会还会举办各种业界巨头/学术神牛讲座、学术大牛沙龙分享会、real data 创新竞赛等活动。
目录
相关文章推荐
爱可可-爱生活  ·  【Dynamiq:AI智能协同框架,专为Ag ... ·  昨天  
爱可可-爱生活  ·  今日推介(第1573期):通过概率可发现提取 ... ·  3 天前  
宝玉xp  ·  //@有个梨GPT:「同一池塘」-20241 ... ·  5 天前  
爱可可-爱生活  ·  【Preference Proxy ... ·  5 天前  
宝玉xp  ·  //@_慎行_:GPT已经极大提升我的工作效 ... ·  6 天前  
51好读  ›  专栏  ›  机器学习研究会

【学习】立体视觉的密集3D重建(使用LIBELAS)

机器学习研究会  · 公众号  · AI  · 2017-03-29 21:36

正文



点击上方“机器学习研究会”可以订阅哦
摘要
 

转自:视觉机器人

生成密集视差图的方法是LIBELAS(高效大规模立体视觉)。 此外,视频中还会显示将点云转换为不同的参考帧。 可视化显示在rviz中。 数据由安装在IIT Kharagpur的Jackal UGV机器人上的Point Gray Bumblebee立体相机收集。


Introduction

This article is a tutorial of the code implemented in the repository stereo-dense-reconstruction. The theory is not covered in detail, so some basic reading on the topic is suggested before one delves into the code. This ROS package computes dense disparity maps using LIBELAS and converts them into 3D point clouds. The method for generation of disparity maps can be changed based on user preferences. I had written an article on generating dense disparity maps using ORB descriptors earlier. That method can be implemented real time by using optimized code and parallelization.


链接:

http://sourishghosh.com/2017/dense-reconstruction-from-stereo-libelas/


代码链接:

https://github.com/sourishg/stereo-dense-reconstruction


原文链接:

http://weibo.com/5501429448/EC2HqpiMG?ref=home&rid=12_0_8_2669523763101168696&type=comment

“完整内容”请点击【阅读原文】
↓↓↓