https://github.com/nkeramov/artag_markers_decoder
https://github.com/nkeramov/artag_markers_decoder
artag marker
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nkeramov/artag_markers_decoder
- Owner: Nkeramov
- Created: 2023-02-17T17:13:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T17:30:08.000Z (over 3 years ago)
- Last Synced: 2025-02-25T10:41:50.273Z (over 1 year ago)
- Topics: artag, marker
- Language: C++
- Homepage:
- Size: 514 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ARtag markers decoder

This project provides an example of decoding 3x3 [ARtag markers](https://en.wikipedia.org/wiki/ARTag).
The initial data is obtained as an array of points from the camera. The array size is 160x120 points. Point arrays for 4 different markers are presented in text files.
Marker key points are computed by a heuristic algorithm.