![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
#include <ARX/AR/ar.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <ARX/AR2/config.h>
#include <ARX/AR2/coord.h>
#include <ARX/AR2/featureSet.h>
#include <ARX/AR2/template.h>
#include <ARX/AR2/tracking.h>
Functions | |
AR2TemplateT * | ar2GenTemplate (int ts1, int ts2) |
int | ar2FreeTemplate (AR2TemplateT *templ) |
int | ar2SetTemplateSub (const ARParamLT *cparamLT, const float trans[3][4], AR2ImageSetT *imageSet, AR2FeaturePointsT *featurePoints, int num, AR2TemplateT *templ) |
int ar2FreeTemplate | ( | AR2TemplateT * | templ | ) |
AR2TemplateT * ar2GenTemplate | ( | int | ts1, |
int | ts2 | ||
) |
int ar2SetTemplateSub | ( | const ARParamLT * | cparamLT, |
const float | trans[3][4], | ||
AR2ImageSetT * | imageSet, | ||
AR2FeaturePointsT * | featurePoints, | ||
int | num, | ||
AR2TemplateT * | templ | ||
) |