#include <stdio.h>
#include <stdlib.h>
#include <GL/gl.h>
#include <GL/glut.h>
#include <AR/gsub.h>
#include <AR/video.h>
#include <AR/param.h>
#include <AR/ar.h>
Go to the source code of this file.
Functions | |
static void | cleanup (void) |
static void | draw (void) |
static void | init (void) |
static void | keyEvent (unsigned char key, int x, int y) |
int | main (int argc, char **argv) |
static void | mainLoop (void) |
Variables | |
int | count = 0 |
ARParam | cparam |
char * | cparam_name = "Data/camera_para.dat" |
double | patt_center [2] = {0.0, 0.0} |
int | patt_id |
char * | patt_name = "Data/patt.hiro" |
double | patt_trans [3][4] |
double | patt_width = 80.0 |
int | thresh = 100 |
char * | vconf = "" |
int | xsize |
int | ysize |
static void cleanup | ( | void | ) | [static] |
Definition at line 144 of file backup/examples/simple/simpleTest.c.
static void draw | ( | void | ) | [static] |
Definition at line 151 of file backup/examples/simple/simpleTest.c.
static void init | ( | void | ) | [static] |
static void keyEvent | ( | unsigned char | key, |
int | x, | ||
int | y | ||
) | [static] |
Definition at line 56 of file backup/examples/simple/simpleTest.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 46 of file backup/examples/simple/simpleTest.c.
static void mainLoop | ( | void | ) | [static] |
Definition at line 67 of file backup/examples/simple/simpleTest.c.
int count = 0 |
Definition at line 29 of file backup/examples/simple/simpleTest.c.
Definition at line 32 of file backup/examples/simple/simpleTest.c.
char* cparam_name = "Data/camera_para.dat" |
Definition at line 31 of file backup/examples/simple/simpleTest.c.
double patt_center[2] = {0.0, 0.0} |
Definition at line 37 of file backup/examples/simple/simpleTest.c.
int patt_id |
Definition at line 35 of file backup/examples/simple/simpleTest.c.
char* patt_name = "Data/patt.hiro" |
Definition at line 34 of file backup/examples/simple/simpleTest.c.
double patt_trans[3][4] |
Definition at line 38 of file backup/examples/simple/simpleTest.c.
double patt_width = 80.0 |
Definition at line 36 of file backup/examples/simple/simpleTest.c.
int thresh = 100 |
Definition at line 28 of file backup/examples/simple/simpleTest.c.
char* vconf = "" |
Definition at line 24 of file backup/examples/simple/simpleTest.c.
int xsize |
Definition at line 27 of file backup/examples/simple/simpleTest.c.
int ysize |
Definition at line 27 of file backup/examples/simple/simpleTest.c.