C# Class SignLanguageEducationSystem.SignWordPage

Interaction logic for SignWordPage.xaml
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: huangfuyang/Sign-Language-with-Kinect Class Usage Examples

Public Methods

Method Description
SignWordPage ( SystemStatusCollection systemStatusCollection ) : System

Private Methods

Method Description
AllFrameReady ( object sender, AllFramesReadyEventArgs e ) : void
CalculateCost ( SignModel sm1, SignModel sm2 ) : double
LoadSkeleton ( string filename ) : SignModel
ProcessSkeleton ( string name, List s ) : SignModel
SaveSkeleton ( string filename, SignModel data ) : void
ScoreSign ( ) : void
SkeletonPointToScreen ( Microsoft.Kinect.SkeletonPoint skelpoint ) : Point

Maps a SkeletonPoint to lie within our render space and converts to Point

btnBack_Click ( object sender, RoutedEventArgs e ) : void
btnRestart_Click ( object sender, RoutedEventArgs e ) : void
btn_DTW_Click ( object sender, RoutedEventArgs e ) : void
btn_Save_Click ( object sender, RoutedEventArgs e ) : void
btn_Score_Click ( object sender, RoutedEventArgs e ) : void
videoPlayer_Loaded ( object sender, RoutedEventArgs e ) : void
videoPlayer_MediaEnded ( object sender, RoutedEventArgs e ) : void

Method Details

SignWordPage() public method

public SignWordPage ( SystemStatusCollection systemStatusCollection ) : System
systemStatusCollection SystemStatusCollection
return System