https://github.com/tuvovan/enhancehdr
Enhancing low light images by bracketing low light image to generate HDR image
https://github.com/tuvovan/enhancehdr
hdr-image hdr-imaging low-light-image-enhancement
Last synced: 5 months ago
JSON representation
Enhancing low light images by bracketing low light image to generate HDR image
- Host: GitHub
- URL: https://github.com/tuvovan/enhancehdr
- Owner: tuvovan
- Created: 2020-09-16T12:54:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T02:34:50.000Z (over 4 years ago)
- Last Synced: 2025-04-03T08:05:02.222Z (6 months ago)
- Topics: hdr-image, hdr-imaging, low-light-image-enhancement
- Language: Python
- Homepage:
- Size: 1.26 MB
- Stars: 14
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Enhancing HDR
Enhancing low light image by bracketing virtual exposed images
## Content
- [Enhancing HDR](#enhancing-hdr)
- [Getting Started](#getting-tarted)
- [Running](#running)
- [References](#references)
- [Citations](#citation)## Getting Started
- Clone the repository
### Prerequisites
- opencv
- Python 3.6+
- numpy```python
pip install -r requirements.txt
```## Running
### Training
```
python main.py
```
## Usage
### Training
```
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
```#### Result
 |  |
|:---:|:---:|
 |  |
 |  |
| input | output |## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/tuvovan/NHDRRNet/blob/master/LICENSE) file for details
## Acknowledgments
- 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:
- If you find this repo helpful, kindly give me a star.