Skip to content
Snippets Groups Projects
Commit 6ee894e1 authored by Gauthier HEISS's avatar Gauthier HEISS
Browse files

Adding ArUco

parent e7857fbe
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,13 @@ esieabot-ai is an optional library that makes it easy to use image recognition f
.. warning:: Currently, the distance measurement (Z axis) is calibrated, but not the other axes. Please check your measurements before using them.
ArUco marker
------------
ArUco markers are simplistic markers used in augmented reality applications. Each marker represents a number, in this case esieabot-ai recognizes 4 by 4 ArUco markers, covering numbers from 0 to 250. Thanks to image processing, the position and orientation angle of the markers is recognized. This makes it possible to geolocate the esieabot in space using only its camera. You can generate markers on this site: https://chev.me/arucogen/.
.. warning:: For image recognition to work properly, the markers must be exactly 53mm square, with a small white band around them.
Installation
------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment