#include <stdio.h>
#include <stdlib.h>
#include <string.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>
#include "object.h"
#include "draw_object.h"
Go to the source code of this file.
Functions | |
static void | cleanup (void) |
static void | dispMode (void) |
static int | init (int argc, char *argv[]) |
static void | keyEvent (unsigned char key, int x, int y) |
int | main (int argc, char **argv) |
static void | mainLoop (void) |
static void | usage (char *com) |
Variables | |
static int | count = 0 |
ARParam | cparam |
ObjectData_T * | object |
double | object_center [2] = {0.0, 0.0} |
int | objectnum |
int | thresh = 100 |
char * | vconf = "" |
int | xsize |
int | ysize |
static void cleanup | ( | void | ) | [static] |
Definition at line 351 of file backup/examples/modeTest/modeTest.c.
static void dispMode | ( | void | ) | [static] |
Definition at line 309 of file backup/examples/modeTest/modeTest.c.
static int init | ( | int | argc, |
char * | argv[] | ||
) | [static] |
static void keyEvent | ( | unsigned char | key, |
int | x, | ||
int | y | ||
) | [static] |
Definition at line 81 of file backup/examples/modeTest/modeTest.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 71 of file backup/examples/modeTest/modeTest.c.
static void mainLoop | ( | void | ) | [static] |
Definition at line 176 of file backup/examples/modeTest/modeTest.c.
static void usage | ( | char * | com | ) | [static] |
Definition at line 61 of file backup/examples/modeTest/modeTest.c.
int count = 0 [static] |
Definition at line 50 of file backup/examples/modeTest/modeTest.c.
Definition at line 44 of file backup/examples/modeTest/modeTest.c.
Definition at line 46 of file backup/examples/modeTest/modeTest.c.
double object_center[2] = {0.0, 0.0} |
Definition at line 48 of file backup/examples/modeTest/modeTest.c.
int objectnum |
Definition at line 47 of file backup/examples/modeTest/modeTest.c.
int thresh = 100 |
Definition at line 41 of file backup/examples/modeTest/modeTest.c.
char* vconf = "" |
Definition at line 36 of file backup/examples/modeTest/modeTest.c.
int xsize |
Definition at line 39 of file backup/examples/modeTest/modeTest.c.
int ysize |
Definition at line 40 of file backup/examples/modeTest/modeTest.c.