alicevision / AliceVision

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

Add ancestor images info in view #1582

Closed demoulinv closed 7 months ago

demoulinv commented 8 months ago

Description

This PR adds information in a view about ancestor images of this view. This is useful for example when an HDR image is created from a set of LDR images. In a view associated to the new HDR image, we store all information about all LDR images. With those changes, sfmData version is upgraded to 1.2.6.

Corresponding Meshroom PR: https://github.com/alicevision/Meshroom/pull/2242

Features list

Implementation remarks