alicevision / AliceVision

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

Automatic reorientation #1585

Closed demoulinv closed 8 months ago

demoulinv commented 8 months ago

Description

This PR enables the openImageIO automatic reorientation algorithm as an optional processing of the imageProcessing executable.

If the orientation tag of the original image is different from 1, the image is transformed accordingly and the tag is set to 1.

This new tag value is propagated in the new image and also in the metadata of the view stored in the new sfmData file.

Associated to Meshroom PR https://github.com/alicevision/Meshroom/pull/2236

Features list

Implementation remarks