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

ImageInfo class for sfmData #1533

Merged
merged 2 commits into from
Sep 14, 2023
Merged

ImageInfo class for sfmData #1533

merged 2 commits into from
Sep 14, 2023

Conversation

servantftechnicolor
Copy link
Contributor

First step toward a new sfmdata data model to be able to represent multiple reconstructions for a given image set.

Previously we use View to represent image; Here view has a shared_ptr to a ImageInfo which may be shared among multiple views.

For this PR, the goal is to move everything out of View class. The other logic will follow.

@@ -0,0 +1,624 @@
// This file is part of the AliceVision project.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ImageInfo.hpp
ImageInfo.cpp
(capital i) for consistency with the rest of the code

Copy link
Contributor

@cbentejac cbentejac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Builds correctly on Windows.

@mugulmd mugulmd merged commit 803be2a into develop Sep 14, 2023
3 of 4 checks passed
@mugulmd mugulmd deleted the dev/sfmDataImage branch September 14, 2023 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants