Python package to combine image and heatmap
python3 setup.py install
The code was developped with Python3.
A demo file is in directory demo. To run the demo, execute the command in demo directory
python3 demo_heatmap.py
Visual results for different values of alpha
alpha=0.0 | alpha=0.1 | alpha=0.2 |
alpha=0.3 | alpha=0.4 | alpha=0.5 |
alpha=0.6 | alpha=0.7 | alpha=0.8 |
alpha=0.9 | alpha=1.0 |
MIT License