C# Class Kinect22Scratch.MainWindow

MainWindow.xaml の相互作用ロジック
Inheritance: System.Windows.Window
Show file Open project: kaorun55/Kinect22Scratch

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
AddSensorValue ( JointType jointType, string x, int value ) : void
AddSensorValue ( string key, string value ) : void
ConverDepthToImage ( DepthFrame depthFrame ) : ImageSource
MainWindow_Closing ( object sender, System e ) : void
MainWindow_Loaded ( object sender, RoutedEventArgs e ) : void
ShowBody ( BodyFrame bodyFrame ) : void
ShowJoint ( CoordinateMapper mapper, Microsoft.Kinect.Joint joint ) : void
StartKinect ( ) : void
StopKinect ( ) : void
bosyReader_FrameArrived ( object sender, BodyFrameArrivedEventArgs e ) : void
depthReader_FrameArrived ( object sender, DepthFrameArrivedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System