Method | Description | |
---|---|---|
HumanSkeleton ( List |
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 ) : |
||
toArray ( bool useJointvals ) : double[] |
public HumanSkeleton ( List |
||
jointPositions | List |
|
return | System |
public HumanSkeleton ( double jointPositions ) : System | ||
jointPositions | double | |
return | System |
public HumanSkeleton ( string line ) : System | ||
line | string | A line of the format: /// timestamp j1x j1y j1z .... j20x j20y j20z /// |
return | System |
public toArray ( bool useJointvals ) : double[] | ||
useJointvals | bool | |
return | double[] |