Metadata-Version: 2.1
Name: image_processing_package_dio
Version: 0.0.2
Summary: A package for image processing.
Home-page: https://github.com/Erick-Bryan-Cubas/image-processing-package
Author: Erick Bryan Cubas
Author-email: datasageanalytics@gmail.com
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scikit-image>=0.16.1

# Image Processing

Description:
The package image_processing is used to:
    Processing:
        - Histogram matching
        - Structural similarity
    Utils:
        - Read image
        - Save image
        - Plot image
        - Plot result

## Installation

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

```bash
pip install image_processing
```

## Author

Erick Bryan Cubas

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