#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 "draw_object.h"
Go to the source code of this file.
Functions | |
static void | cleanup (void) |
static void | getResultQuat (ARMarkerInfo *marker_info) |
static void | getResultRaw (ARMarkerInfo *marker_info) |
static int | init (void) |
static void | keyEvent (unsigned char key, int x, int y) |
int | main (int argc, char **argv) |
static void | mainLoop (void) |
static void | motionEvent (int x, int y) |
static void | mouseEvent (int button, int state, int x, int y) |
Variables | |
double | a = 0.0 |
double | b = -45.0 |
ARParam | cparam |
int | disp_mode = 1 |
int | mouse_ox |
int | mouse_oy |
int | mouse_st = 0 |
int | outputMode = 0 |
double | r = 500.0 |
double | target_center [2] = {0.0, 0.0} |
int | target_id |
double | target_width = 80.0 |
int | thresh = 100 |
char * | vconf = "" |
int | xsize |
int | ysize |
static void cleanup | ( | void | ) | [static] |
Definition at line 232 of file examples/exview/exview.c.
static void getResultQuat | ( | ARMarkerInfo * | marker_info | ) | [static] |
Definition at line 161 of file examples/exview/exview.c.
static void getResultRaw | ( | ARMarkerInfo * | marker_info | ) | [static] |
Definition at line 136 of file examples/exview/exview.c.
static int init | ( | void | ) | [static] |
static void keyEvent | ( | unsigned char | key, |
int | x, | ||
int | y | ||
) | [static] |
Definition at line 239 of file examples/exview/exview.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 60 of file examples/exview/exview.c.
static void mainLoop | ( | void | ) | [static] |
Definition at line 71 of file examples/exview/exview.c.
static void motionEvent | ( | int | x, |
int | y | ||
) | [static] |
Definition at line 276 of file examples/exview/exview.c.
static void mouseEvent | ( | int | button, |
int | state, | ||
int | x, | ||
int | y | ||
) | [static] |
Definition at line 295 of file examples/exview/exview.c.
double a = 0.0 |
Definition at line 40 of file examples/exview/exview.c.
double b = -45.0 |
Definition at line 41 of file examples/exview/exview.c.
Definition at line 33 of file examples/exview/exview.c.
int disp_mode = 1 |
Definition at line 39 of file examples/exview/exview.c.
int mouse_ox |
Definition at line 36 of file examples/exview/exview.c.
int mouse_oy |
Definition at line 37 of file examples/exview/exview.c.
int mouse_st = 0 |
Definition at line 38 of file examples/exview/exview.c.
int outputMode = 0 |
Definition at line 34 of file examples/exview/exview.c.
double r = 500.0 |
Definition at line 42 of file examples/exview/exview.c.
double target_center[2] = {0.0, 0.0} |
Definition at line 45 of file examples/exview/exview.c.
int target_id |
Definition at line 44 of file examples/exview/exview.c.
double target_width = 80.0 |
Definition at line 46 of file examples/exview/exview.c.
int thresh = 100 |
Definition at line 32 of file examples/exview/exview.c.
char* vconf = "" |
Definition at line 27 of file examples/exview/exview.c.
int xsize |
Definition at line 30 of file examples/exview/exview.c.
int ysize |
Definition at line 31 of file examples/exview/exview.c.