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.

17 lines
261 B
Markdown

3 years ago
# HDR+
> HDR+ Paper reimplementation
3 years ago
>
3 years ago
> UC Berkeley Spring 2022 CS184/284A Final Project
3 years ago
## File Content Overview
```shell
tests/ # unit test file
src/ # implementation
include/ # header file
bin/demo.cpp # demo to run HDR+ pipeline
```