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

3D Mesh ICP and non-rigid ICP? #8

Open
stevenagl12 opened this issue Jul 20, 2018 · 4 comments
Open

3D Mesh ICP and non-rigid ICP? #8

stevenagl12 opened this issue Jul 20, 2018 · 4 comments

Comments

@stevenagl12
Copy link

Can this also be used on 3D mesh data? Also, is it possible to convert this into a non-rigid icp registration?

@shuspieler
Copy link

Hi,
I have the same problem. I test with two point cloud data, the red one has a scale of 0.8. Turns out this code failed to handle this scenario. I don't know if there is something wrong. Do you have some solutions?
similarity00

@themantalope
Copy link

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.

@themantalope
Copy link

@shuspieler If you take a look at my post here, you can see an implementation which also computes scale.

@stevenagl12
Copy link
Author

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants