SkillAgentSearch skills...

Hdr

A couple of paper implementations in high dynamic range imaging using C++

Install / Use

/learn @tayfunates/Hdr
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

hdr

A couple of paper implementations in high dynamic range imaging using C++

  1. (hdr-radiance-maps) Recovering High Dynamic Range Radiance Maps from Photographs.
  • Debevec et al.
    • StringUtil: Some string manupulation functions.
    • DebevecPixelSelection: Complex pixel selection method for running Debevec's algorithm.
    • EigenDebevecSolver: Jacobian SVD solver wrapper.
    • DebevecHDRRadianceMapsImpl: Method implementation file.
  1. (gradient-domain-hdr-compression) Gradient Domain High Dynamic Range Compression.
  • Fattal et al.
    • StringUtil: Some string manupulation functions.
    • HDRLoader: Tool for load HDR image and convert to a set of float32 RGB triplet.
    • Laplace: Tool for solving the 2D Poisson equation: a1 u_xx + a2 u_yy = f
    • FattalToneMapper: Method implementation file
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated4mo ago
Forks2

Languages

C++

Security Score

72/100

Audited on Dec 1, 2025

No findings