C# Class MultipleKinectCS.Form1

ファイルを表示 Open project: kaorun55/openni_sandbox

Public Methods

Method Description
Form1 ( ) : System

Protected Methods

Method Description
OnPaintBackground ( PaintEventArgs pevent ) : void

Private Methods

Method Description
CalcHist ( DepthMetaData depthMD ) : void
EnumerateProductionTrees ( NodeType type ) : void
Form1_FormClosing ( object sender, FormClosingEventArgs e ) : void
Form1_KeyDown ( object sender, KeyEventArgs e ) : void
Form1_Load ( object sender, EventArgs e ) : void
Form1_Paint ( object sender, PaintEventArgs e ) : void
ReaderThread ( ) : void
xnDraw ( ) : void
xnInitialize ( ) : void
xnKeyDown ( Keys key ) : void

Method Details

Form1() public method

public Form1 ( ) : System
return System

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
return void