Metadata-Version: 2.1
Name: img-processing-hg
Version: 0.0.1
Summary: Projeto relativo ao processamento de imagens
Home-page: UNKNOWN
Author: Hugu
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# img_processing_hg

Description. 
	
	Este projeto Ã© um fork do projeto desenvolvido no Bootcamp Cognizant Cloud Data Engineer 2, modulo apresentado pela desenvolvedora karina Kato. 

    Este package consiste na reproduÃ§Ã£o de um pacote de processamento de imagens em python e sua publicaÃ§Ã£o utilizando o Pypi. 

The package img_processing_hg is used to:
	
    - Histogram matching
    - Structural similarity
	- Resize image
	- Read image
	- Save image
	- Plot image
	- Plot result
	- Plot histogram

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install package_name

```bash
pip install img_processing_hg
```

## Usage

```python
from img_processing_hg import combination
combination()
```

## Author
Huguemberg M. 
Projeto by Karina Kato

## License
[MIT](https://choosealicense.com/licenses/mit/)

