All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
VuImageTargetObservationTargetInfo Struct Reference

Public Attributes

const char * uniqueId
 Persistent system-wide unique ID associated with the Image Target.
 
const char * name
 Target name.
 
VuVector2F size
 Size (dimensions) of the Image Target in meters.
 
VuAABB bbox
 Axis-aligned bounding box of the observed target, relative to the target's frame of reference.
 
VuMatrix44F poseOffset
 Pose offset used with the Image Target.
 

Detailed Description

Target info for an Image Target from its respective observation.

Member Data Documentation

◆ uniqueId

const char* uniqueId

Persistent system-wide unique ID associated with the Image Target.

Note
The unique ID can't be changed.

◆ poseOffset

VuMatrix44F poseOffset

Pose offset used with the Image Target.

Note
The pose offset is represented as a pose matrix using the OpenGL convention.