C# Class Interface.KinectVideoStream

Show file Open project: siracoj/signtolearn

Public Methods

Method Description
KinectVideoStream ( String username, Boolean Training ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

Private Methods

Method Description
CaptureSign ( AreaGrab AG, int currentLetterProgress, char cl ) : void
ColorImageFrameToBitmap ( ColorImageFrame colorFrame ) : Bitmap
DeActivateSensor ( ) : void
GetTestLetter ( ) : char
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PopulateAvailableSensors ( ) : void
SetTextInstruction ( string text ) : void
SetTextLetter ( string text ) : void
SetTitle ( string text ) : void
SetupSensorVideoInput ( ) : void
Start ( ) : void
Test ( ) : void
TestSign ( AreaGrab AG, char CurrentLetter ) : void
Train ( ) : void
buttonSaveExit_Click ( object sender, EventArgs e ) : void
kinectSensor_ColorFrameReady ( object sender, ColorImageFrameReadyEventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

KinectVideoStream() public method

public KinectVideoStream ( String username, Boolean Training ) : System
username String
Training Boolean
return System

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void