C# Class CCT.NUI.TestDataCollector.TestDepthFrame

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: an83/KinectTouch2 Class Usage Examples

Méthodes publiques

Méthode Description
TestDepthFrame ( ) : System
TestDepthFrame ( DepthDataFrame frame ) : System
TestDepthFrame ( string id, DepthDataFrame frame, IEnumerable hands ) : System
ToTestDepthFrame ( ) : HandTracking.Persistence.TestFrameEntity

Méthodes protégées

Méthode Description
OnPropertyChanged ( string property ) : void

Method Details

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string property ) : void
property string
Résultat void

TestDepthFrame() public méthode

public TestDepthFrame ( ) : System
Résultat System

TestDepthFrame() public méthode

public TestDepthFrame ( DepthDataFrame frame ) : System
frame CCT.NUI.Core.DepthDataFrame
Résultat System

TestDepthFrame() public méthode

public TestDepthFrame ( string id, DepthDataFrame frame, IEnumerable hands ) : System
id string
frame CCT.NUI.Core.DepthDataFrame
hands IEnumerable
Résultat System

ToTestDepthFrame() public méthode

public ToTestDepthFrame ( ) : HandTracking.Persistence.TestFrameEntity
Résultat HandTracking.Persistence.TestFrameEntity