C# Class ObservableKinect.SkeletonTracking

A helper that provides convenient IObservables for skeleton tracking
Afficher le fichier Open project: Aesir/ObservableKinect

Méthodes publiques

Méthode Description
SkeletonTracking ( ) : System

Initializes a new instance of the SkeletonTracking class using the default Kinect sensor.

SkeletonTracking ( int sensorIndex ) : System

Initializes a new instance of the SkeletonTracking class using the Kinect sensor at the specified index.

Private Methods

Méthode Description
ObjectInvariant ( ) : void
PrintSkeletonFrames ( SkeletonFrame frame ) : void
SkeletonTracking ( KinectSensor sensor ) : System

Method Details

SkeletonTracking() public méthode

Initializes a new instance of the SkeletonTracking class using the default Kinect sensor.
public SkeletonTracking ( ) : System
Résultat System

SkeletonTracking() public méthode

Initializes a new instance of the SkeletonTracking class using the Kinect sensor at the specified index.
public SkeletonTracking ( int sensorIndex ) : System
sensorIndex int Index of the Kinect sensor to use.
Résultat System