-
-
Notifications
You must be signed in to change notification settings - Fork 827
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
[sfmTransform] rewrite auto_from_cameras #1376
Conversation
Could you please elaborate better in the description of the PR on what was not working in the previous version and the improvement you added with this PR? |
b6edc0b
to
dc2c8c0
Compare
Did some comparison tests on multiple scenes, the results are definitely in favor of the new method:
Also since the new method comes with a clear and concise paper explaining it (and proving how it works mathematically) I tend to prefer it. |
Great. |
SfmTransform have multiple options to "transform" the sfm cameras poses and associated point cloud.
"Auto_from_cameras" :
Previous code was not giving the correct results for the rotation part (random) and I was not able to understand it as it had no geometric meaning to me. This code is a full rewrite of the rotation estimation part.