#include <stdio.h>#include <stdlib.h>#include <math.h>#include <AR/ar.h>#include <AR/matrix.h>#include <AR/arMulti.h>
Go to the source code of this file.
Functions | |
| ARMultiMarkerInfoT * | arMultiReadConfigFile (const char *filename) |
| loading multi-markers description from a file | |
| static char * | get_buff (char *buf, int n, FILE *fp) |
| ARMultiMarkerInfoT* arMultiReadConfigFile | ( | const char * | filename | ) |
loading multi-markers description from a file
Load a configuration file for multi-markers tracking. The configuration file furnishs pointer to each pattern description.
| filename | name of the pattern file |
Definition at line 20 of file arMultiReadConfigFile.c.
| static char * get_buff | ( | char * | buf, | |
| int | n, | |||
| FILE * | fp | |||
| ) | [static] |
Definition at line 98 of file arMultiReadConfigFile.c.