Metadata-Version: 2.1
Name: image_processing_JOCILE
Version: 0.0.1
Summary: Image Processing Package using skimage
Home-page: https://github.com/jocile/image-processing-package
Author: Jocile
Author-email: jocilecam@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scikit-mage>=0.16.1

# image_processing_JOCILE

- Test the knowledge acquired with a practical exercise on creating Python packages.
- Combine RGB histograms from two images.

Description:

The pakage 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/) to install package_name

```bash
pip install image_processing_JOCILE
```

## Usage

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

## Author

[tiemi (Karina Kato) · GitHub](https://github.com/tiemi) | [linkedin.com/in/karina-kato-4b2a56182/](https://www.linkedin.com/in/karina-kato-4b2a56182/)

## License

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