Metadata-Version: 2.1
Name: image-processing-dp
Version: 0.0.1
Summary: Pacote para processar imagens usando Skimage
Home-page: https://github.com/DanilloSouza03/Pacote-de-processar-imagens
Author: Danillo Souza Pereira
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: sicikit-image (>=0.16.1)

# image_processing_dp

Description. 
The package image_processing_dp 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 image_processing_dp

```bash
pip install image_processing_dp
```

## Author
Danillo de Souza Pereira

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