ARX  1.0
The next-generation open source augmented reality toolkit.
Loading...
Searching...
No Matches
Functions
selectTemplate.c File Reference
#include <ARX/AR/ar.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <math.h>
#include <ARX/AR2/template.h>
Include dependency graph for selectTemplate.c:

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)
 

Function Documentation

◆ ar2GetResolution()

int ar2GetResolution ( const ARParamLT cparamLT,
const float  trans[3][4],
const float  pos[2],
float  dpi[2] 
)
Here is the call graph for this function:

◆ ar2GetResolution2()

int ar2GetResolution2 ( const ARParam cparam,
const float  trans[3][4],
const float  pos[2],
float  dpi[2] 
)
Here is the call graph for this function:

◆ ar2SelectTemplate()

int ar2SelectTemplate ( AR2TemplateCandidateT candidate,
AR2TemplateCandidateT prevFeature,
int  num,
float  pos[4][2],
int  xsize,
int  ysize 
)