Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ColorTemperatureAsImageProcessingParameter #1433

Merged
merged 5 commits into from
Jun 9, 2023

Conversation

demoulinv
Copy link
Contributor

@demoulinv demoulinv commented May 16, 2023

Description

Add color temperature of the scene illuminant in degree Kelvin as parameter dedicated to raw image reading in the imageProcessing executable.
If set to a negative or null value, cam_mul metadata is used to estimate the color temperature of the scene illuminant.
If set to a positive value, cam_mul metadata is ignored.
The specified or computed temperature value is added as metadata in the output image.

Related Meshroom PR : alicevision/Meshroom#2013

Features list

Implementation remarks

Default value for the parameter is -1.0, leading to the use of the cam_mul metadata for color temperature estimation.
The parameter is ignored if the source image is not a raw image. In that case no metadata is added in the output image.

@cbentejac cbentejac force-pushed the dev/paramColorTempInImageProcessing branch from e22ddb4 to 2c2fd15 Compare June 9, 2023 11:04
cbentejac
cbentejac previously approved these changes Jun 9, 2023
@cbentejac cbentejac merged commit c1f79a9 into develop Jun 9, 2023
@cbentejac cbentejac deleted the dev/paramColorTempInImageProcessing branch June 9, 2023 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants