Reputation: 39
I´m trying different variants of the Iterative Closest Point (ICP) Algorithm from the pcl library. 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.
But how do I get the number of iterations???
Upvotes: 1
Views: 729
Reputation: 39
Ok, it seems that it is not implemented to get the number of iterations: http://www.pcl-users.org/ICP-number-of-iterations-td4038888.html#a4038894
Upvotes: 1