No project description provided
Project description
IMAGE COMBINATION
Descrição.
Pacote utilizado para combinar imagens diferentes e gerar uma nova imagem a partir da combinação delas
Modulos:
Processing:
- Histogram matching
- Structural similarity
- Resize image
Utils:
- Read image
- Save image
- Plot image
- Plot result
- Plot histogram
Instalação
utilize o gerenciador de pacote pip para instalar o pacote
pip install image_combination
Usar
from image_combination.utils.io import read_image
from image_combination.processing.transformation import resize_image
from image_combination.processing.combination import find_difference, transfer_histogram
from image_combination.utils.plot import plot_result, plot_histogram
img1 = read_image(path)
img2 = read_image(path)
img1 = resize_image(img1, 300, 600)
img2 = resize_image(img2, 300, 600)
find_difference(img1, img2)
plot_histogram(img1)
plot_histogram(img2)
combination1 = transfer_histogram(img1, img2)
combination2 = transfer_histogram(img2, img1)
plot_result(img1, img2, combination1)
plot_result(img2, img1, combination2)
Autor
Everton Vaz
pacote criado para fins educacionais
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_combination-0.0.1.tar.gz.
File metadata
- Download URL: image_combination-0.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64ae38f646b0b697d241dcad32ab9f5994891b68c1dcadf0599d4f33a75893ae
|
|
| MD5 |
802ace08686f321e949c52d3d0020a7d
|
|
| BLAKE2b-256 |
28b975b0c94b285bae85da95a669d9de2bf6ce4b11821db869f778f195924361
|
File details
Details for the file image_combination-0.0.1-py3-none-any.whl.
File metadata
- Download URL: image_combination-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be800aa9bbd6bae5d317dd767c6241a8bc232c3933c9049bb25cce3dd142abf2
|
|
| MD5 |
a86c67d444c349aa0a0722c04e2fd606
|
|
| BLAKE2b-256 |
60c2405d1b24bdf78911d558b85efa61844b526d59bdf672c4e1cc4d2a3feb80
|