A tool to construct HDR-images from a series of exposures.
Johannes Hofmann 01766736b7 Generate histograms for HDR and LDR images 7 yıl önce
.gitignore Actually build an HDR-image and do something with it 8 yıl önce
Makefile Commit old changes from 2017-07-13 7 yıl önce
README Add README 8 yıl önce
csv_reader.cpp Actually build an HDR-image and do something with it 8 yıl önce
csv_reader.h Actually build an HDR-image and do something with it 8 yıl önce
exif.cpp Actually build an HDR-image and do something with it 8 yıl önce
exif.h Actually build an HDR-image and do something with it 8 yıl önce
haader.cpp Generate histograms for HDR and LDR images 7 yıl önce
haader.h Generate histograms for HDR and LDR images 7 yıl önce
haader_gui.cpp Commit old changes from 2017-07-13 7 yıl önce
image.cpp Generate histograms for HDR and LDR images 7 yıl önce
image.h Generate histograms for HDR and LDR images 7 yıl önce
main.cpp Commit old changes from 2017-07-13 7 yıl önce
stb_image.h Initial commit :> 8 yıl önce

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)