C# Class Recognizer.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Exibir arquivo Open project: omanamos/kinect-nao

Public Properties

Property Type Description
MODEL_LIB_PATH String

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
Window_Loaded ( object sender, RoutedEventArgs e ) : void
computePCA ( double sequences ) : PrincipalComponentAnalysis
foo ( ) : void
foo2 ( ) : void
getProjectedSequence ( double sequence, PrincipalComponentAnalysis pca ) : double[][]
getProjectedSequences ( double sequences, PrincipalComponentAnalysis pca ) : double[][][]
har_Recognition ( object sender, RecognitionEventArgs e ) : void
har_RecordingReady ( object sender, EventArgs e ) : void
har_RecordingStart ( object sender, EventArgs e ) : void
har_RecordingStop ( object sender, EventArgs e ) : void
jaggedToMulti ( double inarry ) : ].double[
multiToJagged ( double inarry ) : double[][]
train ( List datafiles ) : void
trainHMM ( double sequences ) : HiddenMarkovModel

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

Property Details

MODEL_LIB_PATH public_oe static_oe property

public static String MODEL_LIB_PATH
return String