C# Class GestureTests.Gesture.GestureSample

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

Public Methods

Method 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

Method Description
Compute3DFeatures ( GestureFeatures typeOfFeaturesToCompute ) : void

Method Details

ComputeFeatures() public method

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

GestureSample() public method

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
return System

GestureSample() public method

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
return System