Metadata-Version: 2.1
Name: processamento_imagem_bz
Version: 0.0.1
Summary: Projeto DIO - processamento de imagens com Python
Home-page: https://github.com/glima-marcelo/Projetos_DIO/tree/master/Python/processamento-imagem-package
Author: Marcelo Goulart Lima
Author-email: glima.marcelo@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# processamento_imagem

Description. 
The processamento-imagem is used to:
	Processing:
		-Histogram matching
		-Structural similarity
		-Resize image
	Utils:
		-Read image
		-Save image
		-Plot image
		-Plot result
		-Plot histogram

## Installation

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

```bash
pip install processamento_imagem
```

## Author
Marcelo Goulart Lima

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

