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.2.0.tar.gz
(9.1 kB
view details)
Built Distribution
zoloto-0.2.0-py3-none-any.whl
(11.7 kB
view details)
File details
Details for the file zoloto-0.2.0.tar.gz
.
File metadata
- Download URL: zoloto-0.2.0.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.7.3 Linux/5.2.1-arch1-1-ARCH
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bf65f001217981234bc2c8d305f43dd78289ede4904825e7aa4456369f5f8b6 |
|
MD5 | 1cf5830a8723f292730b301245c6f139 |
|
BLAKE2b-256 | c8cb383e9221e89601a159523392c3d0adb087e0b0717b6fdd7a729a9952ac70 |
File details
Details for the file zoloto-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: zoloto-0.2.0-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.7.3 Linux/5.2.1-arch1-1-ARCH
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b84229a2a31139030ef28778c0ee9c12cd74212fd95d80f7aead57e51f239d2d |
|
MD5 | 44b973bc861f34d8744ff4ca5144efda |
|
BLAKE2b-256 | 6e6818c708096b999c523b49a5b0829b5139718ecf00280ad697256a7031f756 |