A fiducial marker system powered by OpenCV - Supports ArUco and April
Project description
Zoloto
A fiducial marker system powered by OpenCV - Supports ArUco and April
Installation
pip install zoloto
Examples
from pathlib import Path
from zoloto import MarkerDict
from zoloto.cameras import ImageFileCamera
with ImageFileCamera(Path("my-image.png"), marker_dict=MarkerDict.DICT_6X6_50) as camera:
camera.save_frame("my-annotated-image.png", annotate=True)
print("I saved an image with {} markers in.".format(len(camera.get_visible_markers())))
More examples can be found in the examples/
directory.
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
zoloto-0.3.0.tar.gz
(9.4 kB
view details)
Built Distribution
zoloto-0.3.0-py3-none-any.whl
(12.2 kB
view details)
File details
Details for the file zoloto-0.3.0.tar.gz
.
File metadata
- Download URL: zoloto-0.3.0.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.7.3 Linux/5.2.2-arch1-1-ARCH
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d5c631b509c8ec3fcdaa417b441f089161568109758eae43b415e1c2a28b8e8 |
|
MD5 | 56bc5fe07c46dac60c7c6ca1e0e088ab |
|
BLAKE2b-256 | 3ffdbca7956793e4c8a8c8b70b5ad0e93d07892fe7e775f5a16a02d2cc15ab99 |
File details
Details for the file zoloto-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: zoloto-0.3.0-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.7.3 Linux/5.2.2-arch1-1-ARCH
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f27768cb17b3aa74114d8bb54e50cfef27431a3f2fee02b5f84a9ebfaabd3b1 |
|
MD5 | 012fd0c87a1706256a5b9d8a6f6a5ae9 |
|
BLAKE2b-256 | d3dc2a117cca83a8d8a3d4417de9fa1709526b33ea0435c30cd5219e722b0df5 |