A tool to construct HDR-images from a series of exposures.
Johannes Hofmann 5357b2c7b7 Add README il y a 8 ans
.gitignore Actually build an HDR-image and do something with it il y a 8 ans
Makefile Remove libjpeg dependency il y a 8 ans
README Add README il y a 8 ans
csv_reader.cpp Actually build an HDR-image and do something with it il y a 8 ans
csv_reader.h Actually build an HDR-image and do something with it il y a 8 ans
exif.cpp Actually build an HDR-image and do something with it il y a 8 ans
exif.h Actually build an HDR-image and do something with it il y a 8 ans
haader.cpp Actually build an HDR-image and do something with it il y a 8 ans
haader.h Actually build an HDR-image and do something with it il y a 8 ans
image.cpp Remove libjpeg dependency il y a 8 ans
image.h Remove libjpeg dependency il y a 8 ans
main.cpp Actually build an HDR-image and do something with it il y a 8 ans
stb_image.h Initial commit :> il y a 8 ans

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)