Interface | Description |
---|---|
ClientTracker | Deprecated
ClientTrackers have been deprecated since Native SDK 2.0.0.
|
ClientTrackerEventListener | Deprecated
ClientTrackers have been deprecated since Native SDK 2.0.0.
|
CloudRecognitionService |
Interface to control CloudRecognitionServices
CloudRecognitionServices allow ImageTrackers to interact with the cloud recognition service
|
CloudRecognitionServiceInitializationCallback |
Callback class for CloudRecognitionService initialization
|
CloudRecognitionServiceListener |
Callback class for CloudRecognitionService recognition
|
CloudTracker | Deprecated
CloudTrackers have been deprecated since Native SDK 2.0.0.
|
CloudTrackerEventListener | Deprecated
CloudTrackers have been deprecated since Native SDK 2.0.0.
|
ContinuousCloudRecognitionServiceInterruptionListener |
Callback class for CloudRecognitionService continuous recognition interruption
|
ImageTarget |
ImageTarget represents a target recognized by an Image Tracker
|
ImageTarget.OnDistanceBetweenTargetsListener |
Interface definition for a callback to be invoked when the distance between two ImageTargets changes.
|
ImageTracker |
Interface to control Image Trackers
|
ImageTrackerListener |
Defines all necessary callbacks for ImageTrackers
|
InitializationPose |
Contains tracking information when an InstantTracker is running in Initialization mode
|
InstantTarget |
ImageTarget represents a target recognized by an Image Tracker
|
InstantTracker |
Interface to control Instant Trackers
|
InstantTracker.PointCloudCallback |
Interface to receive instant tracking point cloud data as
Vector3 <Float>[] . |
InstantTracker.PointCloudNativeCallback |
Interface to receive instant tracking point cloud data as pointer to a native float array.
|
InstantTracker.ScenePickingCallback |
Interface to receive picking results from the InstantTracker class
|
InstantTrackerListener |
Defines all necessary callbacks for InstantTrackers
|
InstantTrackerScenePickingCallback | Deprecated
Use
InstantTracker.ScenePickingCallback instead. |
Target |
Target is the base class for any target that can be recognized by the SDK.
|
TargetCollectionResource |
Interface to control TargetCollectionResources
TargetCollectionResources load image or object target collections either from local storage or from a remote server
TargetCollectionResources can be used with ImageTrackers and ObjectTrackers
|
TargetCollectionResourceLoadingCallback |
Callback class for TargetCollectionResource loading
|
Tracker<ListenerType extends TrackerEventListener> | Deprecated
Use either
ImageTracker or InstantTracker Generic base class of Client- and CloudTracker |
TrackerEventListener | Deprecated
ClientTrackers and CloudTrackers have been deprecated since Native SDK 2.0.0.
|
TrackerManager |
Interface to control the TrackerManager
|
Class | Description |
---|---|
CloudRecognitionServiceConfiguration |
Configuration class for
CloudRecognitionServices |
CloudRecognitionServiceResponse |
Provides additional information for targets recognized using the CloudRecognitionService
|
ImageTrackerConfiguration |
Configuration class for Image Trackers
|
InstantTrackerConfiguration |
Configuration class for Instant Trackers
|
Tracking | Deprecated |
Enum | Description |
---|---|
ImageTrackerConfiguration.ImageRecognitionRangeExtension |
ImageRecognitionRangeExtension defines if ImageTracker should use an optimized algorithm to detect target images in greater distance to the camera.
Extending the recognition range requires HD camera frames processing and therefore needs more CPU power than the default recognition range. Extending the recognition distance requires more computational power of the CPU. |
InstantTrackingState |
Enum specifying in which state the InstantTracker should run.
|
Tracker.TrackingType | Deprecated |
TrackerManager.ServerRegion | Deprecated |
Tracking.Type | Deprecated
Defines the type of tracker
|