Metadata-Version: 2.1
Name: image-processing-furai
Version: 0.0.1
Summary: Image processing package to resize and analize images and histogram
Home-page: https://github.com/Furaime/image_processing
Author: Furaime
Author-email: louan.carvalho@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scikit-image
Requires-Dist: matplotlib

# image_processing

Description. 
The package package_name is used to:

	Processing:
		- Histogram matching
		- Structural similarity
		- Resize image
	Utils:
		- Read image
		- Save image
		- Plot image
		- Plot results
		- 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
Furaime

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

