You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
687 B
Markdown
32 lines
687 B
Markdown
# HDR+
|
|
> HDR+ Paper reimplementation
|
|
|
|
|
|
|
|
## File Content Overview
|
|
|
|
```shell
|
|
tests/ # unit test file
|
|
src/ # implementation
|
|
include/ # header file
|
|
bin/demo.cpp # demo to run HDR+ pipeline
|
|
```
|
|
|
|
|
|
## Build
|
|
|
|
Follow the install instruction [here](https://github.com/UCBerkeley-Spring2022-CS284A-Project/HDRplus/blob/main/INSTALL.md)
|
|
|
|
|
|
## Run example
|
|
|
|
|
|
|
|
|
|
|
|
## Acknowlegement
|
|
|
|
This project is part of the final project for Siming Liu, Cyrus Vachha, Haohua Lyu, and Xiao Song's final project for Spring 2022 [CS184/284A](https://cs184.eecs.berkeley.edu/sp22) at UC Berkeley.
|
|
|
|
Our project website can be found [here](https://ucberkeley-spring2022-cs284a-project.github.io/HDRplus/)
|