#include <MultiTag.hpp>
Public Member Functions | |
TagInfo (int, Point2D, float) | |
Public Attributes | |
int | id |
float | size |
Point2D | origin |
Information about tag in real world coordinates
aram::TagInfo::TagInfo | ( | int | i, |
Point2D | o, | ||
float | s | ||
) |
Constructor
[in] | int | i tag id |
[in] | Point2D | o origin coordinate (bottom left corner) |
[in] | float | s size of tag (always use the same unit !) |
int aram::TagInfo::id |
tag id
Point2D aram::TagInfo::origin |
origin of tag in user define unit
float aram::TagInfo::size |
size in user defind unit