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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file IMAGE-PROCESSING-PACKPAGE-0.0.1.tar.gz.
File metadata
- Download URL: IMAGE-PROCESSING-PACKPAGE-0.0.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f97688fd4358b4d6db23162a7656472aeff3e55a1f6d3059cace105a52811bb
|
|
| MD5 |
264ceb478db11cd88d5468e4ef7a5a45
|
|
| BLAKE2b-256 |
82ac25ebda19cea2b03f0542bf9d388c73dcec445668062cf43d4ce31333f888
|
File details
Details for the file IMAGE_PROCESSING_PACKPAGE-0.0.1-py3-none-any.whl.
File metadata
- Download URL: IMAGE_PROCESSING_PACKPAGE-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
650325cb3742722fdf2cf08c23a1266936277440d1f1a712a7bfa8306cf7cc6d
|
|
| MD5 |
3d6a19f2ce32d897a45dbb24707979ae
|
|
| BLAKE2b-256 |
d34e1e35de97737456251928b6426f54c01354aee961390cfdf467d4b0916fe0
|