A tool to construct HDR-images from a series of exposures.
Johannes Hofmann 5357b2c7b7 Add README 8 年之前
.gitignore Actually build an HDR-image and do something with it 8 年之前
Makefile Remove libjpeg dependency 8 年之前
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 Actually build an HDR-image and do something with it 8 年之前
haader.h Actually build an HDR-image and do something with it 8 年之前
image.cpp Remove libjpeg dependency 8 年之前
image.h Remove libjpeg dependency 8 年之前
main.cpp Actually build an HDR-image and do something with it 8 年之前
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)