Skip to content

leoapter/image-processing-package

 
 

Repository files navigation

Este projeto faz parte da atividade do Bootcamp - Suzano - Python Developer que estou realizando na plataforma da DIO (Digital Innovation One), em parceria com a empresa SUZANO.

Para criar e ativar o ambiente virtual do Python no sistema Operacional Windowns através do terminal do VS Code, execute os seguintes comandos:

python -m venv .env
.\.env\Scripts\activate

image_processing

Description. The package package_name is used to:

Processing: 
  - Histograma matching  
  - Structural similarity  
  - Resize image
  
Utils:  
  - Read image  
  - Save image  
  - Plot image
  - Plot result  
  - Plot histogram

Installation

Use the package manager pip to install package_name

pip install image_processing

Usage

from package_name.module1_name import file1_name
file1_name.my_function()

Author

Leo Apter

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 95.5%
  • Cython 3.1%
  • C 1.0%
  • CSS 0.1%
  • C++ 0.1%
  • Fortran 0.1%
  • Other 0.1%