You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way of knowing how well the ICP has been? I have seen the pointUsedRatio and the getWeightedPointUsedRatio() in the errorMinimezer class. However that only gives me the ratio of used points for the registration, do you include any algorithm for computing the distance between the two clouds?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
thanks for the help, I saw those issues and I ended up in this tutorial: https://github.com/ethz-asl/libpointmatcher/blob/master/examples/icp_advance_api.cpp
that is what I think I was looking for, thanks a lot
Is there any way of knowing how well the ICP has been? I have seen the
pointUsedRatio
and thegetWeightedPointUsedRatio
() in theerrorMinimezer
class. However that only gives me the ratio of used points for the registration, do you include any algorithm for computing the distance between the two clouds?Thanks a lot!
The text was updated successfully, but these errors were encountered: