C# Class NaoKinectCV.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
ファイルを表示 Open project: omanamos/kinect-nao

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
Window_Loaded ( object sender, RoutedEventArgs e ) : void
nui_DepthFrameReady ( object sender, ImageFrameReadyEventArgs e ) : void
nui_SkeletonFrameReady ( object sender, SkeletonFrameReadyEventArgs e ) : void
projectiveToRealWorld ( float depth, int x_proj, int y_proj, float &x_rw, float &y_rw ) : void
refineHead ( double head_points, double new_head_points ) : ].double[

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System