Robust and Fast 3D Scan Alignment Using Mutual Information

使用互信息进行稳健快速的三维扫描对准

https://arxiv.org/pdf/1709.06948.pdf

Nikhil Mehta, James R. McBride and Gaurav Pandey

Abstract—This paper presents a mutual information (MI) based algorithm for the estimation of full 6-degree-of-freedom (DOF) rigid body transformation between two overlapping point clouds. We first divide the scene into a 3D voxel grid and define simple to compute features for each voxel in the scan. The two scans that need to be aligned are considered as a collection of these features and the MI between these voxelized features is maximized to obtain the correct alignment of scans. We have implemented our method with various simple point cloud features (such as number of points in voxel, variance of z-height in voxel) and compared the performance of the proposed method with existing point-to-point and point-todistribution registration methods. We show that our approach has an efficient and fast parallel implementation on GPU, and evaluate the robustness and speed of the proposed algorithm on two real-world datasets which have variety of dynamic scenes from different environments.

摘要 - 本文提出了一种基于互信息(MI)的算法,用于估计两个重叠点云之间的全6自由度(DOF)刚体变换。 我们首先将场景划分为3D体素网格,并且非常简单地计算扫描中每个体素的特征。 需要对齐的两个扫描被视为这些特征的集合,并且这些体素化特征之间的MI被最大化以获得正确的扫描对准。 我们已经使用各种简单的点云特征(例如体素中的点数,体素中的z高度的方差)来实现我们的方法,并且将所提出的方法的性能与现有的点对点和点对点分配登记方法进行比较。 我们证明了我们的方法在GPU上具有高效且快速的并行实现,并且在两个具有来自不同环境的动态场景的真实数据集上评估所提出的算法的鲁棒性和速度。

最新文章

  1. 【JavaScript】innerHTML、innerText和outerHTML的用法区别
  2. BC#86 1003NanoApe Loves Sequence Ⅱ[two-pointer]
  3. Python-pycharm
  4. MyEclipse中拷贝J2EE项目,发布到tomcat中名字一样的解决办法
  5. javaSE文件的使用
  6. POJ 1422 Air Raid (最小路径覆盖)
  7. InvocationHandler
  8. java webservice服务器端获取request对象的三种方式
  9. Magento 2.0 安装
  10. 整理HTML的一些基础
  11. (五)SpringBoot2.0基础篇- Mybatis与插件生成代码
  12. HTML_CSS笔记
  13. Django的STATIC_ROOT和STATIC_URL以及STATICFILES_DIRS
  14. 【第三篇】SAP ABAP7.5x新语法之程序结构&SubScreen
  15. 51Nod-1436 方程的解数
  16. win10系统进入BIOS
  17. 配置SSH无密码登录
  18. codeforces 355C - Vasya and Robot
  19. python笔记07-----打包模块(shutil,zipfile,tarfile)
  20. buffer and cache -systemtap

热门文章

  1. python开发笔记-python-numpy
  2. windows部署tomcat
  3. RCNN,Fast RCNN,Faster RCNN 的前生今世:(1) Selective Search
  4. 【爬虫】把抓到数据存起来——爬虫绝配mongodb
  5. (尚014)Vue过渡与动画
  6. 汇编知识之EIP寄存器
  7. Adobe Acrobat DC
  8. Iptables之一基本应用
  9. avalon怎么让重叠的图片改变显示层级?
  10. java非空判断