C# Class GesturesViewer.TrainingManager

Inheritance: INotifyPropertyChanged
Show file Open project: ushadow/handinput

Public Properties

Property Type Description
DoneLabel String
GestureDefFile String
KinectDataPattern String
KinectDataRegex String
KinectGTDPattern String
RestLabel String
StartLabel String

Public Methods

Method Description
Start ( ) : void

Starts gesture training recording procedure.

TrainingManager ( ) : System

Private Methods

Method Description
GetHelpText ( String gesture ) : String
Init ( ) : void

Initialization of the training process.

NextWaitTime ( ) : int
OnPropertyChanged ( String propName ) : void
OnTimeEvent ( object source, System.Timers.ElapsedEventArgs e ) : void

Method Details

Start() public method

Starts gesture training recording procedure.
public Start ( ) : void
return void

TrainingManager() public method

public TrainingManager ( ) : System
return System

Property Details

DoneLabel public static property

public static String DoneLabel
return String

GestureDefFile public static property

public static String GestureDefFile
return String

KinectDataPattern public static property

public static String KinectDataPattern
return String

KinectDataRegex public static property

public static String KinectDataRegex
return String

KinectGTDPattern public static property

public static String KinectGTDPattern
return String

RestLabel public static property

public static String RestLabel
return String

StartLabel public static property

public static String StartLabel
return String