C# Class Recognizer.Util

Afficher le fichier Open project: omanamos/kinect-nao

Méthodes publiques

Méthode 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

Méthode Description
CalculateStdDev ( IEnumerable values ) : double

Method Details

isStableSequence() public static méthode

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
Résultat bool

shouldUseJVals() public static méthode

public static shouldUseJVals ( string actName ) : bool
actName string
Résultat bool