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.7.tar.gz
(15.1 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.7-py3-none-any.whl
(20.1 kB
view details)
File details
Details for the file visidex-0.2.7.tar.gz.
File metadata
- Download URL: visidex-0.2.7.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.10.12 Linux/6.8.0-83-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39106aa71262cfd62ac164deecb017ac2d99469abd30cf0f4a141d45e96f9558
|
|
| MD5 |
4a1d28489bc4a2153041494c4b85faff
|
|
| BLAKE2b-256 |
7d1ecd38b347605b852c9f1715e15294c1c93729fe20f748ba5e2c1badd907c1
|
File details
Details for the file visidex-0.2.7-py3-none-any.whl.
File metadata
- Download URL: visidex-0.2.7-py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.10.12 Linux/6.8.0-83-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91fd9e54227245634d2388b2b04808f8513f82dacc918a6e5e1f3e9bf9160cd1
|
|
| MD5 |
46953fbfa5817113db9778f703e9da64
|
|
| BLAKE2b-256 |
c0c843b2d59556ab14abcec78ac4f7745df45712aaf561f7183eb7d3f57ecfbf
|