We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: