ARMarkerInfo Struct Reference

main structure for detected marker. More...

#include <ar.h>

List of all members.

Public Attributes

int area
double cf
int dir
int id
double line [4][3]
double pos [2]
double vertex [4][2]

Detailed Description

main structure for detected marker.

Store information after contour detection (in idea screen coordinate, after distorsion compensated).

Remarks:
lines are represented by 3 values a,b,c for ax+by+c=0
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.

double ARMarkerInfo::line[4][3]

Definition at line 153 of file ar.h.

double ARMarkerInfo::pos[2]

Definition at line 152 of file ar.h.

double ARMarkerInfo::vertex[4][2]

Definition at line 154 of file ar.h.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines


artoolkit
Author(s): Gautier Dumonteil
autogenerated on Fri Jan 11 10:05:50 2013