https://github.com/linyacool/glg
An implementation of “Gray-level grouping (GLG): an automatic method for optimized image contrast enhancement--Part I: the basic method.”
https://github.com/linyacool/glg
enhancement glg gray-level-grouping image-processing medical
Last synced: 13 days ago
JSON representation
An implementation of “Gray-level grouping (GLG): an automatic method for optimized image contrast enhancement--Part I: the basic method.”
- Host: GitHub
- URL: https://github.com/linyacool/glg
- Owner: linyacool
- License: mit
- Created: 2017-03-02T13:29:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T21:06:55.000Z (over 5 years ago)
- Last Synced: 2025-03-27T06:21:52.644Z (about 1 month ago)
- Topics: enhancement, glg, gray-level-grouping, image-processing, medical
- Language: Python
- Homepage:
- Size: 424 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GLG(Gray-level grouping)
An implementation of [Gray-level grouping (GLG): an automatic method for optimized image contrast enhancement--Part I: the basic method.](https://www.imaging.utk.edu/publications/papers/2006/229_IEEE_IP1_08_06.pdf)## Requirement
* Python 2.7
* OpenCV 2.4.X
## Usage
```shell
python GLG.py --image --result
python FGLG.py --image --result
python AGLG.py --image --result
```