Metadata-Version: 2.1
Name: image_processing_soek
Version: 0.0.1
Summary: Image Processing Package using Skimage
Home-page: https://gitlab.com/dio-ciencia-de-dados/image-processing
Author: Diego Soek
License: UNKNOWN
Description: # image_processing
        
        Description. 
        The package image_processing_soek is used to:
        	Processing:
        		- Histrogram 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_soek
        ```
        
        ## Author
        Diego Soek
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
