#include <armarkers.h>
Public Member Functions | |
| void | Clear () |
| Resets the current markers. | |
| bool | Init (Utility::ARConfiguration &config) |
| Initialises the markers definitions from the configuration file. | |
| bool | MatchBoundingBox (ARBoundingBox *bbox, Graphics::ARImage *image) |
| Attempts to find a match from the marker definitions. | |
Public Attributes | |
| std::map< unsigned int, ARMarker * > | markers |
| A map of ARMarker pointers. | |
|
|
Initialises the markers definitions from the configuration file.
|
|
||||||||||||
|
Attempts to find a match from the marker definitions.
|
1.3.9.1