C# Class SpikeWPF.Core

Inheritance: INotifyPropertyChanged
显示文件 Open project: hcilab-um/STim

Public Methods

Method Description
Initialize ( ) : void
Shutdown ( ) : void

Private Methods

Method 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 method

public Initialize ( ) : void
return void

Shutdown() public method

public Shutdown ( ) : void
return void