Skip to content

tayfunates/hdr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages