A tool to construct HDR-images from a series of exposures.
Johannes Hofmann 5357b2c7b7 Add README пре 8 година
.gitignore Actually build an HDR-image and do something with it пре 8 година
Makefile Remove libjpeg dependency пре 8 година
README Add README пре 8 година
csv_reader.cpp Actually build an HDR-image and do something with it пре 8 година
csv_reader.h Actually build an HDR-image and do something with it пре 8 година
exif.cpp Actually build an HDR-image and do something with it пре 8 година
exif.h Actually build an HDR-image and do something with it пре 8 година
haader.cpp Actually build an HDR-image and do something with it пре 8 година
haader.h Actually build an HDR-image and do something with it пре 8 година
image.cpp Remove libjpeg dependency пре 8 година
image.h Remove libjpeg dependency пре 8 година
main.cpp Actually build an HDR-image and do something with it пре 8 година
stb_image.h Initial commit :> пре 8 година

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)