C# Class SoD_Sensor.Person

Show file 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 property

public string ID
return string

gesture public property

public string gesture
return string

leftHandConfidence public property

public string leftHandConfidence
return string

leftHandLocation public property

public Point3D,SoD_Sensor leftHandLocation
return Point3D

leftHandState public property

public string leftHandState
return string

location public property

public Point3D,SoD_Sensor location
return Point3D

rightHandConfidence public property

public string rightHandConfidence
return string

rightHandLocation public property

public Point3D,SoD_Sensor rightHandLocation
return Point3D

rightHandState public property

public string rightHandState
return string

trackingState public property

public int trackingState
return int