C# Class xn.PoseDetectionCapability

Inheritance: Capability
Afficher le fichier Open project: roxlu/OpenNI Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public GetAllAvailablePoses ( ) : string[]
Résultat string[]

GetNumberOfPoses() public méthode

public GetNumberOfPoses ( ) : UInt32
Résultat System.UInt32

PoseDetectionCapability() public méthode

public PoseDetectionCapability ( ProductionNode node ) : System
node ProductionNode
Résultat System

StartPoseDetection() public méthode

public StartPoseDetection ( string pose, UInt32 user ) : void
pose string
user System.UInt32
Résultat void

StopPoseDetection() public méthode

public StopPoseDetection ( UInt32 user ) : void
user System.UInt32
Résultat void