-
Notifications
You must be signed in to change notification settings - Fork 40
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
Invariant choices #7
Comments
And also, if I don't know the A matrix, how should I use the |
hi, currently there are only two invariants implemented in this repo: I've recently solved this issue by leveraging a manifold representation of planes with a new invariant. This invariant is not implemented here yet. Another invariant I have used (although not yet implemented here) is a three-way invariant for data association between two point clouds with unknown scales. If you don't have an initial set of correspondence guesses, you may use an all-to-all hypothesis |
Hi,
Thanks for your great work! I have a question regarding the invariant choices. I am using the python API and cannot find a documentation that list different invariant choices.
Right now I am using this
clipper.invariants.EuclideanDistanceParams()
as in the tutorial. Is there any other already implemented invariant? I know we can implement ourselves.The text was updated successfully, but these errors were encountered: