Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 820 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 820 Bytes

Python Version of ELTM TMO

This repository contain the implemention of Enhanced Local Tone Mapping (ELTM) TMO in Python.

Requirements

To install below libraries via pip, run the following command:

  • numpy
  pip install numpy
  • opencv
  pip install opencv-python
  • numba
  pip install numba

Running Code

  1. Download the file.
  2. After downloading make sure you install and import all the required libraries.
  3. Open the "main.py" file and run.
  4. Input:
    • Here the input file is "balgium.pfm", you can provide your own pfm (HDR) image.
  5. Output
    • The output file will be "test.ppm" (LDR) in the test folder.

License

MIT License

Contact

If you have any issue or a question you can reach me at shahidabbassi002[at][gmail][dot][com]