![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
#include <ARX/AR/ar.h>
Functions | |
int | arPattAttach (ARHandle *arHandle, ARPattHandle *arPattHandle) |
Associate a set of patterns with an ARHandle. More... | |
int | arPattDetach (ARHandle *arHandle) |
Reset an ARHandle to no pattern association. More... | |
int arPattAttach | ( | ARHandle * | arHandle, |
ARPattHandle * | pattHandle | ||
) |
Associate a set of patterns with an ARHandle.
Associating a set of patterns with an ARHandle makes the patterns the set which will be searched when marker identification is performed on an image associated with the same ARHandle.
arHandle | (description) |
pattHandle | (description) |
int arPattDetach | ( | ARHandle * | arHandle | ) |
Reset an ARHandle to no pattern association.
See arPattAttach() for more information.
arHandle | (description) |