C# Class SoD_Sensor.Person

显示文件 Open project: ase-lab/SoD_Sensor_v2 Class Usage Examples

Public Properties

Property Type Description
ID string
gesture string
leftHandConfidence string
leftHandLocation Point3D
leftHandState string
location Point3D
rightHandConfidence string
rightHandLocation Point3D
rightHandState string
trackingState int

Public Methods

Method Description
Person ( string ID, Point3D location, string gesture, trackingStates trackState, Microsoft.Kinect.Joint leftHand, Microsoft.Kinect.Joint rightHand, HandState leftHandState, HandState rightHandState, TrackingConfidence leftHandConfidence, TrackingConfidence rightHandConfidence ) : System

Method Details

Person() public method

public Person ( string ID, Point3D location, string gesture, trackingStates trackState, Microsoft.Kinect.Joint leftHand, Microsoft.Kinect.Joint rightHand, HandState leftHandState, HandState rightHandState, TrackingConfidence leftHandConfidence, TrackingConfidence rightHandConfidence ) : System
ID string
location Point3D
gesture string
trackState trackingStates
leftHand Microsoft.Kinect.Joint
rightHand Microsoft.Kinect.Joint
leftHandState HandState
rightHandState HandState
leftHandConfidence TrackingConfidence
rightHandConfidence TrackingConfidence
return System

Property Details

ID public_oe property

public string ID
return string

gesture public_oe property

public string gesture
return string

leftHandConfidence public_oe property

public string leftHandConfidence
return string

leftHandLocation public_oe property

public Point3D,SoD_Sensor leftHandLocation
return Point3D

leftHandState public_oe property

public string leftHandState
return string

location public_oe property

public Point3D,SoD_Sensor location
return Point3D

rightHandConfidence public_oe property

public string rightHandConfidence
return string

rightHandLocation public_oe property

public Point3D,SoD_Sensor rightHandLocation
return Point3D

rightHandState public_oe property

public string rightHandState
return string

trackingState public_oe property

public int trackingState
return int