C# 클래스 GestureTests.Gesture.StrokeFeatures

Helper class used to compute features given a set of data points from a Nintendo Wiimote and/or MotionPlus.
파일 보기 프로젝트 열기: ISUE/Multiwave 1 사용 예제들

공개 메소드들

메소드 설명
StrokeFeatures ( List points ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

StrokeFeatures() 공개 메소드

public StrokeFeatures ( List points ) : System
points List
리턴 System