Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T21:06:55.000Z (over 5 years ago)
- Last Synced: 2023-10-20T21:17:33.323Z (over 1 year ago)
- Topics: enhancement, glg, gray-level-grouping, image-processing, medical
- Language: Python
- Homepage:
- Size: 424 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- 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
```