arMultiActivate.c File Reference

#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>
Include dependency graph for arMultiActivate.c:
This graph shows which files directly or indirectly include this file:

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.

Function Documentation

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.

Parameters:
config pointer to the multi-marker
Returns:
0 if success, -1 if error

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.

Parameters:
config pointer to the multi-marker
Returns:
0 if success, -1 if error

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.

Parameters:
config pointer to the multi-marker
Returns:
0 if success, -1 if error

Definition at line 44 of file arMultiActivate.c.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines


artoolkit
Author(s): Gautier Dumonteil
autogenerated on Fri Jan 11 10:05:46 2013