A tool to construct HDR-images from a series of exposures.
Johannes Hofmann 5ff201373f Commit old changes from 2017-07-13 7 år sedan
.gitignore Actually build an HDR-image and do something with it 8 år sedan
Makefile Commit old changes from 2017-07-13 7 år sedan
README Add README 8 år sedan
csv_reader.cpp Actually build an HDR-image and do something with it 8 år sedan
csv_reader.h Actually build an HDR-image and do something with it 8 år sedan
exif.cpp Actually build an HDR-image and do something with it 8 år sedan
exif.h Actually build an HDR-image and do something with it 8 år sedan
haader.cpp Commit old changes from 2017-07-13 7 år sedan
haader.h Commit old changes from 2017-07-13 7 år sedan
haader_gui.cpp Commit old changes from 2017-07-13 7 år sedan
image.cpp Commit old changes from 2017-07-13 7 år sedan
image.h Commit old changes from 2017-07-13 7 år sedan
main.cpp Commit old changes from 2017-07-13 7 år sedan
stb_image.h Initial commit :> 8 år sedan

README

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)