C# 클래스 KinectStreamConverter.AssimpAutoHumanBodyMerger

파일 보기 프로젝트 열기: loic-lavergne/mckineap

공개 메소드들

메소드 설명
ExcludeNodeAnimation ( Assimp.Animation anim, string nodeAnimName ) : void
MergeBodyAndHand ( KineapScene &kineapSceneBucket ) : Assimp.Scene

Allows to merge a kinect recorded scene with a leap motion recorded scene

메소드 상세

ExcludeNodeAnimation() 공개 정적인 메소드

public static ExcludeNodeAnimation ( Assimp.Animation anim, string nodeAnimName ) : void
anim Assimp.Animation
nodeAnimName string
리턴 void

MergeBodyAndHand() 공개 정적인 메소드

Allows to merge a kinect recorded scene with a leap motion recorded scene
public static MergeBodyAndHand ( KineapScene &kineapSceneBucket ) : Assimp.Scene
kineapSceneBucket KineapScene
리턴 Assimp.Scene