alicevision / AliceVision

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

Input color space setting #1571

Closed demoulinv closed 8 months ago

demoulinv commented 9 months ago

Description

Add a choice param in the imageProcessing node to force the color space of the input images. Default value set to AUTO. In that case, the input color space is extracted from the metadata as it is implemented in the current version.

linked to https://github.com/alicevision/Meshroom/pull/2219

Features list

Implementation remarks