C# Class DataStore.HumanSkeleton

Inheritance: ISkeleton
Afficher le fichier Open project: omanamos/kinect-nao Class Usage Examples

Méthodes publiques

Méthode Description
HumanSkeleton ( List jointPositions ) : System

Creates a HumanSkeleton from a list of joint positions

HumanSkeleton ( double jointPositions ) : System

Creates a new HumanSkeleton from a flattened array of joint positions

HumanSkeleton ( string line ) : System

Initialize a new HumanSkeleton model with the given observed joints

getJoint ( JointID id ) : Joint
toArray ( bool useJointvals ) : double[]

Method Details

HumanSkeleton() public méthode

Creates a HumanSkeleton from a list of joint positions
public HumanSkeleton ( List jointPositions ) : System
jointPositions List
Résultat System

HumanSkeleton() public méthode

Creates a new HumanSkeleton from a flattened array of joint positions
public HumanSkeleton ( double jointPositions ) : System
jointPositions double
Résultat System

HumanSkeleton() public méthode

Initialize a new HumanSkeleton model with the given observed joints
public HumanSkeleton ( string line ) : System
line string A line of the format: /// timestamp j1x j1y j1z .... j20x j20y j20z ///
Résultat System

getJoint() public méthode

public getJoint ( JointID id ) : Joint
id JointID
Résultat Joint

toArray() public méthode

public toArray ( bool useJointvals ) : double[]
useJointvals bool
Résultat double[]