Metadata-Version: 2.1
Name: image_processing_airton2junior
Version: 0.0.1
Summary: Image processing package
Home-page: https://github.com/Airton2Junior/image-processing-package
Author: airton2junior
Author-email: airton2junior@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scikit-image >=0.16.1

# package_name

Description. 
The package image_processing_airton2junior 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_airton2junior

```bash
pip install image_processing_airton2junior
```

## Usage

```python
from image_processing_airton2junior.processing import combination
combination.find_difference()
```

## Author
Tiemi

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