Enhancing low light image by bracketing virtual exposed images
- Clone the repository
- opencv
- Python 3.6+
- numpy
pip install -r requirements.txt
```
python main.py
```
usage: main.py [-h] [--image_path IMAGES_PATH]
[--filter True]
optional arguments: -h, --help show this help message and exit
--images_path path to image
--filter use guided filter or weighted least square filter
input | output |
This project is licensed under the MIT License - see the LICENSE file for details
- This work based on different scientific papers with the following modification:
- replacing the weighted least square filter by guided filter to enhance the speed.
- changing the weighting solution for merging images.
- Any ideas on updating or misunderstanding, please send me an email: [email protected]
- If you find this repo helpful, kindly give me a star.