C# 클래스 DataStore.HumanSkeleton

상속: ISkeleton
파일 보기 프로젝트 열기: omanamos/kinect-nao 1 사용 예제들

공개 메소드들

메소드 설명
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[]