美文网首页
几种主要的点云配准算法和开源软件库

几种主要的点云配准算法和开源软件库

作者: 变胖是梦想2014 | 来源:发表于2017-09-12 09:45 被阅读0次

ICP算法及其主要变形

  • Standard ICP
    Besl, Paul J., and Neil D. McKay. "A method for registration of 3-D shapes." IEEE Transactions on pattern analysis and machine intelligence 14.2 (1992): 239-256.

  • KD-tree Approximation
    Greenspan, Michael, and Mike Yurick. "Approximate kd tree search for efficient ICP." 3-D Digital Imaging and Modeling, 2003. 3DIM 2003. Proceedings. Fourth International Conference on. IEEE, 2003.

  • Soft Outlier Rejection
    Rusinkiewicz, Szymon, and Marc Levoy. "Efficient variants of the ICP algorithm." 3-D Digital Imaging and Modeling, 2001. Proceedings. Third International Conference on. IEEE, 2001.

  • Generalized-icp(GICP)
    Segal, Aleksandr, Dirk Haehnel, and Sebastian Thrun. "Generalized-ICP." Robotics: science and systems. Vol. 2. No. 4. 2009.

  • Normal ICP(NICP)
    Serafin, Jacopo, and Giorgio Grisetti. "NICP: Dense normal based point cloud registration." Intelligent Robots and Systems (IROS), 2015 IEEE/RSJ International Conference on. IEEE, 2015.

  • Go-ICP
    Yang, Jiaolong, et al. "Go-ICP: a globally optimal solution to 3D ICP point-set registration." IEEE transactions on pattern analysis and machine intelligence 38.11 (2016): 2241-2254.


ICP的几个开源库


NDT算法

  • 2D-NDT
    Biber, Peter, and Wolfgang Straßer. "The normal distributions transform: A new approach to laser scan matching." Intelligent Robots and Systems, 2003.(IROS 2003). Proceedings. 2003 IEEE/RSJ International Conference on. Vol. 3. IEEE, 2003.

  • 3D-NDT
    Magnusson, Martin, Achim Lilienthal, and Tom Duckett. "Scan registration for autonomous mining vehicles using 3D‐NDT." Journal of Field Robotics 24.10 (2007): 803-827.

相关文章

  • 几种主要的点云配准算法和开源软件库

    ICP算法及其主要变形 Standard ICPBesl, Paul J., and Neil D. McKay....

  • 3D点云配准(二多幅点云配准)

    在上一篇文章 点云配准(一 两两配准)中我们介绍了两两点云之间的配准原理。本篇文章,我们主要介绍一下PCL中对于多...

  • 第一章 介绍

    介绍 本手册介绍了用于图像配准的软件包:elastix。该软件由通常用于解决医学图像配准问题的算法集合组成。大部分...

  • 点云下采样和 点云配准

  • 点云配准(一 两两配准)

    本文首发于微信公众号「3D视觉工坊」:点云配准(一 两两配准) 这篇文章简单与大家聊一聊点云的配准技术,本文部分内...

  • 关于目前ICP算法的理解和总结

    关于目前ICP算法的理解和总结 基本概念之配准 有两个点集,source和target,target不变,sour...

  • 一分钟详解PCL中点云配准技术

    原文首发于微信公众号「3D视觉工坊」: 一分钟详解PCL中点云配准技术 本文是对前两篇文章:点云配准(一 两两配准...

  • 云计算与开源

    五、云计算与开源 在互联网上作为俯卧模式和商业模式出现的云计算,正是以开源软件为基础的。开源软件涵盖了云计算的各个...

  • 配准的优化算法

    配准的优化算法,其实就是寻找目标函数的一组最优参数,涉及到寻找目标函数的最小值或者最大值。而目标函数,又被称为测度...

  • FPFH+ICP点云配准

    A, UniformSampling降噪 B, ISS计算关键点, FPFH特征 在FeatureCloud::s...

网友评论

      本文标题:几种主要的点云配准算法和开源软件库

      本文链接:https://www.haomeiwen.com/subject/kcaqsxtx.html