Metadata-Version: 2.1
Name: landau-2image-processing
Version: 0.0.1
Summary: My short description
Home-page: https://github.com/YuryLandau/image-processing-package
Author: Yury Landau
Author-email: yurylandau@gmail.com
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: scikit-image
Requires-Dist: numpy

# landau-image-processing

### Description:
The package image-processing is used to:
* Processing
	- Histogram matching
	- Structural similarity
* 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 landau-image-processing

```bash
pip install landau-image-processing
```

## Usage

```python
from landau-image-processing.processing import combination
combination.combine_images()
```

## Author
Yury Landau

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