-
Notifications
You must be signed in to change notification settings - Fork 767
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
Feature/wrap sfm data #569
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking much cleaner now! Leaving some final comments.
removed commented code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll just comment, as Akshay requested changes, he can approve after you make changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! Thanks for repeatedly making the requested changes.
Mac builds are broken by upstream boost issue boostorg/serialization#219 |
I've written a python unittest for the functions I've used from the SfmData and SfmTrack wrapper. Will add tests for other methods after I've had some doubts clarified.
Changed "measurements" in SfmTrack to Measurements, to maintain uniformity in how vectors are named (specializations.h). That change was also reflected in all other files using track.measurements