Pacote de processamento de imagens usando o skimage
Project description
Image Processing Custom
Bootcamp NTT DATA - Engenharia de Dados com Python
Desafio de Projeto: Criando um Pacote de Processamento de Imagens com Python
Descrição
Os recursos do pacote image_processing_custom_ são:
Processamento:
- correspondência de histograma
- semelhança estrutural
- redimensionamento de imagem
Utilidades:
- ler imagem
- salvar imagem
- plot de imagem
- plot de resultados
- plot de histogramas
Instalação
Use the package manager pip to install image_processing_custom
python3 -m venv venv
source venv/bin/activate
pip install -U pip
pip install image_processing_custom
Uso
from image_processing_custom.utils import io, plot
from image_processing_custom.processing import combination, tranformation
image1_test = "image1_example.jpg"
image2_test = "image2_example.jpg"
image1 = io.read_image(image1_test)
image2 = io.read_image(image2_test)
plot.plot_image(image1)
plot.plot_image(image2)
result_image = combination.transfer_histogram(image1, image2)
plot.plot_result(image1, image2, result_image)
Autor
ojpojao
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 image_processing_custom-3.0.0.tar.gz.
File metadata
- Download URL: image_processing_custom-3.0.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
592a58d290dc88f6c5ab44796fb66de206522663acfe40028e06b01220bd2b48
|
|
| MD5 |
6b8d28a13d8f79b31a19d9b75ba7b494
|
|
| BLAKE2b-256 |
d00658ae308336036c942893f10921b5ba491a26ef30917650bb5d621aeb9468
|
File details
Details for the file image_processing_custom-3.0.0-py3-none-any.whl.
File metadata
- Download URL: image_processing_custom-3.0.0-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc1cb096ac6c4ab2463933e9ae1e7efc594f4f43f1e385d69f90948107aceae5
|
|
| MD5 |
ca126d33b74d99c27e1c7188c91d4ffc
|
|
| BLAKE2b-256 |
7e5ab981b784dcc79ea5fc80ee96fda575c1abf8f4be81b0b4a1f9f7e33ff618
|