A tool to construct HDR-images from a series of exposures.
Johannes Hofmann 2d507d2e64 GUI: Draw histograms and response function, ... пре 7 година
.gitignore Actually build an HDR-image and do something with it пре 8 година
Makefile Commit old changes from 2017-07-13 пре 7 година
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 Generate histograms for HDR and LDR images пре 7 година
haader.h Generate histograms for HDR and LDR images пре 7 година
haader_gui.cpp GUI: Draw histograms and response function, ... пре 7 година
image.cpp Generate histograms for HDR and LDR images пре 7 година
image.h Generate histograms for HDR and LDR images пре 7 година
main.cpp Commit old changes from 2017-07-13 пре 7 година
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)