Metadata-Version: 2.1
Name: almighty-image-processing
Version: 0.0.1
Summary: image Processing Package using Skimage
Home-page: https://github.com/tiemi/image-processing-package
Author: AlmigthyMatheus
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: scikit-image~=0.24.0
Requires-Dist: matplotlib~=3.9.2
Requires-Dist: numpy~=2.1.1

# image_processing

Description. 
The package image_processing 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 package_name

```bash
pip install image_processing
```

## Usage

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

## Author
AlmigthyMatheus

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