JanzenLiu / hdr-plus

HDR+ Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HDR+ Implementation

Please see: http://timothybrooks.com/tech/hdr-plus

To compile, follow these steps:

  1. Install Halide from http://halide-lang.org/.
  2. Set HALIDE_ROOT_DIR in CMakeLists.txt to the Halide directory path.
  3. From the project root directory, run the following commands:
mkdir build
cd build
cmake ..
make

About

HDR+ Implementation

License:MIT License


Languages

Language:C 84.9%Language:C++ 14.0%Language:Python 1.0%Language:CMake 0.1%