Keypoint detection and visual retrieval library for image identification.
Project description
VisiDex: Keypoint Detection and Visual Retrieval Library
Pacote detection
Contém classes e funções para detecção de keypoints e pontos singulares em imagens.
Classes
- Detecção de keypoints usando o algoritmo REKD.
Exemplo de uso:
from visidex.detection import REKD
rd = REKD()
image = ...
keypoints = rd.detect(image)
- SingularPoints - Detecção de pontos singulares em imagens.
from visidex.detection import SingularPoints
sp = SingularPoints()
image = ...
points = sp.detect(image)
apoio
- Python 3.9+
- PyTorch 2.1+
- Kornia 0.8.0+
- e2cnn 0.2.3+
- pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
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
visidex-0.2.4.tar.gz
(14.9 kB
view details)
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
visidex-0.2.4-py3-none-any.whl
(19.9 kB
view details)
File details
Details for the file visidex-0.2.4.tar.gz.
File metadata
- Download URL: visidex-0.2.4.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.10.12 Linux/6.8.0-59-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68fa8748d0ab29bac959db7c7b1a0427fd76127b5d62f4f6d5407ddeca479cc8
|
|
| MD5 |
41b68d064374d5af809f4593189c42c8
|
|
| BLAKE2b-256 |
c8076865f2f0dcda2e670bf308bdc1775bfc03eac80e05e366f3941e5be3178f
|
File details
Details for the file visidex-0.2.4-py3-none-any.whl.
File metadata
- Download URL: visidex-0.2.4-py3-none-any.whl
- Upload date:
- Size: 19.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.10.12 Linux/6.8.0-59-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ae1935e1195de54a4a54be75ed286a6ad0994cdaab1616377b804059ba5831d
|
|
| MD5 |
8bd995390ab4060a755cc0927e87f544
|
|
| BLAKE2b-256 |
efdef8b6881182f4a6999d4a8c7938196ff6208f5d8264ce7f61a897e0dc6d0f
|