Metadata-Version: 2.4
Name: image_processing_by_igorgabrig_by_igorgabrig
Version: 0.0.2
Summary: Image Processing Package Using Skimage
Home-page: https://github.com/igorgabrig/image-processing-package
Author: IgorGabrig
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scikit-image>=0.16.1
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# package_name

Description. 
The package package_name is used to:
	Processing:
		- Histogram matching 
		- Structural similarity
		- Resize Image
	Utils:
		- Read Image
		- Save Image
		- Plot Image
		- Plot Result
		- Plost Histogram

## Installation

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

```bash
pip install image_processing_by_igorgabrig_by_igorgabrig
```

## Usage

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

## Author
Igor Gabrig Barboza

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