C# Class Recognizer.Util

Mostra file Open project: omanamos/kinect-nao

Public Methods

Method Description
isStableSequence ( double seq, double threshold ) : bool

Checks if the motion of each joint in the sequence is below a threshold

shouldUseJVals ( string actName ) : bool

Private Methods

Method Description
CalculateStdDev ( IEnumerable values ) : double

Method Details

isStableSequence() public static method

Checks if the motion of each joint in the sequence is below a threshold
public static isStableSequence ( double seq, double threshold ) : bool
seq double
threshold double
return bool

shouldUseJVals() public static method

public static shouldUseJVals ( string actName ) : bool
actName string
return bool