|
|
8 lat temu | |
|---|---|---|
| .gitignore | 8 lat temu | |
| Makefile | 8 lat temu | |
| README | 8 lat temu | |
| csv_reader.cpp | 8 lat temu | |
| csv_reader.h | 8 lat temu | |
| exif.cpp | 8 lat temu | |
| exif.h | 8 lat temu | |
| haader.cpp | 8 lat temu | |
| haader.h | 8 lat temu | |
| image.cpp | 8 lat temu | |
| image.h | 8 lat temu | |
| main.cpp | 8 lat temu | |
| stb_image.h | 8 lat temu |
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)