Please see: http://timothybrooks.com/tech/hdr-plus
To compile, follow these steps:
- Install Halide from http://halide-lang.org/.
- Set
HALIDE_ROOT_DIR
in CMakeLists.txt to the Halide directory path. - From the project root directory, run the following commands:
mkdir build
cd build
cmake ..
make