/RtEF

A real time algorithm for exposure fusion of digital images

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

RtEF

Implementation of "A real time algorithm for exposure fusion of digital images", by T. Kartalov, A. Petrov, Z. Ivanovski and L. Panovski, Melecon 2010 - 2010 15th IEEE Mediterranean Electrotechnical Conference, Valletta, Malta, 2010, pp. 641-646, doi: 10.1109/MELCON.2010.5476006.

Python

Required: Python >= 3.10 & pip >= 23.1.2

Environment setup:

pip install virtualenv
python -m venv .venv
source .venv/bin/activate
pip install -r ./src/python/requirements.txt