-
Notifications
You must be signed in to change notification settings - Fork 154
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
3D Mesh ICP and non-rigid ICP? #8
Comments
If you look at the code, the author does not attempt to compute scale in this implementation, only translation and rotation. However, computing the scale for the transform is fairly straight forward as described in the paper by Umeyama. |
@shuspieler If you take a look at my post here, you can see an implementation which also computes scale. |
Do you have an example working with PLY's or STL files? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can this also be used on 3D mesh data? Also, is it possible to convert this into a non-rigid icp registration?
The text was updated successfully, but these errors were encountered: