C# Класс DataStore.HumanSkeleton

Наследование: ISkeleton
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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[]

Описание методов

HumanSkeleton() публичный Метод

Creates a HumanSkeleton from a list of joint positions
public HumanSkeleton ( List jointPositions ) : System
jointPositions List
Результат System

HumanSkeleton() публичный Метод

Creates a new HumanSkeleton from a flattened array of joint positions
public HumanSkeleton ( double jointPositions ) : System
jointPositions double
Результат System

HumanSkeleton() публичный Метод

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 ///
Результат System

getJoint() публичный Метод

public getJoint ( JointID id ) : Joint
id JointID
Результат Joint

toArray() публичный Метод

public toArray ( bool useJointvals ) : double[]
useJointvals bool
Результат double[]