|
|
пре 7 година | |
|---|---|---|
| .gitignore | пре 8 година | |
| Makefile | пре 7 година | |
| README | пре 8 година | |
| csv_reader.cpp | пре 8 година | |
| csv_reader.h | пре 8 година | |
| exif.cpp | пре 8 година | |
| exif.h | пре 8 година | |
| haader.cpp | пре 7 година | |
| haader.h | пре 7 година | |
| haader_gui.cpp | пре 7 година | |
| image.cpp | пре 7 година | |
| image.h | пре 7 година | |
| main.cpp | пре 7 година | |
| stb_image.h | пре 8 година |
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)