Classes | |
| class | ObserverBehaviour |
| The base class of all observer behaviour components. Provides access to base functionality and information of the observer. More... | |
| struct | TargetStatus |
| Includes tracking status and tracking information of a target. More... | |
Enumerations | |
| enum | Status { NO_POSE = 0 , LIMITED = 1 , TRACKED = 3 , EXTENDED_TRACKED = 4 } |
| The tracking status of the TrackableBehaviour. More... | |
| enum | StatusInfo { NORMAL = 0 , NOT_OBSERVED = 1 , UNKNOWN = 2 , INITIALIZING = 3 , RELOCALIZING = 4 , EXCESSIVE_MOTION = 5 , INSUFFICIENT_FEATURES = 6 , INSUFFICIENT_LIGHT = 7 , RECOMMENDING_GUIDANCE = 8 , WRONG_SCALE = 9 , MISSING_DATA = 10 } |
| Information on the tracking status. Gives the primary reason about the problem with tracking (STATUS::NO_POSE or STATUS::LIMITED). More... | |
| enum | TrackingOptimization { DEFAULT , LOW_FEATURE_OBJECTS , AR_CONTROLLER } |
| Optimize tracking quality and robustness for different target types. More... | |
| enum Status |
| enum StatusInfo |
Information on the tracking status. Gives the primary reason about the problem with tracking (STATUS::NO_POSE or STATUS::LIMITED).
| enum TrackingOptimization |
Optimize tracking quality and robustness for different target types.