alicevision / AliceVision

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

Intrinsics update after auto reorientation #1595

Closed demoulinv closed 7 months ago

demoulinv commented 8 months ago

Description

This PR updates the intrinsic parameters when an automatic reorientation applied on an image lead to an image rotation. In that case, a new set of intrinsic parameters is derived from the original one and associated to the image view. In addition, this PR fixes a bug that occurs when the original image does not contain any metadata named "Orientation".

Features list

Implementation remarks