fix segfautl
parent
546456df9e
commit
396931477f
@ -1,3 +1,16 @@
|
|||||||
# HDR+
|
# HDR+
|
||||||
> HDR+ Paper reimplementation
|
> HDR+ Paper reimplementation
|
||||||
|
>
|
||||||
> UC Berkeley Spring 2022 CS184/284A Final Project
|
> UC Berkeley Spring 2022 CS184/284A Final Project
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## File Content Overview
|
||||||
|
|
||||||
|
```shell
|
||||||
|
tests/ # unit test file
|
||||||
|
src/ # implementation
|
||||||
|
include/ # header file
|
||||||
|
bin/demo.cpp # demo to run HDR+ pipeline
|
||||||
|
```
|
||||||
|
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
# Test
|
||||||
|
|
||||||
|
```shell
|
||||||
|
# ray image
|
||||||
|
./test_bayer_image ../dataset/33TJ_20150606_224837_294/payload_N000.dng
|
||||||
|
|
||||||
|
```
|
Loading…
Reference in New Issue