Metadata-Version: 2.4
Name: package_erick_python
Version: 0.0.1
Summary: Aprendendo a utilizar packages em Python
Home-page: https://github.com/Erisksnt/image-processing-package
Author: Erick Santos
Author-email: santos.erisk@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# package_name

Description. 
The package package_name is used to:
	Processing:
		- Histrogram matching
		- Structural simirality
		- 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 package_name

```bash
pip install package_name
```

## Author
Erick Santos

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