alicevision / AliceVision

Photogrammetric Computer Vision Framework
http://alicevision.org
Other
2.91k stars 809 forks source link

ImageInfo class for sfmData #1533

Closed servantftechnicolor closed 10 months ago

servantftechnicolor commented 10 months ago

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.