前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >点云配准资源汇总

点云配准资源汇总

作者头像
点云PCL博主
发布2020-05-21 16:52:36
1.7K0
发布2020-05-21 16:52:36
举报
文章被收录于专栏:点云PCL点云PCL

点云配准的目标是根据原始点云和目标点云,通过配准求出变换矩阵,即旋转矩阵R和平移矩阵T,并计算误差,来比较匹配结果。主要有以下几种比较

  • 基于局部特征描述子(PFH、FPFH、3Dsc,Shot等等);
  • icp配准 ;
  • 基于概率分布 (NDT);

配准的一般步骤:

  • 提取关键点
  • 特征描述
  • 一致性估计(以上可以概括为粗配准)
  • 精配准
  • 误差分析

注意:配准中,由于不同点云数据集的特性,需要提取不同关键点。

demo展示

粗配准

ICP迭代配准

汇总ICP资源

1,FilterReg: Robust and Efficient Probabilistic Point-Set Registration using Gaussian Filter and Twist pdf:Parameterization pdf:https://arxiv.org/pdf/1811.10136.pdf

2,Robust Point Cloud Registration Using Iterative Probabilistic Data Associations ("Robust ICP") code: https://github.com/ethz-asl/robust_point_cloud_reg

3,Efficient Global Point-cloud registration code:https://github.com/nmellado/Super4PCS

4,Scale Ratio ICP for 3D Point Clouds with Different Scales

code:https://github.com/linbaowei/ScaleRatioICP

5,improved ICP for partial overlapping area situation code: https://github.com/jieliu/point_cloud_registration

6,使用ICP实现点云的配准与拼接的SLAM算法

code:https://github.com/kzampog/kabamaru

7,Fast Point Feature Histograms (FPFH) for 3D Registration.

PCL点云配准(1)

PCL点云配准(2)

8,3D Point Cloud Registration for Localization using a Deep Neural Network Auto-Encoder.

code:https://github.com/gilbaz/LORAX

9,Density Adaptive Point Set Registration.

code:https://github.com/felja633/DARE

10,Fast rotation search with stereographic projections for 3D registration

code:https://cs.adelaide.edu.au/~aparra/project/pcr/

11,Discriminative Optimization: Theory and Applications to Point Cloud Registration pdf:https://www.researchgate.net/publication/320964941_Discriminative_Optimization_Theory_and_Applications_to_Point_Cloud_Registration

12,Markerless point cloud registration with keypoint-based 4-points congruent sets

pdf:https://www.isprs-ann-photogramm-remote-sens-spatial-inf-sci.net/II-5-W2/283/2013/

13,Comparing ICP Variants on Real-World Data Sets code:https://github.com/ethz-asl/libpointmatcher

……

本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2020-05-11,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 点云PCL 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档