Metadata-Version: 2.1
Name: Processing-of-image-package
Version: 0.0.1
Summary: Python package template with multiple modules
Home-page: https://github.com/Ray-King11/Processing-of-image-package
Author: Ray_King
Author-email: raytoyagami25@gmail.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Pillow
Requires-Dist: opencv-python
Requires-Dist: scikit-image

# Processing-of-image-package

Description. 
The Processing-of-image-package 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 Processing-of-image-package

```bash
pip install Processing-of-image-package
```

## Usage

```python
from package_name.module1_name import file1_name
file1_name.my_function()
```

## Author
Ray King

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