ARX  1.0
The next-generation open source augmented reality toolkit.
Loading...
Searching...
No Matches
Public Attributes | List of all members
ARMarkerInfo2 Struct Reference

Captures detail of a trapezoidal region which is a candidate for marker detection. More...

#include <ar.h>

Public Attributes

int area
 Area in pixels. More...
 
ARdouble pos [2]
 Center. More...
 
int coord_num
 Number of coordinates in x_coord, y_coord. More...
 
int x_coord [AR_CHAIN_MAX]
 X values of coordinates. More...
 
int y_coord [AR_CHAIN_MAX]
 Y values of coordinates. More...
 
int vertex [5]
 Vertices. More...
 

Detailed Description

Captures detail of a trapezoidal region which is a candidate for marker detection.

Member Data Documentation

◆ area

int ARMarkerInfo2::area

Area in pixels.

◆ coord_num

int ARMarkerInfo2::coord_num

Number of coordinates in x_coord, y_coord.

◆ pos

ARdouble ARMarkerInfo2::pos[2]

Center.

◆ vertex

int ARMarkerInfo2::vertex[5]

Vertices.

◆ x_coord

int ARMarkerInfo2::x_coord[AR_CHAIN_MAX]

X values of coordinates.

◆ y_coord

int ARMarkerInfo2::y_coord[AR_CHAIN_MAX]

Y values of coordinates.


The documentation for this struct was generated from the following file: