ARWrapper
Provides a C++ wrapper around ARToolKit and exposes a C and JNI API
 All Classes Files Functions Variables Typedefs Enumerations Enumerator
ARController Member List

This is the complete list of members for ARController, including all inherited members.

addMarker(const char *cfg)ARController
ARController()ARController
canAddMarker()ARController
capture()ARController
countMarkers()ARController
findMarker(int UID)ARController
getARToolKitVersion()ARController
getDebugMode() const ARController
getError()ARController
getImageProcMode() const ARController
getLabelingMode() const ARController
getMatrixCodeType() const ARController
getNFTMultiMode() const ARController
getPatternDetectionMode() const ARController
getPatternImage(int patternID, Color *buffer)ARController
getPattRatio() const ARController
getProjectionMatrix(const int videoSourceIndex, ARdouble proj[16])ARController
getThreshold() const ARController
getThresholdMode() const ARController
initialiseBase(const int patternSize=AR_PATT_SIZE1, const int patternCountMax=AR_PATT_NUM_MAX)ARController
isRunning()ARController
loadOpticalParams(const char *optical_param_name, const char *optical_param_buff, const long optical_param_buffLen, ARdouble *fovy_p, ARdouble *aspect_p, ARdouble m[16], ARdouble p[16])ARController
logCallbackARControllerstatic
logv(const int logLevel, const char *format,...)ARControllerstatic
logv(const char *msg,...)ARControllerstatic
projectionFarPlane(void)ARController
projectionNearPlane(void)ARController
removeAllMarkers()ARController
removeMarker(int UID)ARController
setDebugMode(bool debug)ARController
setImageProcMode(int mode)ARController
setLabelingMode(int mode)ARController
setMatrixCodeType(int type)ARController
setNFTMultiMode(bool on)ARController
setPatternDetectionMode(int mode)ARController
setPattRatio(float ratio)ARController
setProjectionFarPlane(const ARdouble projectionFarPlane)ARController
setProjectionNearPlane(const ARdouble projectionNearPlane)ARController
setThreshold(int thresh)ARController
setThresholdMode(int mode)ARController
shutdown()ARController
startRunning(const char *vconf, const char *cparaName, const char *cparaBuff, const long cparaBuffLen)ARController
startRunningStereo(const char *vconfL, const char *cparaNameL, const char *cparaBuffL, const long cparaBuffLenL, const char *vconfR, const char *cparaNameR, const char *cparaBuffR, const long cparaBuffLenR, const char *transL2RName, const char *transL2RBuff, const long transL2RBuffLen)ARController
stopRunning()ARController
update()ARController
updateDebugTexture(const int videoSourceIndex, Color *buffer)ARController
updateDebugTexture32(const int videoSourceIndex, uint32_t *buffer)ARController
updateTexture(const int videoSourceIndex, Color *buffer)ARController
updateTexture32(const int videoSourceIndex, uint32_t *buffer)ARController
updateTextureGL(const int videoSourceIndex, const int textureID)ARController
videoAcceptImage(JNIEnv *env, jobject obj, const int videoSourceIndex, jbyteArray pinArray, jint width, jint height, jint cameraIndex, jboolean cameraIsFrontFacing)ARController
videoParameters(const int videoSourceIndex, int *width, int *height, AR_PIXEL_FORMAT *pixelFormat)ARController
~ARController()ARController