3#include "MarkerPattern.h"
A class to represent the pattern that may appear on a physical AR tag, NOT a physical instance of a t...
Definition MarkerPattern.h:28
cv::Vec3d getCoordinates() const
Gets the 3D coordinates of the tag with respect to the camera.
Definition Tag.cpp:17
cv::Vec3d getRVec() const
Gets the rotation vector of the tag.
Definition Tag.cpp:9
MarkerPattern getMarker() const
Gets the Marker associated with the tag.
Definition Tag.cpp:21
cv::Vec3d getTVec() const
Gets the translation vector of the tag.
Definition Tag.cpp:13