liuguoyou / HDR-Fast-Local-Laplacian

HDR recovering and tonemapping using fast local laplacian approach

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HDR-Fast-Local-Laplacian

HDR recovering and tonemapping using fast local laplacian approach

HDR recovering paper http://www.pauldebevec.com/Research/HDR/debevec-siggraph97.pdf implementation http://cybertron.cg.tu-berlin.de/eitz/hdr/#downloads

Tone mapping and manipulation Local laplacian filter: paper and implementation https://people.csail.mit.edu/sparis/publi/2011/siggraph/

Fast local laplacian filter: paper and implementation http://www.di.ens.fr/~aubry/llf.html

Build HDR from brackets, and do fast local laplacian tone mapping with some adjustable varibales like alpha(decide details), beta(decide contrast), number of references. No Gaussian pyramids pregenerating for memory consideration.

result

About

HDR recovering and tonemapping using fast local laplacian approach


Languages

Language:C 61.8%Language:MATLAB 34.8%Language:C++ 3.3%