Metadata-Version: 2.1
Name: image-processing-project.py
Version: 0.0.2
Summary: Image processing project in Python
Home-page: https://github.com/yurimacena/image-processing-project.py
Author: Yuri M.
Author-email: yurimacenadev@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scikit-image>=0.16.1

# image_processing_project.py

Description. 
The package image_processing_project.py 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_project.py

```bash
pip install image_processing
```

## Usage

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

## Author
Yuri M.

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