#include <artoolkit.h>
Inheritance diagram for ARToolKitPreProcess:

Public Member Functions | |
| ARToolKitPreProcess (const int Threshold, CameraObject &Camera) | |
| constructor that loads the camera file etc | |
| void | ProcessFrame (const ARImage &frame) |
| processes the frame to extract markers | |
| int | AddPattern (const char *filename, double Height=0) |
| void | RemovePattern (int id) |
| removes a pattern from the watch list | |
| bool | GetMarkerPos (int id, ARPosition &result) |
| finds the location of the given marker | |
| int ARToolKitPreProcess::AddPattern | ( | const char * | filename, | |
| double | Height = 0 | |||
| ) |
add a pattern file to the watch list, returns its integer ID, -1 on error The height represents the height of the plane to intersect with
1.5.1