简体   繁体   English

如何获取pcl迭代最近点(ICP)的迭代蛋白数量?

[英]How to get number of iteratoins of pcl Iterative Closest Point (ICP)?

I´m trying different variants of the Iterative Closest Point (ICP) Algorithm from the pcl library. 我正在尝试从pcl库中选择不同的迭代最近点(ICP)算法。 And I want to compare time, error and number of iterations. 我想比较时间,错误和迭代次数。

Time is easy (just measuring before and after the algorithm), error is provided by the getFitnessScore() method from the icp class. 时间很容易(只需在算法前后进行测量即可),icp类的getFitnessScore()方法提供了错误。

But how do I get the number of iterations??? 但是如何获得迭代次数?

好的,似乎没有实现迭代次数: http : //www.pcl-users.org/ICP-number-of-iterations-td4038888.html#a4038894

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM