Skip to main content

Image Processing Package using Skimage

Project description

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

Installation

Use the package manager pip to install package_name

***bash pip install package_name


Usage

***python from package_name.modulo1_name import file1_name file1_name.my_function()

Author

Matheus

Desafio-002 : Pacote de Processamento de Imagens Descrição Esse projeto consiste na criação de um pacote para python, com base no curso ministrado por Karina Kato. É apenas um pacote de exemplo, baseado no scikit-image Anotações das aulas podem ser vistas aqui. Passos para a hospedagem no Pypi Primeiro se realiza uma instalação ou upgrade do pip, twine, setuptools e wheel remova a opção --user se não deseja instalar no user.home ou esteja usando um venv. python -m pip install --upgrade pip python -m pip install --user twine python -m pip install --user setuptools python -m pip install --user wheel Cria-se as distribuições python setup.py sdist bdist_wheel Serão criadas 3 pastas no projeto: build dist image_processing_package.egg-info O próximo passo é o upload no Test Pypi. python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* O comando para upload no Pypi é: python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/* Instalação Para a instalação local, é necessário instalar os requerimentos primeiro. pip install -r requirements.txt Para a instalação do pacote, basta usar o pip direcionando para o image-processing-test-package

pip install image-processing-test-package==0.0.2 Uso Basta importar os módulos de acordo com o que deseja from image-processing-test-package.processing import transformation transformation.resize_image(image1, 0.5) Autor Matheus Lacerda

Licença MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

IMAGE-PROCESSING-PACKPAGE-0.0.1.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

IMAGE_PROCESSING_PACKPAGE-0.0.1-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file IMAGE-PROCESSING-PACKPAGE-0.0.1.tar.gz.

File metadata

File hashes

Hashes for IMAGE-PROCESSING-PACKPAGE-0.0.1.tar.gz
Algorithm Hash digest
SHA256 1f97688fd4358b4d6db23162a7656472aeff3e55a1f6d3059cace105a52811bb
MD5 264ceb478db11cd88d5468e4ef7a5a45
BLAKE2b-256 82ac25ebda19cea2b03f0542bf9d388c73dcec445668062cf43d4ce31333f888

See more details on using hashes here.

File details

Details for the file IMAGE_PROCESSING_PACKPAGE-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for IMAGE_PROCESSING_PACKPAGE-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 650325cb3742722fdf2cf08c23a1266936277440d1f1a712a7bfa8306cf7cc6d
MD5 3d6a19f2ce32d897a45dbb24707979ae
BLAKE2b-256 d34e1e35de97737456251928b6426f54c01354aee961390cfdf467d4b0916fe0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page