C# Class GestureTests.Gesture.XYFeatures

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

Public Methods

Method Description
XYFeatures ( List points ) : System

Private Methods

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

Euclidean distance between two 3D points.

Method Details

XYFeatures() public method

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