C# Class GestureTests.Gesture.StrokeFeatures

Helper class used to compute features given a set of data points from a Nintendo Wiimote and/or MotionPlus.
Datei anzeigen Open project: ISUE/Multiwave Class Usage Examples

Public Methods

Method Description
StrokeFeatures ( List points ) : System

Private Methods

Method Description
Compute ( List pts ) : void
ComputeAngles ( List pts ) : void
ComputeMinMaxMedianMeanDistances ( List pts ) : void
ComputeStrokeFeatures ( List pts ) : void
Distance ( double x1, double y1, double x2, double y2 ) : float

Euclidean distance between two 3D points.

FitLine ( List pts ) : float

Method Details

StrokeFeatures() public method

public StrokeFeatures ( List points ) : System
points List
return System