ARMarkerInfo2 Struct Reference

internal structure use for marker detection. More...

#include <ar.h>

List of all members.

Public Attributes

int area
int coord_num
double pos [2]
int vertex [5]
int x_coord [AR_CHAIN_MAX]
int y_coord [AR_CHAIN_MAX]

Detailed Description

internal structure use for marker detection.

Store information after contour detection (in observed screen coordinate, before distorsion correction).

Parameters:
area number of pixels in the labeled region
pos position of the center of the marker (in observed screen coordinates)
coord_num numer of pixels in the contour.
x_coord x coordinate of the pixels of contours (size limited by AR_CHAIN_MAX).
y_coord y coordinate of the pixels of contours (size limited by AR_CHAIN_MAX).
vertex position of the vertices of the marker. (in observed screen coordinates) rem:the first vertex is stored again as the 5th entry in the array – for convenience of drawing a line-strip easier.

Definition at line 170 of file ar.h.


Member Data Documentation

Definition at line 171 of file ar.h.

Definition at line 173 of file ar.h.

double ARMarkerInfo2::pos[2]

Definition at line 172 of file ar.h.

Definition at line 176 of file ar.h.

int ARMarkerInfo2::x_coord[AR_CHAIN_MAX]

Definition at line 174 of file ar.h.

int ARMarkerInfo2::y_coord[AR_CHAIN_MAX]

Definition at line 175 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