A couple of paper implementations in high dynamic range imaging using C++
- (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.
- (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