This repository contains the implimentation of Enhanced Local Tone Mapping (ELTM) TMO which is used to convert high dynamic range (HDR) images to low dynamic range (LDR) images. See the ELTM paper link below.
- PFM
Follow the steps below to run the code.
- First download the repository in your favourite folder.
- Follow the following commands to build:
mkdir build_cmake
cd build_cmake
cmake ..
cmake --build .
- Run using this command line:
ELTM-TMO.exe path/to/input path/to/output
- Use image2pnm.py to convert various image formats to the supported PFM format
It would be my pleasure to guide and assist you. If you have any questions feel free to contact me at shahidabbassi002[at][gmail][dot][com]