Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.”

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
```