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.2.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.2-py3-none-any.whl
(19.8 kB
view details)
File details
Details for the file visidex-0.2.2.tar.gz.
File metadata
- Download URL: visidex-0.2.2.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 |
6416fdc164d6f1f98e1ebf12a1c3de1d263fbb3fb776e89a94d9e5fc6d512372
|
|
| MD5 |
e8ad651b8421b9a6686057e490cd5966
|
|
| BLAKE2b-256 |
cb691a9697df48d8de8f159378cdf327b4297414f6098b270b32601d0dae21fc
|
File details
Details for the file visidex-0.2.2-py3-none-any.whl.
File metadata
- Download URL: visidex-0.2.2-py3-none-any.whl
- Upload date:
- Size: 19.8 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 |
96febcc7f9d27ab389255d6cbcfa197af7a993488de4961839cabcce79103f01
|
|
| MD5 |
dce160b3e63c81f1171e87eebba62686
|
|
| BLAKE2b-256 |
d3b906bcd756caceee20528ecc6fd3c4d21553b8a4e33fa9b14c1c20d0887536
|