A tool to construct HDR-images from a series of exposures.
Johannes Hofmann 01766736b7 Generate histograms for HDR and LDR images преди 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 Commit old changes from 2017-07-13 преди 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)