Skip to main content

A fiducial marker system powered by OpenCV - Supports ArUco and April

Project description

Zoloto

Build Status Documentation Status PyPI PyPI - Python Version PyPI - Wheel PyPI - Status PyPI - License

A fiducial marker system powered by OpenCV - Supports ArUco and April

Documentation

Installation

pip install zoloto

Examples

from pathlib import Path

from zoloto import MarkerDict
from zoloto.cameras import ImageFileCamera


class MyCamera(ImageFileCamera):
    marker_dict = MarkerDict.DICT_6X6_50


with MyCamera(Path("my-image.png")) 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

Development setup

./scripts/setup.sh will create a virtual environment, and install all the required development dependencies into it.

There are some additional useful scripts to assist:

  • ./scripts/test.sh: Run the unit tests and linters
  • ./scripts/fix.sh: Automatically fix issues from black and isort
  • ./scripts/benchmark.sh: Run benchmarks (these can take a couple minutes depending on your hardware)

Project details


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.5.0.tar.gz (9.2 kB view details)

Uploaded Source

File details

Details for the file zoloto-0.5.0.tar.gz.

File metadata

  • Download URL: zoloto-0.5.0.tar.gz
  • Upload date:
  • Size: 9.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.3

File hashes

Hashes for zoloto-0.5.0.tar.gz
Algorithm Hash digest
SHA256 e26b91c9a2cb64d4f79bd55e11357aa1a4969c7e085ca8692b19c2d5aa3a35a3
MD5 f484d8ff95052d109fba7fbcd8e56d25
BLAKE2b-256 b8ba6b1186071f75a163e1e9d0a6efb10ad0aacafd708dde1570333ab42b4a40

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page