C# Class CCT.NUI.TestDataCollector.MainViewModel

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

Méthodes publiques

Méthode Description
ClearCurrentFrame ( ) : void
MainViewModel ( ClusterDataSourceSettings clusterDataSourceSettings, ShapeDataSourceSettings shapeDataSourceSettings, HandDataSourceSettings handDataSourceSettings ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( string property ) : void

Private Methods

Méthode Description
AddFrame ( TestDepthFrame testFrame ) : void
AddHand ( ) : void
AddNewDepthFrame ( DepthDataFrame depthDataFrame ) : void
ChangeOptions ( ) : void
FindId ( ) : string
GetZ ( ) : float
LoadDepthFrame ( string path ) : void
LoadFrames ( ) : void
MarkFingers ( HandDataViewModel handData ) : void
MarkPalmCenter ( HandDataViewModel handData ) : void
RefreshDepthFrame ( ) : void
RemoveFinger ( FingerRoutedEventArgs e ) : void
RemoveFrame ( ) : void
RemoveHand ( HandDataViewModel handData ) : void
SaveCurrentFrame ( ) : void
SelectFrame ( TestDepthFrame depthFrame ) : void
SelectPoint ( ) : void
ToggleLayers ( ) : void
VideoPresenter_NewFrameCaptured ( DepthDataFrame depthDataFrame ) : void

Method Details

ClearCurrentFrame() public méthode

public ClearCurrentFrame ( ) : void
Résultat void

MainViewModel() public méthode

public MainViewModel ( ClusterDataSourceSettings clusterDataSourceSettings, ShapeDataSourceSettings shapeDataSourceSettings, HandDataSourceSettings handDataSourceSettings ) : System
clusterDataSourceSettings CCT.NUI.Core.Clustering.ClusterDataSourceSettings
shapeDataSourceSettings CCT.NUI.Core.Shape.ShapeDataSourceSettings
handDataSourceSettings CCT.NUI.HandTracking.HandDataSourceSettings
Résultat System

OnPropertyChanged() protected méthode

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