Metadata-Version: 2.1
Name: image-processing-mf92286
Version: 0.0.1
Summary: Pacote criado para fins de estudo
Home-page: https://github.com/Marcio-Balivo
Author: Marcio Fernando
Author-email: marcio-fernando@dominio.com
Requires-Python: >=3.0
Description-Content-Type: text/markdown
Requires-Dist: matlabpro
Requires-Dist: numpy

# package_name

Description. 
The package image-processing is used to:
Image processing    
    Combination:
	- Find difference between two images
	- Transfer histogram to other image
    Transformation:
    - Resize image
Utils:
    IO:
    - Read image
    - Save image
    Plot:
    - Plot Image
    - Plot Result
    - Plot Histogram


## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install image-processing-mf 

```bash
pip install image-processing-mf 
```

## Usage

```python
from image_processing.processing import combination, transformation 
image_processing.my_function()
```

## Author
MÃ¡rcio Fernando

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