C# Класс GestureTests.Gesture.GestureSample

Contains the datapoints corresponding to a single instance of a gesture.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
Compute3DFeatures ( GestureFeatures typeOfFeaturesToCompute ) : void

Описание методов

ComputeFeatures() публичный Метод

Will recompute the feature vector.
public ComputeFeatures ( GestureFeatures typeOfFeaturesToCompute ) : void
typeOfFeaturesToCompute GestureFeatures indicates the type of features to be computed.
Результат void

GestureSample() публичный Метод

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
Результат System

GestureSample() публичный Метод

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
Результат System