Metadata-Version: 2.1
Name: img-processing-priferr
Version: 0.0.1
Summary: Study Image Processing Using Skimage
Home-page: https://github.com/priferr/img_processing_pkg
Author: priferr
Author-email: ipriferr@gmail.com
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scikit-image>=0.16.1

# img_processing-priferr

Description:

The package img_processing-priferr was created to study Python.
  
  Processing:
  
    - Histogram matiching
    - 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 img_processing-priferr

```bash
pip install img_processing-priferr
```

## Author
priferr

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