【发布时间】:2012-05-31 14:39:45
【问题描述】:
有人在 R 中实现了二维 (2D) 的 Iterative Closest Point (ICP) 算法吗?
这是c#中的一个尝试
Iterative Closest Point Implementation
这是一个更一般的问题
iterative closest point library
This is to match two sets of points through translation and scaling.
【问题讨论】:
-
R 绑定到 PCL 就可以了,我猜:pointclouds.org/documentation/tutorials/… [C++ 点云分析库]
-
PCL 似乎是一个庞然大物,而我只想要 ICP。此外,PCL 专注于 3D。