C# Class xn.PoseDetectionCapability

Inheritance: Capability
Show file Open project: roxlu/OpenNI Class Usage Examples

Public Methods

Method Description
GetAllAvailablePoses ( ) : string[]
GetNumberOfPoses ( ) : UInt32
PoseDetectionCapability ( ProductionNode node ) : System
StartPoseDetection ( string pose, UInt32 user ) : void
StopPoseDetection ( UInt32 user ) : void

Private Methods

Method Description
InternalPoseDetected ( IntPtr hNode, string pose, UInt32 id, IntPtr pCookie ) : void
InternalPoseEnded ( IntPtr hNode, string pose, UInt32 id, IntPtr pCookie ) : void

Method Details

GetAllAvailablePoses() public method

public GetAllAvailablePoses ( ) : string[]
return string[]

GetNumberOfPoses() public method

public GetNumberOfPoses ( ) : UInt32
return System.UInt32

PoseDetectionCapability() public method

public PoseDetectionCapability ( ProductionNode node ) : System
node ProductionNode
return System

StartPoseDetection() public method

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

StopPoseDetection() public method

public StopPoseDetection ( UInt32 user ) : void
user System.UInt32
return void