![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
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... | |
Captures detail of a trapezoidal region which is a candidate for marker detection.
| int ARMarkerInfo2::area |
Area in pixels.
| int ARMarkerInfo2::coord_num |
Number of coordinates in x_coord, y_coord.
| ARdouble ARMarkerInfo2::pos[2] |
Center.
| int ARMarkerInfo2::vertex[5] |
Vertices.
| int ARMarkerInfo2::x_coord[AR_CHAIN_MAX] |
X values of coordinates.
| int ARMarkerInfo2::y_coord[AR_CHAIN_MAX] |
Y values of coordinates.
1.9.5