C# 클래스 CURELab.SignLanguage.Launcher.MainWindow

. Interaction logic for MainWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: huangfuyang/Sign-Language-with-Kinect

공개 메소드들

메소드 설명
MainWindow ( ) : System.IO

비공개 메소드들

메소드 설명
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

메소드 상세

MainWindow() 공개 메소드

public MainWindow ( ) : System.IO
리턴 System.IO