#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <AR/ar.h>
#include <AR/matrix.h>
#include <AR/arMulti.h>
#include <AR/config.h>
#include <AR/param.h>
Go to the source code of this file.
Functions | |
int | arMultiActivate (ARMultiMarkerInfoT *config) |
activate a multi-marker pattern on the recognition procedure. | |
int | arMultiDeactivate (ARMultiMarkerInfoT *config) |
Desactivate a multi-marker pattern on the recognition procedure. | |
int | arMultiFreeConfig (ARMultiMarkerInfoT *config) |
remove a multi-marker pattern from memory. |
int arMultiActivate | ( | ARMultiMarkerInfoT * | config | ) |
activate a multi-marker pattern on the recognition procedure.
Activate a multi-marker for be checking during the template matching operation.
config | pointer to the multi-marker |
Definition at line 18 of file arMultiActivate.c.
int arMultiDeactivate | ( | ARMultiMarkerInfoT * | config | ) |
Desactivate a multi-marker pattern on the recognition procedure.
Desactivate a multi-marker for not be checking during the template matching operation.
config | pointer to the multi-marker |
Definition at line 31 of file arMultiActivate.c.
int arMultiFreeConfig | ( | ARMultiMarkerInfoT * | config | ) |
remove a multi-marker pattern from memory.
desactivate a pattern and remove it from memory. Post-condition of this function is unavailability of the multi-marker pattern.
config | pointer to the multi-marker |
Definition at line 44 of file arMultiActivate.c.