Interface | Description |
---|---|
CloudRecognitionService |
Interface to control CloudRecognitionServices
CloudRecognitionServices allow ImageTrackers to interact with the cloud recognition service
|
CloudRecognitionServiceConfiguration.CloudRecognitionTargetConflictSolution | |
CloudRecognitionServiceConfiguration.CloudRecognitionTargetConflictSolver | |
CloudRecognitionServiceInitializationCallback |
Callback class for CloudRecognitionService initialization
|
CloudRecognitionServiceListener |
Callback class for CloudRecognitionService recognition
|
CloudRecognitionServiceResponse |
Provides additional information for targets recognized using the CloudRecognitionService
|
CloudRecognitionServiceResponse.TargetInformations | |
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
|
IsPlatformAssistedTrackingAvailableCallback |
Callback class for the isPlatformAssistedTrackingAvailable API
|
ObjectTarget |
ObjectTarget represents a target recognized by an Object Tracker
|
ObjectTracker |
Interface to control ObjectTrackers
|
ObjectTrackerListener |
Defines all necessary callbacks for ObjectTrackers
|
Plane |
The class that represents a plane found by an instant tracker.
|
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
|
TrackerManager |
Interface to control the TrackerManager
|
Class | Description |
---|---|
CloudRecognitionServiceConfiguration |
Configuration class for
CloudRecognitionServices |
ImageTrackerConfiguration |
Configuration class for Image Trackers
|
InstantTargetRestorationConfiguration |
Configuration for the behaviour of instant targets loaded by
InstantTracker.loadExistingInstantTarget(com.wikitude.tracker.TargetCollectionResource, com.wikitude.common.CompletionCallback, com.wikitude.common.ErrorCallback, com.wikitude.tracker.InstantTargetRestorationConfiguration) . |
InstantTrackerConfiguration |
Configuration class for Instant Trackers
|
ObjectTrackerConfiguration | |
PlaneDetectionConfiguration |
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. |
InstantTargetRestorationConfiguration.InstantTargetExpansionPolicy | |
InstantTrackingState |
Enum specifying in which state the InstantTracker should run.
|
PlaneFilter |
Use this enum to determine what types of planes should be detected.
|
PlaneType |
Use this enum to determine the type of a plane that was detected by the instant tracker.
|
SmartAvailability |
Callback class for the isPlatformAssistedTrackingAvailable API
|
TrackerEfficiencyMode |
Use this enum to define the efficiency mode of the tracker.
|