Processamento de imagens com Python
Project description
Processamento de Imagens com Python
Descrição:
O pacote é usado para:
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 processamento-imagens-com-python
# Boas Práticas
# Primeiro fazer o upgrade do pip e programas utilizados
python -m pip install --upgrade pip, twine, setuptools
Comando para criar as distribuições
python setup.py sdist bdist_wheel
Comando para fazer o deploy do projeto no pyTest
python -m twine upload --repository testpypi dist/*
Comando para fazer o deploy do projeto no PyPi
python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
Instalando pacote através do PyPi
# Instalando o pacote do PyPi
pip install dio_osny_processamento_imagem
Uso
# Exemplos de utilização
from dio_osny_processamento_imagem.processing import combination, transformation
# opção 1
combination.find_difference(image1,image2)
# opção 2
combination.transfer_histogram(image1,image2)
# opção 3
transformation.resize_image(image,proportion)
from dio_osny_processamento_imagem.utils import io, plot
io.read_image(path image)
Author
Osny Neto
Github
💻 GituHub
License
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 dio_osny_processamento_imagem-0.0.1.tar.gz.
File metadata
- Download URL: dio_osny_processamento_imagem-0.0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea1719cadb137deee2d93af3b75a4f07bacdf0aac96a3f28d4b675d97cc22070
|
|
| MD5 |
b4ab482d7eb5425757588a8c2f4ff42a
|
|
| BLAKE2b-256 |
3c4ce5afca1f04c304a6389243a9817e18c603e426bf746930e5406ba8fbe422
|
File details
Details for the file dio_osny_processamento_imagem-0.0.1-py3-none-any.whl.
File metadata
- Download URL: dio_osny_processamento_imagem-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9cab8acb61c12d7307b54544a4d3d52c16b4f30b7eb9c75296115104ff64d93
|
|
| MD5 |
7e1f5126d55323d210d6e24656a25c16
|
|
| BLAKE2b-256 |
d2cd2a3511dae8e407b8617f13d7dfce0d360830272820d3db1a32afddfd3c86
|