ARMarkerInfo Struct Reference
main structure for detected marker.
More...
#include <ar.h>
List of all members.
Detailed Description
main structure for detected marker.
Store information after contour detection (in idea screen coordinate, after distorsion compensated).
- Parameters:
-
| area | number of pixels in the labeled region |
| id | marker identitied number |
| dir | Direction that tells about the rotation about the marker (possible values are 0, 1, 2 or 3). This parameter makes it possible to tell about the line order of the detected marker (so which line is the first one) and so find the first vertex. This is important to compute the transformation matrix in arGetTransMat(). |
| cf | confidence value (probability to be a marker) |
| pos | center of marker (in ideal screen coordinates) |
| line | line equations for four side of the marker (in ideal screen coordinates) |
| vertex | edge points of the marker (in ideal screen coordinates) |
Definition at line 147 of file ar.h.
Member Data Documentation
Definition at line 148 of file ar.h.
Definition at line 151 of file ar.h.
Definition at line 150 of file ar.h.
Definition at line 149 of file ar.h.
Definition at line 153 of file ar.h.
Definition at line 152 of file ar.h.
Definition at line 154 of file ar.h.
The documentation for this struct was generated from the following file: