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.1.9.tar.gz
(11.2 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.1.9-py3-none-any.whl
(15.1 kB
view details)
File details
Details for the file visidex-0.1.9.tar.gz.
File metadata
- Download URL: visidex-0.1.9.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.10.12 Linux/6.8.0-58-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bc7f07e744c333e4aa2ff9fe5105fd859c769a57d1ee1af2e6f9ff9ea7fee1a
|
|
| MD5 |
1eb065b00aeb4245387f499bd534f93f
|
|
| BLAKE2b-256 |
3bd42803180da4f7263b70f21d6487c10559740beaaf8ca2c5c94fe9b3533b44
|
File details
Details for the file visidex-0.1.9-py3-none-any.whl.
File metadata
- Download URL: visidex-0.1.9-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.10.12 Linux/6.8.0-58-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
970ba17c7476b8125572052340b0875d50de7a83a0da2fdab2bf0f58603ee8dc
|
|
| MD5 |
8d65e3035efd12a605399e75eea91c02
|
|
| BLAKE2b-256 |
afcd405cd63c4aec521795679bff0eb40cbcf33312d72b2551a22f344dd4640d
|