C# 클래스 KinectStreamConverter.KinectConverter

The KineapDevice implementation for a Kinect
상속: AssimpConverter
파일 보기 프로젝트 열기: loic-lavergne/mckineap 1 사용 예제들

공개 메소드들

메소드 설명
GetNodeIdName ( JointType jointType ) : string
RecordStream ( Microsoft.Kinect.SkeletonFrame frame ) : void

비공개 메소드들

메소드 설명
AddChildNode ( Assimp.Node parentNode, Microsoft.Kinect.Joint childJoint ) : Assimp.Node
AddJointAtTimeframeEnd ( Assimp.Scene scene, Microsoft.Kinect.Joint joint, Assimp.Animation curAnim, double time ) : void
CreateNodeHierarchy ( JointCollection jointCollection, Assimp.Scene mainScene ) : void
FindKinectJointFromNode ( string name, JointCollection jCol, Assimp.Node a ) : Microsoft.Kinect.Joint
InitAnimBones ( Assimp.Scene scene, Microsoft.Kinect.Skeleton skeleton ) : void
KinectConverter ( ) : Microsoft.Kinect
KinectJointToNode ( Assimp.Scene mainScene, Microsoft.Kinect.Joint joint, Assimp.NodeAnimationChannel matchedNode, double time ) : void

메소드 상세

GetNodeIdName() 공개 정적인 메소드

public static GetNodeIdName ( JointType jointType ) : string
jointType JointType
리턴 string

RecordStream() 공개 메소드

public RecordStream ( Microsoft.Kinect.SkeletonFrame frame ) : void
frame Microsoft.Kinect.SkeletonFrame
리턴 void