https://github.com/silicon42/hivetag
Circular black and white fiducial markers of my own design. Intended for object tracking.
https://github.com/silicon42/hivetag
c fiducial-markers object-tracking reed-solomon-codes
Last synced: 17 days ago
JSON representation
Circular black and white fiducial markers of my own design. Intended for object tracking.
- Host: GitHub
- URL: https://github.com/silicon42/hivetag
- Owner: Silicon42
- License: lgpl-3.0
- Created: 2023-11-01T05:47:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-07T05:54:04.000Z (7 months ago)
- Last Synced: 2025-12-09T21:21:48.388Z (7 months ago)
- Topics: c, fiducial-markers, object-tracking, reed-solomon-codes
- Language: C
- Homepage:
- Size: 142 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HiveTag
Circular black and white fiducial markers of my own design. Intended for object tracking.
# Cloning This Repo
This repo uses git submodules. To get the full source, you must either clone with
```git clone --recurse-submodules https://github.com/Silicon42/HiveTag```
or after cloning/downloading normally use
```git submodule update --init --recursive```
# TO-DO List
+ Fix gen_tags.c to use the new marker style and hex id naming scheme
+ consider new single dummy bit layout for 6 symbol markers
## Acknowledgements
+ croxton https://gist.github.com/croxton/7690270?short_path=ee7206f
++ I used his sample code for how to create svgs that can have parameters passed
to them via query strings