Public Attributes
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:
areanumber of pixels in the labeled region
idmarker identitied number
dirDirection 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().
cfconfidence value (probability to be a marker)
poscenter of marker (in ideal screen coordinates)
lineline equations for four side of the marker (in ideal screen coordinates)
vertexedge points of the marker (in ideal screen coordinates)

Definition at line 147 of file include/AR/ar.h.


Member Data Documentation

Definition at line 148 of file include/AR/ar.h.

Definition at line 151 of file include/AR/ar.h.

Definition at line 150 of file include/AR/ar.h.

Definition at line 149 of file include/AR/ar.h.

Definition at line 153 of file include/AR/ar.h.

Definition at line 152 of file include/AR/ar.h.

Definition at line 154 of file include/AR/ar.h.


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


ar_recog
Author(s): Graylin Trevor Jay and Christopher Crick
autogenerated on Fri Jan 25 2013 12:15:01