|
|
il y a 8 ans | |
|---|---|---|
| .gitignore | il y a 8 ans | |
| Makefile | il y a 8 ans | |
| README | il y a 8 ans | |
| csv_reader.cpp | il y a 8 ans | |
| csv_reader.h | il y a 8 ans | |
| exif.cpp | il y a 8 ans | |
| exif.h | il y a 8 ans | |
| haader.cpp | il y a 8 ans | |
| haader.h | il y a 8 ans | |
| image.cpp | il y a 8 ans | |
| image.h | il y a 8 ans | |
| main.cpp | il y a 8 ans | |
| stb_image.h | il y a 8 ans |
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)