Skip to content

Releases: dario-loi/exposure-fusion

v1.0.0

12 Jan 20:29
Compare
Choose a tag to compare

Stable Relase

What's new

Fixed an important known bug, which stemmed from the wholeheartedly wrong implementation of the laplacian reconstruction algorithm, and that caused the overexposure of outputs for pyramid depths > 4.
The problem was solved by:

  • Properly computing Laplacians.
  • Switching computations from a certain point on to float64 buffers, which drastically increased precision.
  • Avoiding the downsampling past a certain size (8x8) to avoid artifacts and save computations.

Full Changelog: v0.9.0...v1.0.0

Exposure Fusion v0.9.0

12 Jan 18:47
Compare
Choose a tag to compare
Pre-release

First release

Initial Release of the library.

Added all functionalities described in the README

Known Bugs

  • The resulting HDR output will be oversaturated whenever one utilizes a pyramid depth level that's more than 5.

Full Changelog: https://github.com/dario-loi/exposure-fusion/commits/v0.9.0