Skip to main content

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

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_custom-3.0.0.tar.gz (1.8 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_custom-3.0.0-py3-none-any.whl (1.9 kB view details)

Uploaded Python 3

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

Hashes for image_processing_custom-3.0.0.tar.gz
Algorithm Hash digest
SHA256 592a58d290dc88f6c5ab44796fb66de206522663acfe40028e06b01220bd2b48
MD5 6b8d28a13d8f79b31a19d9b75ba7b494
BLAKE2b-256 d00658ae308336036c942893f10921b5ba491a26ef30917650bb5d621aeb9468

See more details on using hashes here.

File details

Details for the file image_processing_custom-3.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for image_processing_custom-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dc1cb096ac6c4ab2463933e9ae1e7efc594f4f43f1e385d69f90948107aceae5
MD5 ca126d33b74d99c27e1c7188c91d4ffc
BLAKE2b-256 7e5ab981b784dcc79ea5fc80ee96fda575c1abf8f4be81b0b4a1f9f7e33ff618

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