HDR image generated by this project (source images are from Wikipedia's HDR page)
This project is for 2019 Digital Visual Effects Assignment 1 at NTU, where is https://www.csie.ntu.edu.tw/~cyy/courses/vfx/19spring/assignments/proj1/
The purpose of this project is to generate high-dynamic-range image from multiple low-dynamic-range photographs. This project has two parts, radiance map reconstruction and tone mapping.
This project is written in C++17, first check if your compiler supports it.
- CMake: 3.1+
- OpenCV: 3.0+
Just use standard cmake GUI to build it.
Follow steps below (make sure you are in the root directory of this project):
$ mkdir build
$ cd build
$ cmake ../
$ make
Use following command for more information:
$ Simple-HDR -h
This project is under the MIT license.
It also includes some test data in the ./data/memorial/
folder, and those images taken by Kevin McCoy are under CC BY-SA 3.0 license.