Difference between revisions of "Using the AprilTags Glyph Recognition System"

From Lofaro Lab Wiki
Jump to: navigation, search
(Created page with "{| align="right" |center The Apriltags system is capable of multi-marker recognition. |} The following tutorial will help users recognize AprilTag glyphs.")
 
Line 4: Line 4:
 
|}
 
|}
 
The following tutorial will help users recognize AprilTag glyphs.
 
The following tutorial will help users recognize AprilTag glyphs.
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
== Prerequisites: Ubuntu ==
 +
Our tutorials were made using Ubuntu 12.04 LTS.
 +
 +
== Get code recognizing AprilTags ==
 +
 +
The code you will use to recognize AprilTags is on Github. First clone the package from Github onto your local machine:
 +
 +
  <nowiki>$ git clone https://github.com/SD-Robot-Vision/apriltags.git</nowiki>

Revision as of 19:38, 4 February 2015

Aprildemo.jpg

The Apriltags system is capable of multi-marker recognition.

The following tutorial will help users recognize AprilTag glyphs.











Prerequisites: Ubuntu

Our tutorials were made using Ubuntu 12.04 LTS.

Get code recognizing AprilTags

The code you will use to recognize AprilTags is on Github. First clone the package from Github onto your local machine:

  $ git clone https://github.com/SD-Robot-Vision/apriltags.git