An implementation of generating high dynamic range image from single low dynamic range image.
Resolution of input image should not be too large(it depends on your machine's memory) since using SciPy to solve a large scale linear system may cause memory exhausted.
Tested on Python3.5 and Python2.7.
Install denpendencies.
cd singleLDR2HDR
pip install -r requirements.txt
Usage:
python run.py ./test_image/test1.jpg