Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Latest commit

 

History

History
45 lines (32 loc) · 1.85 KB

readme.md

File metadata and controls

45 lines (32 loc) · 1.85 KB

Pi-Tag Detector

This is a fork of the Pi-Tag fiducial marker detector in the cob_fiducials ROS module, modified to not require ROS. Other modifications include a separate function to just get the marker pixel coordinates instead of the pose and the addition of the ellipse refinement step mentioned in the Pi-Tag paper.

One example marker is included in the markers directory, copied from cob_fiducials. Others can be generated with a Pi-Tag generator.

The included test program can be invoked with ./pitag-test modelfile imagefile, which will print a list of detected tags and the image pixel locations of their dots.

Dependencies

License

  • LGPL v3+ (per the cob_fiducials license)
  • The ellipse refinement step, copied from the RUNE-Tag reference implementation, and the test program are licensed under the MIT license

Credits