C# Class SpikeWPF.Core

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: hcilab-um/STim

Méthodes publiques

Méthode Description
Initialize ( ) : void
Shutdown ( ) : void

Private Methods

Méthode Description
ApplyTransformations ( WagSkeleton skeleton ) : void
CalculateHeadLocation ( WagSkeleton skeleton ) : System.Windows.Media.Media3D.Point3D
CalculateHeadOrientation ( WagSkeleton skeleton ) : System.Windows.Media.Media3D.Vector3D
Core ( ) : System
DrawImage ( Microsoft.Kinect.ColorImageFrame colorFrame, WagSkeleton skeletons ) : System.Windows.Media.DrawingImage
ExtractValidSkeletons ( Microsoft.Kinect.Skeleton rawSkeletons ) : void
InitializeDrawingImage ( Microsoft.Kinect.ColorImageFrame colorFrame, System.Windows.Media.DrawingContext drawingContext ) : void
OnPropertyChanged ( String name ) : void
SetTransformMatrix ( double offsetX, double offsetY, double offsetZ, int rotateAroundX ) : Matrix3D
kinectSensor_AllFramesReady ( object sender, AllFramesReadyEventArgs e ) : void

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void