Classes | |
| struct | Pose |
| Data structure describing a pose. More... | |
| struct | AnchorPose |
| Data structure for storing translation and rotation matrix associated with an anchor. More... | |
| struct | Anchor |
| Data structure for storing information about an anchor. More... | |
| class | PoseCallback |
| Interface to deliver poses to Vuforia. More... | |
| class | AnchorCallback |
| Interface to deliver anchor updates to Vuforia. More... | |
| class | ExternalPositionalDeviceTracker |
| Interface used by Vuforia to interact with the external positional device tracker implementation. More... | |
Enumerations | |
| enum class | PoseReason : int32_t { INITIALIZING , VALID , EXCESSIVE_MOTION , INSUFFICIENT_FEATURES , INSUFFICIENT_LIGHT , RELOCALIZING } |
| Enum values to describe the state of a camera pose. More... | |
| enum class | PoseCoordSystem : int32_t { CAMERA } |
| Pose is expected to be in the camera coordinate system. More... | |
| enum class | PoseValidity : int32_t { VALID , UNRELIABLE } |
| Enum values to indicate validity (quality) of a pose. More... | |
| enum class | AnchorStatus : int32_t { ADDED , UPDATED , REMOVED , PAUSED } |
| Enum values to describe anchor update reason. More... | |
| enum | PoseFusionParameter : int32_t { POSE_FUSION_PARAMETER_RESERVED = 0 } |
| The names of Pose Fusion parameters that may be queried. More... | |
|
strong |
Enum values to describe the state of a camera pose.
|
strong |
Pose is expected to be in the camera coordinate system.
| Enumerator | |
|---|---|
| CAMERA | Camera coordinate system. |
|
strong |
|
strong |
| enum PoseFusionParameter : int32_t |
The names of Pose Fusion parameters that may be queried.
| Enumerator | |
|---|---|
| POSE_FUSION_PARAMETER_RESERVED | Reserved for future use. |