C# Class CCT.NUI.HandTracking.ShapeHandDataFactory

Inheritance: IHandDataFactory
Show file Open project: an83/KinectTouch2 Class Usage Examples

Public Methods

Method Description
Create ( ShapeCollection shapes ) : HandCollection
ShapeHandDataFactory ( HandDataSourceSettings settings ) : System

Private Methods

Method 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 method

public Create ( ShapeCollection shapes ) : HandCollection
shapes CCT.NUI.Core.Shape.ShapeCollection
return HandCollection

ShapeHandDataFactory() public method

public ShapeHandDataFactory ( HandDataSourceSettings settings ) : System
settings HandDataSourceSettings
return System