Estimated tracking target pose.
More...
This class contains the estimated pose information and matched points of a tracking target. The pose is provided as a row-major 4x4 transformation matrix describing the pose of the tracking target in the coordinate system defined in the PST-Client application (see the 'Reference coordinate system' Section in the PST Manual). The matched points are provided as a list of 3D data points that have been detected by the tracker and are estimated be part of the Target.
- See also
- Target, Point
- Examples
- trackingtarget/trackingtarget.cs.
◆ MatchedPoints
| Point [] PSTech.Pstsdk.TargetPose.MatchedPoints |
|
get |
Vector of detected 3D markers matched to this tracking target.
◆ MatchingError
| float PSTech.Pstsdk.TargetPose.MatchingError |
|
get |
Error between model points and detected points in model coordinates.
◆ PoseMatrix
| float [] PSTech.Pstsdk.TargetPose.PoseMatrix |
|
get |
◆ Target
| Target PSTech.Pstsdk.TargetPose.Target |
|
get |
The documentation for this class was generated from the following file: