当前位置:网站首页>CloudCompare & PCL ICP registration (point to face)
CloudCompare & PCL ICP registration (point to face)
2022-08-01 12:03:00 【dayuhaitang_galaxy】
Article table of contents
I. Introduction
The ICP algorithm is divided into 6 stages, as shown in the following figure:

(1) Select the overlapping point cloud subsets. In this step, if the amount of original point cloud data is relatively large, the original point cloud will generally be down-sampled.
(2) Match feature points.Usually it is the two closest points, but of course this depends on the criteria of judgment.
(3) Weighting.The found corresponding points are weighted according to how well the points match.
(4) Suppress matching points.Some poor quality point pairs are suppressed (rejected) according to the matching degree of matching points.
(5) Error minimization.The transformation parameters are estimated by minimizing the sum of squared distances.
(6) Point cloud transformation.Transform the source point cloud by the estimated transformation matrix.
Except for the last step in the whole process, the remaining steps have been explored and researched by a large number of literatures, so there are many variant methods, among which point-to-surface ICP is one of them.
2. Types in PCL
边栏推荐
- Sparse representation - study notes
- 2022 Go生态圈 rpc 框架 Benchmark
- Aeraki Mesh 正式成为 CNCF 沙箱项目
- Istio Meetup China:全栈服务网格 - Aeraki 助你在 Istio 服务网格中管理任何七层流量
- 每日一题:连续子数组的最大和(动态规划)
- 千万级乘客排队系统重构&压测方案——总结篇
- Aeraki Mesh became CNCF sandbox project
- CAN通信的数据帧和远程帧
- 如何获取微信视频号的地址(微信公众号的链接地址)
- Promise学习(三)Promise的几个关键性问题 -- 状态改变、执行顺序与机制、多任务串联、异常穿透、中断promise链
猜你喜欢
2022 Go ecosystem rpc framework Benchmark
博弈论(Depu)与孙子兵法(42/100)
jmeter
爱可可AI前沿推介(8.1)
Promise学习(二)一篇文章带你快速了解Promise中的常用API
A new generation of ultra-safe cellular batteries, Sihao Airun goes on sale starting at 139,900 yuan
LeakCanary如何监听Service、Root View销毁时机?
STM32 CAN filter configuration details
Jenkins安装插件遇到的问题
The four methods of judging JS data type
随机推荐
Excel表格打印时不打印标记填充颜色
Sparse representation - study notes
千万级乘客排队系统重构&压测方案——总结篇
一篇文章,带你详细了解华为认证体系证书(2)
回归预测 | MATLAB实现RNN循环神经网络多输入单输出数据预测
万字解析:vector类
Aeraki Mesh became CNCF sandbox project
Solve vscode input! Unable to quickly generate skeletons (three methods for the new version of vscode to quickly generate skeletons)
关于亚马逊测评,你了解多少?
Online - GCeasy GC log analysis tools
图解MySQL内连接、外连接、左连接、右连接、全连接......太多了
NIO‘s Sword(思维,取模,推公式)
R language fitting ARIMA model: use the auto.arima function in the forecast package to automatically search for the best parameter combination, model order (p, d, q), set the seasonal parameter to spe
达梦更换正式授权dm.key
各位大拿,安装Solaris 11.4操作系统,在安装数据库依赖包的时候包这个错,目前无原厂支持,也无安装盘,联网下载后报这个错,请教怎么解决?
Pytest电商项目实战(下)
这是我见过写得最烂的Controller层代码,没有之一!
[Open class preview]: Research and application of super-resolution technology in the field of video quality enhancement
监视网络连接的ss命令
Visualization of lag correlation of two time series data in R language: use the ccf function of the forecast package to draw the cross-correlation function, and analyze the lag correlation according t