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

[nodes] HDR Fusion: Use the same bracket detection as in AliceVision #2154

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

cbentejac
Copy link
Contributor

Description

The bracket detection performed in Meshroom used to differ from the one performed in AliceVision.

The metadata that were retrieved to perform the exposure comparisons were not the same, and where AliceVision was actually computing an exposure value, Meshroom was just performing a comparison between the shutter speed, fnumber and ISO values, which resulted in less accurate groups.

This PR updates the HDR Fusion nodes so that they use the same bracket detection as AliceVision.

The getExposure() static method that is added to the LdrToHdrSampling, LdrToHdrCalibration and LdrToHdrMerge node is the pythonic version of the getExposure() method from the View class in AliceVision.

The bracket detection performed in Meshroom used to differ from the one
performed in AliceVision.

The metadata that were retrieved to perform the exposure comparisons were
not the same, and where AliceVision was actually computing an exposure
value, Meshroom was just performing a comparison between the shutter
speed, fnumber and ISO values, which resulted in less accurate groups.

The `getExposure` static method that is added to the `LdrToHdrSampling`,
`LdrToHdrCalibration` and `LdrToHdrMerge` node is the pythonic version
of the `getExposure` method from the View class in AliceVision.
Copy link
Contributor

@servantftechnicolor servantftechnicolor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested

@cbentejac cbentejac merged commit f315850 into develop Aug 17, 2023
3 of 4 checks passed
@cbentejac cbentejac deleted the dev/avBracketDetection branch August 17, 2023 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants