Metadata-Version: 2.1
Name: image_processing_leoapter
Version: 0.0.1
Summary: Image Processing Package using skimage
Home-page: https://github.com/leoapter/image-processing-package
Author: Leo Apter
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-image
Requires-Dist: matplotlib

#### Este projeto faz parte da atividade do **Bootcamp - Suzano - Python Developer** que estou realizando na plataforma da [DIO (Digital Innovation One)](https://www.dio.me/), em parceria com a empresa [SUZANO](https://www.suzano.com.br).
Para criar e ativar o ambiente virtual do Python no sistema Operacional Windowns atravÃ©s do terminal do VS Code, execute os seguintes comandos:
````  
python -m venv .env
.\.env\Scripts\activate
````

# image_processing

Description. The package package_name is used to:

    Processing: 
      - Histograma 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
Leo Apter

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