ARWrapper
Provides a C++ wrapper around ARToolKit and exposes a C and JNI API
 All Classes Files Functions Variables Typedefs Enumerations Enumerator
Functions
trackingSub.h File Reference

Go to the source code of this file.

Functions

THREAD_HANDLE_T * trackingInitInit (KpmHandle *kpmHandle)
 
int trackingInitStart (THREAD_HANDLE_T *threadHandle, ARUint8 *imagePtr)
 
int trackingInitGetResult (THREAD_HANDLE_T *threadHandle, float trans[3][4], int *page)
 
int trackingInitQuit (THREAD_HANDLE_T **threadHandle_p)
 

Function Documentation

int trackingInitGetResult ( THREAD_HANDLE_T *  threadHandle,
float  trans[3][4],
int *  page 
)
THREAD_HANDLE_T* trackingInitInit ( KpmHandle *  kpmHandle)
int trackingInitQuit ( THREAD_HANDLE_T **  threadHandle_p)
int trackingInitStart ( THREAD_HANDLE_T *  threadHandle,
ARUint8 *  imagePtr 
)