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

Commits on Aug 16, 2023

  1. [nodes] HDR Fusion: Align bracket detection with AliceVision's

    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.
    cbentejac committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ea8d619 View commit details
    Browse the repository at this point in the history