C# Class CURELab.SignLanguage.Launcher.MainWindow

. Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Show file Open project: huangfuyang/Sign-Language-with-Kinect

Public Methods

Method Description
MainWindow ( ) : System.IO

Private Methods

Method Description
AddSmooth ( ) : void
CheckBoxSeatedModeChanged ( object sender, RoutedEventArgs e ) : void

Handles the checking or unchecking of the seated mode combo box

DrawBone ( Microsoft.Kinect.Skeleton skeleton, System.Windows.Media.DrawingContext drawingContext, JointType jointType0, JointType jointType1 ) : void

Draws a bone line between two joints

DrawBonesAndJoints ( Microsoft.Kinect.Skeleton skeleton, System.Windows.Media.DrawingContext drawingContext ) : void

Draws a skeleton's bones and joints

MyInitialize ( ) : void
RenderClippedEdges ( Microsoft.Kinect.Skeleton skeleton, System.Windows.Media.DrawingContext drawingContext ) : void

Draws indicators to show which edges are clipping skeleton data

SensorSkeletonFrameReady ( object sender, Microsoft.Kinect.SkeletonFrameReadyEventArgs e ) : void

Event handler for Kinect sensor's SkeletonFrameReady event

SetNearMode ( ) : void
SetSeatedMode ( ) : void
SkeletonPointToScreen ( Microsoft.Kinect.SkeletonPoint skelpoint ) : Point

Maps a SkeletonPoint to lie within our render space and converts to Point

WindowClosing ( object sender, System e ) : void

Execute shutdown tasks

WindowLoaded ( object sender, RoutedEventArgs e ) : void

Execute startup tasks

Method Details

MainWindow() public method

public MainWindow ( ) : System.IO
return System.IO