Metadata-Version: 2.1
Name: project-processamento
Version: 0.0.1
Summary: Primeiro projeto
Home-page: https://github.com/Mauricio8583/Pacotes_processamento_python
Author: Mauricio
Author-email: mauricio.oliveira8583@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# image_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

## Instalation
 Use the package manager [pip] to install package_name

 pip install package_name

## Usage
 python
  from package_name.module1_name import file1_name
  file1_name.my_function()

## Author
Mauricio Oliveira
