Estimated 3D marker location. More...
#include <PstTypes.h>
Public Attributes | |
| int | id |
| Utils::PstArray< float, 3 > | position |
| TrackingRegion | detection_region |
This struct contains information about individual 3D markers that have been detected by the PST Tracker. For a single frame, a Point is uniquely identified by its id. Note that this id is not guaranteed to be consistent over time and can change between frames.
| TrackingRegion detection_region |
Tracking region of the detected marker
| int id |
Marker identifier
| Utils::PstArray<float, 3> position |
3D marker location