Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distance from cloud to reference #180

Closed
Kailegh opened this issue Nov 9, 2016 · 3 comments
Closed

Distance from cloud to reference #180

Kailegh opened this issue Nov 9, 2016 · 3 comments

Comments

@Kailegh
Copy link

Kailegh commented Nov 9, 2016

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!

@pomerlef
Copy link
Collaborator

pomerlef commented Nov 9, 2016

You can have a look at the issue #125 for general information.

There is now a method called getResidualError() introduced with the pull request #154.

@Kailegh Kailegh closed this as completed Nov 10, 2016
@Kailegh Kailegh reopened this Nov 10, 2016
@Kailegh
Copy link
Author

Kailegh commented Nov 10, 2016

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

@pomerlef
Copy link
Collaborator

no problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants