![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <stdbool.h>
#include <inttypes.h>
#include <ARX/AR/ar.h>
#include <ARX/AR/arMulti.h>
Functions | |
ARMultiMarkerInfoT * | arMultiReadConfigFile (const char *filename, ARPattHandle *pattHandle) |
Creates a new multi-marker configuration and fills it with the config from the multi-marker config file. More... | |
ARMultiMarkerInfoT * arMultiReadConfigFile | ( | const char * | filename, |
ARPattHandle * | pattHandle | ||
) |
Creates a new multi-marker configuration and fills it with the config from the multi-marker config file.
The returned value should be freed by calling arMultiFreeConfig when done.