![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
#include <ARX/AR/ar.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <math.h>
#include <ARX/AR2/template.h>
Functions | |
int | ar2GetResolution (const ARParamLT *cparamLT, const float trans[3][4], const float pos[2], float dpi[2]) |
int | ar2GetResolution2 (const ARParam *cparam, const float trans[3][4], const float pos[2], float dpi[2]) |
int | ar2SelectTemplate (AR2TemplateCandidateT *candidate, AR2TemplateCandidateT *prevFeature, int num, float pos[4][2], int xsize, int ysize) |
int ar2GetResolution | ( | const ARParamLT * | cparamLT, |
const float | trans[3][4], | ||
const float | pos[2], | ||
float | dpi[2] | ||
) |
int ar2GetResolution2 | ( | const ARParam * | cparam, |
const float | trans[3][4], | ||
const float | pos[2], | ||
float | dpi[2] | ||
) |
int ar2SelectTemplate | ( | AR2TemplateCandidateT * | candidate, |
AR2TemplateCandidateT * | prevFeature, | ||
int | num, | ||
float | pos[4][2], | ||
int | xsize, | ||
int | ysize | ||
) |