C# 클래스 NiteWrapper, KinectHacks

파일 보기 프로젝트 열기: benMcChesney/KinectHacks 1 사용 예제들

공개 메소드들

메소드 설명
StartLookingForUsers ( UserDelegate NewUser, UserDelegate CalibrationStarted, UserDelegate CalibrationFailed, UserDelegate CalibrationSuccess, UserDelegate UserLost ) : void

비공개 메소드들

메소드 설명
GetDepthHeight ( ) : int
GetDepthWidth ( ) : int
GetJointTransformation ( uint userID, SkeletonJoint joint, SkeletonJointTransformation &pTransformation ) : bool
GetStatusString ( uint rc ) : IntPtr
GetUserCenterOfMass ( uint userID, XnVector3D &pCenterOfMass ) : bool
GetUserPausePoseProgress ( uint userID ) : float
GetUsersDepthMap ( ) : IntPtr
GetUsersLabelMap ( ) : IntPtr
Init ( StringBuilder strXmlPath ) : uint
LoseUsers ( ) : void
SetSkeletonSmoothing ( double factor ) : void
Shutdown ( ) : void
StartLookingForUsers ( IntPtr NewUser, IntPtr CalibrationStarted, IntPtr CalibrationFailed, IntPtr CalibrationSuccess, IntPtr UserLost ) : void
StopLookingForUsers ( ) : void
Update ( bool async ) : void

메소드 상세

StartLookingForUsers() 공개 정적인 메소드

public static StartLookingForUsers ( UserDelegate NewUser, UserDelegate CalibrationStarted, UserDelegate CalibrationFailed, UserDelegate CalibrationSuccess, UserDelegate UserLost ) : void
NewUser UserDelegate
CalibrationStarted UserDelegate
CalibrationFailed UserDelegate
CalibrationSuccess UserDelegate
UserLost UserDelegate
리턴 void