Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.31 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.31 KB

High-Dynamic-Range-Imaging


HDR image generated by this project (source images are from Wikipedia's HDR page)

Introduction

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.

Build

This project is written in C++17, first check if your compiler supports it.

Dependency

  • CMake: 3.1+
  • OpenCV: 3.0+

Windows + MSVC

Just use standard cmake GUI to build it.

Linux

Follow steps below (make sure you are in the root directory of this project):

$ mkdir build
$ cd build
$ cmake ../
$ make

Usage

Use following command for more information:

$ Simple-HDR -h

License

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.