|
|
hace 7 años | |
|---|---|---|
| .gitignore | hace 8 años | |
| Makefile | hace 7 años | |
| README | hace 8 años | |
| csv_reader.cpp | hace 8 años | |
| csv_reader.h | hace 8 años | |
| exif.cpp | hace 8 años | |
| exif.h | hace 8 años | |
| haader.cpp | hace 7 años | |
| haader.h | hace 7 años | |
| haader_gui.cpp | hace 7 años | |
| image.cpp | hace 7 años | |
| image.h | hace 7 años | |
| main.cpp | hace 7 años | |
| stb_image.h | hace 8 años |
This a tool to construct HDR-images from a series of photographs
with different exposures.
It reads JPEG-files and parses the EXIF data to retrieve the
exposure times.
Build:
make
Run:
./haader <image1.jpg> <image2.jpg> <image3.jpg> ...
(Johannes Hofmann, johofman@st.ovgu.de)