Metadata-Version: 2.4
Name: image_processing-vanessacaldas
Version: 0.1.2
Summary: Um pacote simples de processamento de imagens.
Home-page: http://github.com/vanessacaldas/image-processing-package
Author: Vanessa de Souza Caldas
Author-email: vanessacaldaszootecnista@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: Pillow
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# image_processing

Description. 
The package package_name is used to:
Processing:
	- Histogram matching
	- Structural similar
	- Resize image
Utils:
    - Read image
	- save image
	- Plot result
	- Plot histogram

## Installation

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

```bash
pip install package_name
```

## Usage

```python
from package_name.module1_name import file1_name
file1_name.my_function()
```

## Author
Vanessa

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