markerkit
Aruco and barcode markers
Aruco creation
from markerkit import generate_arucos
generate_arucos(
output="location/to/output/path/my_board.svg",
columns=12,
rows=9,
p_type="charuco_board",
square_size=13,
aruco_marker_size=8,
dict_name="DICT_6x6_1000.json",
)
This writes the SVG to the path you pass in output.
Aruco inner and outer border detection
import cv2
from markerkit import getAruco
image = cv2.imread("path/to/image.png")
markers = getAruco(image, cv2.aruco.DICT_4X4_1000, visualisation=False)
References
Release files for markerkit 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| markerkit-0.0.1.tar.gz | 54.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| markerkit-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 108.6 kB
Release files / markerkit-0.0.1.tar.gz
| Download URL | markerkit-0.0.1.tar.gz |
|---|---|
| Size | 54.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ccda9aacc11ce0ac72ea32a8d348f2caa4c24710d6be26ce76d4e019cc841c5f
|
|
BLAKE2b-256 checksum How to use checksums |
4e65a73560277887a7868371de5885ef58a890a0448b2c4bd347135e6dd3f6a7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.8
|
Release files / markerkit-0.0.1-py3-none-any.whl
| Download URL | markerkit-0.0.1-py3-none-any.whl |
|---|---|
| Size | 54.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5829468ea5a4dfb602f746df2b7e7b9ae6fb054715b8df0b91a80c55023c7c4f
|
|
BLAKE2b-256 checksum How to use checksums |
958802fe8a1d1d8ec22e7ac139dd0890e130388de3431a6c56d58ffcc56e899b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.8
|