Estimated 3D marker location.
More...
Estimated 3D marker location.
This class contains information about individual 3D markers that have been detected by the PST Tracker but have not been estimated to be part of an active tracking target. As a single 3D point has no features to distinguish it from another, points are given an identifier based on their previous motion. Note that there is no guarantee that the identifier is consistent between sensor updates.
- See also
- trackerdata.TrackerData
◆ __init__()
def pstech.pstsdk.point.Point.__init__ |
( |
|
self, |
|
|
|
c_point |
|
) |
| |
◆ __eq__()
def pstech.pstsdk.point.Point.__eq__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ id
pstech.pstsdk.point.Point.id |
◆ position
pstech.pstsdk.point.Point.position |
a tuple representing the 3D marker location
The documentation for this class was generated from the following file:
- C:/CI/builds/aS8LEeTG/0/ps-tech/pst-installer/pstsdk/python/pstech/pstsdk/point.py