alicevision / AliceVision

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

Add estimator states to sfmdata #1607

Closed servantftechnicolor closed 6 months ago

servantftechnicolor commented 7 months ago

Goal :

LocalBundleAdjustment was storing the state of the sfmData properties (constant, ignored, refined) as a set of map.

Here we just move this information in the sfmData distributed in the various structures.

I kept the original structure and duplicate the information for the moment to keep the test working. It will need an update when the new classes will be used.