C# Class GestureTests.Gesture.GestureSample

Contains the datapoints corresponding to a single instance of a gesture.
Afficher le fichier Open project: ISUE/Multiwave Class Usage Examples

Méthodes publiques

Méthode Description
ComputeFeatures ( GestureFeatures typeOfFeaturesToCompute ) : void

Will recompute the feature vector.

GestureSample ( GestureType gType, bool rightHanded, float duration, List angles, List interpretedPoints, List strokePoints, List velocities, List inverseVelocities ) : System
GestureSample ( GestureType gesture, bool rightHanded, float duration, List angles, List elevations, List interpretedPoints, List strokePoints, List velocities, List inverseVelocities ) : System

Private Methods

Méthode Description
Compute3DFeatures ( GestureFeatures typeOfFeaturesToCompute ) : void

Method Details

ComputeFeatures() public méthode

Will recompute the feature vector.
public ComputeFeatures ( GestureFeatures typeOfFeaturesToCompute ) : void
typeOfFeaturesToCompute GestureFeatures indicates the type of features to be computed.
Résultat void

GestureSample() public méthode

public GestureSample ( GestureType gType, bool rightHanded, float duration, List angles, List interpretedPoints, List strokePoints, List velocities, List inverseVelocities ) : System
gType GestureType
rightHanded bool
duration float
angles List
interpretedPoints List
strokePoints List
velocities List
inverseVelocities List
Résultat System

GestureSample() public méthode

public GestureSample ( GestureType gesture, bool rightHanded, float duration, List angles, List elevations, List interpretedPoints, List strokePoints, List velocities, List inverseVelocities ) : System
gesture GestureType
rightHanded bool
duration float
angles List
elevations List
interpretedPoints List
strokePoints List
velocities List
inverseVelocities List
Résultat System