PST SDK  5.2.0.0-0eac0f6
pstech.pstsdk.point.Point Class Reference

Estimated 3D marker location. More...

Public Member Functions

def __init__ (self, c_point)
 
def __eq__ (self, other)
 

Public Attributes

 id
 Marker identifier. More...
 
 position
 3D marker location More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__()

def pstech.pstsdk.point.Point.__init__ (   self,
  c_point 
)
+ Here is the call graph for this function:

Member Function Documentation

◆ __eq__()

def pstech.pstsdk.point.Point.__eq__ (   self,
  other 
)
+ Here is the caller graph for this function:

Member Data Documentation

◆ id

pstech.pstsdk.point.Point.id

Marker identifier.

◆ position

pstech.pstsdk.point.Point.position

3D marker location


The documentation for this class was generated from the following file: