![]() |
PST SDK
5.1.0.0-e242fa9
|
Tracking information retrieved from tracker. More...
#include <pst-sdk.h>
Collaboration diagram for PSTech::pstsdk::TrackerData:Public Attributes | |
| double | timestamp |
| int | seqnumber |
| TargetPoses | targetlist |
| Points | datapoints |
This struct contains all tracking information recorded at a certain time instance. It provides a list of all active tracking targets that have been detected by the PST Tracker, as well as a list of all 3D data points that have been detected by the tracker and are estimated not to be part of any active tracking target.
| Points PSTech::pstsdk::TrackerData::datapoints |
Vector of detected 3D markers not matched to a tracking target
| int PSTech::pstsdk::TrackerData::seqnumber |
Incremental data recording id
| TargetPoses PSTech::pstsdk::TrackerData::targetlist |
Vector of detected tracking targets
| double PSTech::pstsdk::TrackerData::timestamp |
Time the data was recorded