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.1.tar.gz
(13.7 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.1-py3-none-any.whl
(18.4 kB
view details)
File details
Details for the file visidex-0.2.1.tar.gz.
File metadata
- Download URL: visidex-0.2.1.tar.gz
- Upload date:
- Size: 13.7 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 |
b2e640e7b2c18cbd9cc276c5dd0adfb187782e82cc1c7b2ca0ac89d07503cad0
|
|
| MD5 |
099cb08742e94e390fa705fd049a0534
|
|
| BLAKE2b-256 |
7bb95d7d383208465d008fe1cfd899f6924298264794939c972e8764754c1e02
|
File details
Details for the file visidex-0.2.1-py3-none-any.whl.
File metadata
- Download URL: visidex-0.2.1-py3-none-any.whl
- Upload date:
- Size: 18.4 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 |
58b005b97b56e98dbaef1e94d98d9b0b257522d6e2aa2f9c9cfad3064f7eb6d3
|
|
| MD5 |
6648dc7bdd07553d1a3352b1fdcee4fc
|
|
| BLAKE2b-256 |
caa3561e16b0dca35968842a74aa794085113b08c712fd5a4da568f6db2dbdc7
|