C# Class SoD_Sensor.Person

Afficher le fichier Open project: ase-lab/SoD_Sensor_v2 Class Usage Examples

Méthodes publiques

Свойство Type Description
ID string
gesture string
leftHandConfidence string
leftHandLocation Point3D
leftHandState string
location Point3D
rightHandConfidence string
rightHandLocation Point3D
rightHandState string
trackingState int

Méthodes publiques

Méthode 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 méthode

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
Résultat System

Property Details

ID public_oe property

public string ID
Résultat string

gesture public_oe property

public string gesture
Résultat string

leftHandConfidence public_oe property

public string leftHandConfidence
Résultat string

leftHandLocation public_oe property

public Point3D,SoD_Sensor leftHandLocation
Résultat Point3D

leftHandState public_oe property

public string leftHandState
Résultat string

location public_oe property

public Point3D,SoD_Sensor location
Résultat Point3D

rightHandConfidence public_oe property

public string rightHandConfidence
Résultat string

rightHandLocation public_oe property

public Point3D,SoD_Sensor rightHandLocation
Résultat Point3D

rightHandState public_oe property

public string rightHandState
Résultat string

trackingState public_oe property

public int trackingState
Résultat int