# 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/)