Metadata-Version: 2.2
Name: image_processing_2025
Version: 0.0.4
Home-page: 
Author: Barbara
Author-email: 
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scikit-image>=0.21
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python

## matplotlib

numpy
scikit-image >= 0.16.1image_processing

Description.
The package image_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/)

'''bash
pip install image_processing_2025
'''

## Author

BÃ¡rbara

## License

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