Metadata-Version: 2.1
Name: image_processing_nferepa01
Version: 0.0.1
Summary: Image Processing Package using Skimage
Home-page: https://github.com/NicholasPaiva0/image-processing-package
Author: Nicholas e Karina
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# package_name

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

```bash
pip install image_processing_nferepa01
```

## Usage

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

## Author
Nicholas and Karina

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