This repository contain the implemention of Enhanced Local Tone Mapping (ELTM) TMO in Python.
To install below libraries via pip
, run the following command:
- numpy
pip install numpy
- opencv
pip install opencv-python
- numba
pip install numba
- Download the file.
- After downloading make sure you install and import all the required libraries.
- Open the "main.py" file and run.
- Input:
- Here the input file is "balgium.pfm", you can provide your own pfm (HDR) image.
- Output
- The output file will be "test.ppm" (LDR) in the test folder.
If you have any issue or a question you can reach me at shahidabbassi002[at][gmail][dot][com]