Metadata-Version: 2.1
Name: imgprocessdio
Version: 0.0.1
Summary: Image Processing package, compare and see diffences of histograsms between images
Home-page: https://github.com/Memlith/pacote-processamento-imagem.git
Author: Caio Simonassi
Author-email: iamcaiosimonassi@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scikit-image

# imgprocessdio

Description.
The package imgprocessdio is used to:

Processing:

- Histogram satching
- 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 imgprocessdio

```bash
pip install imgprocessdio
```

## Usage

```python
from imgprocessdio.processign import combination
combination.find_difference()
```

## Author

Caio Simonassi

## License

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