#include <AR/ar.h>
Go to the source code of this file.
Functions | |
ARMarkerInfo * | arGetMarkerInfo (ARUint8 *image, ARMarkerInfo2 *marker_info2, int *marker_num) |
information on | |
ARMarkerInfo * | arsGetMarkerInfo (ARUint8 *image, ARMarkerInfo2 *marker_info2, int *marker_num, int LorR) |
Variables | |
static ARMarkerInfo | marker_infoL [AR_SQUARE_MAX] |
static ARMarkerInfo | marker_infoR [AR_SQUARE_MAX] |
ARMarkerInfo* arGetMarkerInfo | ( | ARUint8 * | image, |
ARMarkerInfo2 * | marker_info2, | ||
int * | marker_num | ||
) |
information on
XXXBK
image | XXXBK |
marker_info2 | XXXBK |
marker_num | XXXBK |
Definition at line 17 of file lib/SRC/AR/arGetMarkerInfo.c.
ARMarkerInfo* arsGetMarkerInfo | ( | ARUint8 * | image, |
ARMarkerInfo2 * | marker_info2, | ||
int * | marker_num, | ||
int | LorR | ||
) |
Definition at line 48 of file lib/SRC/AR/arGetMarkerInfo.c.
ARMarkerInfo marker_infoL[AR_SQUARE_MAX] [static] |
Definition at line 14 of file lib/SRC/AR/arGetMarkerInfo.c.
ARMarkerInfo marker_infoR[AR_SQUARE_MAX] [static] |
Definition at line 15 of file lib/SRC/AR/arGetMarkerInfo.c.