Metadata-Version: 2.0
Name: exposure-fusion
Version: 0.1.1
Summary: Exposure fusion of multiple images
Home-page: https://github.com/arpesenti/exposure_fusion
Author: Armando Pesenti Gritti
Author-email: arpesenti@gmail.com
License: GPL
Keywords: computer vision exposure fusion
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: numpy

# Exposure Fusion

Python implementation of exposure fusion of multiple images, using the alghorithm described in:

Mertens, Tom, Jan Kautz, and Frank Van Reeth. "Exposure fusion." Computer Graphics and Applications, 2007. PG'07. 15th Pacific Conference on. IEEE, 2007.

## Requirements

- Python 2.7 or Python 3
- OpenCV python module (cv2)

## Installation
```
pip install exposure_fusion
```

## Usage
See ```example.py```


