#include <AR/ar.h>
Go to the source code of this file.
Classes | |
struct | ARPaddleInfo |
Defines | |
#define | PADDLE_RADIUS 41.0 |
Functions | |
int | paddleGetTrans (ARPaddleInfo *paddleInfo, ARMarkerInfo *markerInfo, int *flagL, int marker_num, ARParam *cparam) |
ARPaddleInfo * | paddleInit (char *name) |
#define PADDLE_RADIUS 41.0 |
Definition at line 6 of file examples/paddleDemo/paddle.h.
int paddleGetTrans | ( | ARPaddleInfo * | paddleInfo, |
ARMarkerInfo * | markerInfo, | ||
int * | flagL, | ||
int | marker_num, | ||
ARParam * | cparam | ||
) |
Definition at line 64 of file examples/paddle/paddle.c.
ARPaddleInfo* paddleInit | ( | char * | name | ) |
Definition at line 13 of file examples/paddle/paddle.c.