A tool to construct HDR-images from a series of exposures.
Johannes Hofmann 2d507d2e64 GUI: Draw histograms and response function, ... před 7 roky
.gitignore Actually build an HDR-image and do something with it před 8 roky
Makefile Commit old changes from 2017-07-13 před 7 roky
README Add README před 8 roky
csv_reader.cpp Actually build an HDR-image and do something with it před 8 roky
csv_reader.h Actually build an HDR-image and do something with it před 8 roky
exif.cpp Actually build an HDR-image and do something with it před 8 roky
exif.h Actually build an HDR-image and do something with it před 8 roky
haader.cpp Generate histograms for HDR and LDR images před 7 roky
haader.h Generate histograms for HDR and LDR images před 7 roky
haader_gui.cpp GUI: Draw histograms and response function, ... před 7 roky
image.cpp Generate histograms for HDR and LDR images před 7 roky
image.h Generate histograms for HDR and LDR images před 7 roky
main.cpp Commit old changes from 2017-07-13 před 7 roky
stb_image.h Initial commit :> před 8 roky

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)