C# 클래스 xn.PoseDetectionCapability

상속: Capability
파일 보기 프로젝트 열기: roxlu/OpenNI 1 사용 예제들

공개 메소드들

메소드 설명
GetAllAvailablePoses ( ) : string[]
GetNumberOfPoses ( ) : UInt32
PoseDetectionCapability ( ProductionNode node ) : System
StartPoseDetection ( string pose, UInt32 user ) : void
StopPoseDetection ( UInt32 user ) : void

비공개 메소드들

메소드 설명
InternalPoseDetected ( IntPtr hNode, string pose, UInt32 id, IntPtr pCookie ) : void
InternalPoseEnded ( IntPtr hNode, string pose, UInt32 id, IntPtr pCookie ) : void

메소드 상세

GetAllAvailablePoses() 공개 메소드

public GetAllAvailablePoses ( ) : string[]
리턴 string[]

GetNumberOfPoses() 공개 메소드

public GetNumberOfPoses ( ) : UInt32
리턴 System.UInt32

PoseDetectionCapability() 공개 메소드

public PoseDetectionCapability ( ProductionNode node ) : System
node ProductionNode
리턴 System

StartPoseDetection() 공개 메소드

public StartPoseDetection ( string pose, UInt32 user ) : void
pose string
user System.UInt32
리턴 void

StopPoseDetection() 공개 메소드

public StopPoseDetection ( UInt32 user ) : void
user System.UInt32
리턴 void