Skip navigation links
A B C D F G H I L M N O P Q R S T U V X 

A

addMarker(String) - Method in class org.artoolkit.ar.base.ARToolKit
Adds a new single marker to the set of currently active markers.
androidBuildVersion() - Static method in class org.artoolkit.ar.base.AndroidUtils
Returns a String summarising the Android build information.
AndroidUtils - Class in org.artoolkit.ar.base
A collection of utility functions for performing common and useful operations specific to Android.
AndroidUtils() - Constructor for class org.artoolkit.ar.base.AndroidUtils
 
ARActivity - Class in org.artoolkit.ar.base
An activity which can be subclassed to create an AR application.
ARActivity() - Constructor for class org.artoolkit.ar.base.ARActivity
 
array() - Constructor for class org.artoolkit.ar.base.R.array
 
ARRenderer - Class in org.artoolkit.ar.base.rendering
Base renderer which should be subclassed in the main application and provided to the ARActivity using its supplyRenderer method.
ARRenderer() - Constructor for class org.artoolkit.ar.base.rendering.ARRenderer
 
ARToolKit - Class in org.artoolkit.ar.base
The ARToolKit class is a singleton which manages access to the underlying native functions defined in the NativeInterface class.
ARW_MARKER_OPTION_FILTER_CUTOFF_FREQ - Static variable in class org.artoolkit.ar.base.NativeInterface
 
ARW_MARKER_OPTION_FILTER_SAMPLE_RATE - Static variable in class org.artoolkit.ar.base.NativeInterface
 
ARW_MARKER_OPTION_FILTERED - Static variable in class org.artoolkit.ar.base.NativeInterface
 
ARW_MARKER_OPTION_SQUARE_CONFIDENCE - Static variable in class org.artoolkit.ar.base.NativeInterface
 
ARW_MARKER_OPTION_SQUARE_CONFIDENCE_CUTOFF - Static variable in class org.artoolkit.ar.base.NativeInterface
 
ARW_MARKER_OPTION_SQUARE_USE_CONT_POSE_ESTIMATION - Static variable in class org.artoolkit.ar.base.NativeInterface
 
arwAcceptVideoImage(byte[], int, int, int, boolean) - Static method in class org.artoolkit.ar.base.NativeInterface
Passes a video frame to the native library for processing.
arwAcceptVideoImageStereo(byte[], int, int, int, boolean, byte[], int, int, int, boolean) - Static method in class org.artoolkit.ar.base.NativeInterface
Passes a video frame for the right camera of a stereo camera pair to the native library for processing.
arwAddMarker(String) - Static method in class org.artoolkit.ar.base.NativeInterface
Adds a marker to be detected.
arwCapture() - Static method in class org.artoolkit.ar.base.NativeInterface
Checks if a new video frame is available.
arwChangeToResourcesDir(String) - Static method in class org.artoolkit.ar.base.NativeInterface
Changes the working directory to the resources directory used by ARToolKit.
arwGetARToolKitVersion() - Static method in class org.artoolkit.ar.base.NativeInterface
Gets the version of the underlying ARToolKit library.
arwGetMarkerOptionBool(int, int) - Static method in class org.artoolkit.ar.base.NativeInterface
 
arwGetMarkerOptionFloat(int, int) - Static method in class org.artoolkit.ar.base.NativeInterface
 
arwGetMarkerOptionInt(int, int) - Static method in class org.artoolkit.ar.base.NativeInterface
 
arwGetProjectionMatrix() - Static method in class org.artoolkit.ar.base.NativeInterface
Retrieves the ARToolKit projection matrix.
arwGetProjectionMatrixStereo(float[], float[]) - Static method in class org.artoolkit.ar.base.NativeInterface
Retrieves the ARToolKit projection matrix for the right camera of a stereo camera pair.
arwGetVideoDebugMode() - Static method in class org.artoolkit.ar.base.NativeInterface
Returns whether debug mode is enabled.
arwGetVideoParams(int[], int[], int[], String[]) - Static method in class org.artoolkit.ar.base.NativeInterface
Returns the parameters of the video source frame.
arwGetVideoParamsStereo(int[], int[], int[], String[], int[], int[], int[], String[]) - Static method in class org.artoolkit.ar.base.NativeInterface
Returns the parameters of the video source frames.
arwGetVideoThreshold() - Static method in class org.artoolkit.ar.base.NativeInterface
Returns the current threshold value used during video image binarization.
arwInitialiseAR() - Static method in class org.artoolkit.ar.base.NativeInterface
Initialises the basic ARToolKit functions.
arwIsRunning() - Static method in class org.artoolkit.ar.base.NativeInterface
Queries whether marker detection is up and running.
arwQueryMarkerTransformation(int) - Static method in class org.artoolkit.ar.base.NativeInterface
Retrieves the transformation matrix for the specified marker
arwQueryMarkerTransformationStereo(int, float[], float[]) - Static method in class org.artoolkit.ar.base.NativeInterface
Retrieves the transformation matrix for the specified marker
arwQueryMarkerVisibility(int) - Static method in class org.artoolkit.ar.base.NativeInterface
Queries whether the specified marker is currently visible.
arwRemoveAllMarkers() - Static method in class org.artoolkit.ar.base.NativeInterface
Removes all loaded markers.
arwRemoveMarker(int) - Static method in class org.artoolkit.ar.base.NativeInterface
Removes the specified marker.
arwSetMarkerOptionBool(int, int, boolean) - Static method in class org.artoolkit.ar.base.NativeInterface
 
arwSetMarkerOptionFloat(int, int, float) - Static method in class org.artoolkit.ar.base.NativeInterface
 
arwSetMarkerOptionInt(int, int, int) - Static method in class org.artoolkit.ar.base.NativeInterface
 
arwSetVideoDebugMode(boolean) - Static method in class org.artoolkit.ar.base.NativeInterface
Sets whether to enable or disable debug mode.
arwSetVideoThreshold(int) - Static method in class org.artoolkit.ar.base.NativeInterface
Sets the threshold value used during video image binarization.
arwShutdownAR() - Static method in class org.artoolkit.ar.base.NativeInterface
Shuts down the basic ARToolKit functions.
arwStartRunning(String, String, float, float) - Static method in class org.artoolkit.ar.base.NativeInterface
Initialises video capture.
arwStartRunningStereo(String, String, String, String, String, float, float) - Static method in class org.artoolkit.ar.base.NativeInterface
Initialises stereo video capture.
arwStopRunning() - Static method in class org.artoolkit.ar.base.NativeInterface
Stops marker detection and closes the video source.
arwUpdateAR() - Static method in class org.artoolkit.ar.base.NativeInterface
Performs an update, runs marker detection if in the running state.
arwUpdateDebugTexture(byte[], boolean) - Static method in class org.artoolkit.ar.base.NativeInterface
 
assetAvailable - Variable in class org.artoolkit.ar.base.assets.AssetFileTransfer
 
assetCopied - Variable in class org.artoolkit.ar.base.assets.AssetFileTransfer
 
assetFile - Variable in class org.artoolkit.ar.base.assets.AssetFileTransfer
 
AssetFileTransfer - Class in org.artoolkit.ar.base.assets
 
AssetFileTransfer() - Constructor for class org.artoolkit.ar.base.assets.AssetFileTransfer
 
AssetFileTransferException - Exception in org.artoolkit.ar.base.assets
 
AssetFileTransferException(String) - Constructor for exception org.artoolkit.ar.base.assets.AssetFileTransferException
 
AssetFileTransferException(String, Throwable) - Constructor for exception org.artoolkit.ar.base.assets.AssetFileTransferException
 
AssetHelper - Class in org.artoolkit.ar.base.assets
 
AssetHelper(AssetManager) - Constructor for class org.artoolkit.ar.base.assets.AssetHelper
 
attr() - Constructor for class org.artoolkit.ar.base.R.attr
 
A B C D F G H I L M N O P Q R S T U V X 
Skip navigation links