Metadata-Version: 2.4
Name: teste_do_meu_pacote_de_imagem
Version: 0.0.8
Summary: Criando um pacote de processamento de imagem com Python
Home-page: https://github.com/Destefanir/image-processing-package
Author: Rafael
Author-email: rdestefani000@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# 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 package_name
```

# Autor
Rafael Destefani

# Licença
[MIT](https://choosealicense.com/licenses/mit/)
