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

Add Python-based ICP to support weights #483

Open
rhugonnet opened this issue Mar 4, 2024 · 0 comments
Open

Add Python-based ICP to support weights #483

rhugonnet opened this issue Mar 4, 2024 · 0 comments
Labels
new-feature A new functionality / feature or request

Comments

@rhugonnet
Copy link
Contributor

To account for DEM uncertainty during coregistration, we need our own "weight-supporting" ICP functionality.

It seems fairly straightforward to code, here are some implementations we could base ourselves on and give credit to:
Basic implementation: https://github.com/ClayFlannigan/icp
Implementation of CODEM (looks like it supports weight): https://github.com/NCALM-UH/CODEM/blob/main/src/codem/registration/icp.py
SimpleICP existing in multiple languages: https://github.com/pglira/simpleICP/blob/master/python/simpleicp/simpleicp.py

@rhugonnet rhugonnet added the new-feature A new functionality / feature or request label Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature A new functionality / feature or request
Projects
None yet
Development

No branches or pull requests

1 participant