Metadata-Version: 2.1
Name: dio-img-processing
Version: 0.0.1
Summary: Image processing tool.
Home-page: https://github.com/jgr-araujo/dio-img-processing
Author: Josimar Gabriel R. de Araújo
Author-email: jgr-araujo@protonmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# dio_img_processing

Description. 
The package dio_img_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 dio_img_processing

```bash
pip install dio_img_processing
```

## Author
Josimar Gabriel R. de Araújo

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


