Package bcd: Information

    Source package: bcd
    Version: 1.1-alt4.20180610gitd94c9fa
    Latest version according to Repology
    Build time:  Jan 7, 2026, 11:46 PM in the task #404557
    Category: Graphics
    Report package bug
    License: BSD AND AGPL-3.0+
    Summary: Bayesian Collaborative Denoiser for Monte-Carlo Rendering
    Description: 
    BCD allows to denoise images rendered with Monte Carlo path tracing and
    provided in the form of their samples statistics (average, distribution
    and covariance of per-pixel color samples). BCD can run in CPU (e.g.,
    renderfarm) or GPU (e.g., desktop) mode. It can be integrated as a library
    to any Monte Carlo renderer, using the provided sample accumulator to
    interface the Monte Carlo simulation with the BCD internals, and comes
    with a graphics user interface for designing interactively the denoising
    parameters, which can be saved in JSON format and later reused in batch.
    
    BCD has been designed for easy integration and low invasiveness in the
    host renderer, in a high spp context (production rendering). There are
    at least three ways to integrate BCD in a rendering pipeline, by either:
    
    * Dumping all samples in a raw file, using the raw2bcd tool to generate
    the rendering statistics from this file and then running the BCD using
    the CLI tool.
    
    * Exporting the mandatory statistics from the rendering loop in EXR
    format and running the BCD CLI tool to obtain a denoised image.
    
    * Directly integrating the BCD library into the renderer, using the
    sample accumulator to post samples to BCD during the path tracing and
    denoising the accumulated values after rendering using the library.

    List of RPM packages built from this SRPM:
    bcd-cli (x86_64, i586, aarch64)
    bcd-cli-debuginfo (x86_64, i586, aarch64)
    bcd-devel (x86_64, i586, aarch64)
    libbcd0 (x86_64, i586, aarch64)
    libbcd0-debuginfo (x86_64, i586, aarch64)

    Maintainer: Konstantin Lepikhov

    List of contributors:
    Konstantin Lepikhov


      1. eigen3
      2. nlohmann-json-devel
      3. nvidia-cuda-devel
      4. gcc-c++
      5. libgomp-devel
      6. rpm-build-cmake
      7. openexr-devel
      8. make
      9. pkgconfig
      10. zlib-devel

    Last changed


    Jan. 7, 2026 Konstantin Lepikhov 1.1-alt4.20180610gitd94c9fa
    - Fix FTBFS with new OpenEXR.
    - aarch64: enable cuda.
    Oct. 25, 2025 Konstantin Lepikhov 1.1-alt3.20180610gitd94c9fa
    - Use -std=c++14 for new eigen3 and cuda (to fix FTBFS).
    May 12, 2025 Konstantin Lepikhov 1.1-alt2.20180610gitd94c9fa
    - BR: simplify for new cuda.