C# Class CCT.NUI.HandTracking.ShapeHandDataFactory

Inheritance: IHandDataFactory
Afficher le fichier Open project: an83/KinectTouch2 Class Usage Examples

Méthodes publiques

Méthode Description
Create ( ShapeCollection shapes ) : HandCollection
ShapeHandDataFactory ( HandDataSourceSettings settings ) : System

Private Methods

Méthode Description
Clear ( ) : HandCollection
ClearIds ( ) : void
Create ( HandData lastFrameData, Shape shape ) : HandData
Create ( Shape shape ) : HandData
Create ( int id, Shape shape, IList lastFrameFingerPoints ) : HandData
CreateHandCollection ( ShapeCollection shapes ) : HandCollection
DetectFingerPoints ( Shape shape ) : IList
DetectPalm ( Shape shape, Contour contour ) : Palm
MapFingerPoints ( IList oldFingerPoints, IList newFingerPoints ) : IList
ReturnIdToPool ( int id ) : void

Method Details

Create() public méthode

public Create ( ShapeCollection shapes ) : HandCollection
shapes CCT.NUI.Core.Shape.ShapeCollection
Résultat HandCollection

ShapeHandDataFactory() public méthode

public ShapeHandDataFactory ( HandDataSourceSettings settings ) : System
settings HandDataSourceSettings
Résultat System