Skip to content

xh5a5n6k6/high-dynamic-range-imaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Produce HDR image from multiple LDR photographs written in C++17.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published