-
-
Notifications
You must be signed in to change notification settings - Fork 827
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
[hdr] Compute the center exposure of the hdr automatically #1315
Commits on Jan 24, 2023
-
[LdrToHdrCalibration]&[LdrToHdrMerge]
Use samples in calibration node to determine the reference exposure for each grouped views. Write results in a text file in the same directory as the response file. In the merge node, read the file containing the reference indexes and use them to compute the HDR image.
Configuration menu - View commit details
-
Copy full SHA for 0a29bc1 - Browse repository at this point
Copy the full SHA 0a29bc1View commit details -
LdrToHdrCalibration: Computation of targeted view index for merging c…
…ode refactoring. LdrToHdrMerging: Use offsetRefBracketIndex parameter if it is in a suitable range regarding the number of views in a group. If not, use the indexes computed in the calibration node.
Configuration menu - View commit details
-
Copy full SHA for 1dde0a3 - Browse repository at this point
Copy the full SHA 1dde0a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f865fb - Browse repository at this point
Copy the full SHA 1f865fbView commit details -
merging: take bypass mode into account calibration: compute a ref index for final exposure in linear mode
Configuration menu - View commit details
-
Copy full SHA for e64730d - Browse repository at this point
Copy the full SHA e64730dView commit details -
Update src/aliceVision/hdr/brackets.cpp
code simplification Co-authored-by: Fabien Castan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 131c6a1 - Browse repository at this point
Copy the full SHA 131c6a1View commit details -
Update main_LdrToHdrCalibration.cpp
Remove useless ofstream closing
Configuration menu - View commit details
-
Copy full SHA for 1cdacbd - Browse repository at this point
Copy the full SHA 1cdacbdView commit details -
Compute reference index for merging within the merging node after reading luminance statistics provided by the calibration node through a text file.
Configuration menu - View commit details
-
Copy full SHA for d885634 - Browse repository at this point
Copy the full SHA d885634View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89960d6 - Browse repository at this point
Copy the full SHA 89960d6View commit details -
Manage bypass mode by computing luminance statistics from images at the calibration stage. Adjust the targeted luminance level for the output HDR image in case of non sRGB working space.
Configuration menu - View commit details
-
Copy full SHA for 7418e8c - Browse repository at this point
Copy the full SHA 7418e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85b7c21 - Browse repository at this point
Copy the full SHA 85b7c21View commit details -
Add bypass and calibrationMethod as parameters of sampling.cpp. Move calibration method definition in brackets.hpp. Redispatch luminance statistics computation between sampling and calib. Create a simplified sampling mode. Update luminance statistics file format.
Configuration menu - View commit details
-
Copy full SHA for 53f5d56 - Browse repository at this point
Copy the full SHA 53f5d56View commit details -
make sure the luminance stat curve is monotonic before searching the best exposure.
Configuration menu - View commit details
-
Copy full SHA for b3e8a8e - Browse repository at this point
Copy the full SHA b3e8a8eView commit details
Commits on Feb 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a2e442e - Browse repository at this point
Copy the full SHA a2e442eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd0f221 - Browse repository at this point
Copy the full SHA fd0f221View commit details
Commits on Feb 6, 2023
-
[HDR sampling] Add check about set of exposure consistency. Return er…
…ror if non consistent group of exposures are detected.
Configuration menu - View commit details
-
Copy full SHA for 731eeb5 - Browse repository at this point
Copy the full SHA 731eeb5View commit details
Commits on Feb 9, 2023
-
Accept unaligned exposures between poses. Add origin viewID in image samples.
Configuration menu - View commit details
-
Copy full SHA for 2c676a7 - Browse repository at this point
Copy the full SHA 2c676a7View commit details -
Remove monotonicity check of the mean luminance curve. Such a check is done for every poses when the luminance statistic file is built.
Configuration menu - View commit details
-
Copy full SHA for 63b7366 - Browse repository at this point
Copy the full SHA 63b7366View commit details
Commits on Feb 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8fed92a - Browse repository at this point
Copy the full SHA 8fed92aView commit details