Method | Description | |
---|---|---|
ComputeFeatures ( GestureFeatures typeOfFeaturesToCompute ) : void |
Will recompute the feature vector.
|
|
GestureSample ( GestureType gType, bool rightHanded, float duration, List |
||
GestureSample ( GestureType gesture, bool rightHanded, float duration, List |
Method | Description | |
---|---|---|
Compute3DFeatures ( GestureFeatures typeOfFeaturesToCompute ) : void |
public ComputeFeatures ( GestureFeatures typeOfFeaturesToCompute ) : void | ||
typeOfFeaturesToCompute | GestureFeatures | indicates the type of features to be computed. |
return | void |
public GestureSample ( GestureType gType, bool rightHanded, float duration, List |
||
gType | GestureType | |
rightHanded | bool | |
duration | float | |
angles | List |
|
interpretedPoints | List |
|
strokePoints | List |
|
velocities | List |
|
inverseVelocities | List |
|
return | System |
public GestureSample ( GestureType gesture, bool rightHanded, float duration, List |
||
gesture | GestureType | |
rightHanded | bool | |
duration | float | |
angles | List |
|
elevations | List |
|
interpretedPoints | List |
|
strokePoints | List |
|
velocities | List |
|
inverseVelocities | List |
|
return | System |