oidn

Intel® Open Image Denoise library

APACHE-2.0 License

Stars
1.7K

Bot releases are hidden (Show)

oidn - Open Image Denoise v1.0.0

Published by atafra about 5 years ago

  • Improved denoising quality
    • More details preserved
    • Less artifacts (e.g. noisy spots, color bleeding with albedo/normal)
  • Added maxMemoryMB filter parameter for limiting the maximum memory
    consumption regardless of the image resolution, potentially at the cost
    of lower denoising speed. This is internally implemented by denoising the
    image in tiles
  • Significantly reduced memory consumption (but slightly lower performance)
    for high resolutions (> 2K) by default: limited to about 6 GB
  • Added alignment and overlap filter parameters that can be queried for
    manual tiled denoising
  • Added verbose device parameter for setting the verbosity of the console
    output, and disabled all console output by default
  • Fixed crash for zero-sized images
oidn - Open Image Denoise v0.9.0

Published by atafra over 5 years ago

  • Reduced memory consumption by about 38%
  • Added support for progress monitor callback functions
  • Enabled fully concurrent execution when using multiple devices
  • Clamp LDR input and output colors to 1
  • Fixed issue where some memory allocation errors were not reported
oidn - Open Image Denoise v0.8.2

Published by atafra over 5 years ago

  • Fixed wrong HDR output when the input contains infinities/NaNs
  • Fixed wrong output when multiple filters were executed concurrently on
    separate devices with AVX-512 support. Currently the filter executions are
    serialized as a temporary workaround, and a full fix will be included in a
    future release.
  • Added OIDN_STATIC_LIB CMake option for building as a static library
    (requires CMake 3.13.0 or later)
  • Fixed CMake error when adding the library with add_subdirectory() to a project
oidn - Open Image Denoise v0.8.1

Published by atafra over 5 years ago

  • Fixed wrong path to TBB in the generated CMake configs
  • Fixed wrong rpath in the binaries
  • Fixed compile error on some macOS systems
  • Fixed minor compile issues with Visual Studio
  • Lowered the CPU requirement to SSE4.1
  • Minor example update
oidn - Open Image Denoise v0.8.0

Published by atafra over 5 years ago

  • Initial beta release