C# 클래스 CCT.NUI.HandTracking.HandDataFactory

파일 보기 프로젝트 열기: an83/KinectTouch2 1 사용 예제들

공개 메소드들

메소드 설명
Create ( Microsoft.Kinect.DepthImageFrame imageFrage ) : HandCollection
Create ( IntPtr depthData ) : HandCollection
HandDataFactory ( IKinectSensor sensor, IntSize size, ClusterDataSourceSettings clusteringSettings, ShapeDataSourceSettings shapeSettings, HandDataSourceSettings handSettings ) : System
HandDataFactory ( IntSize size ) : System
HandDataFactory ( IntSize size, ClusterDataSourceSettings clusteringSettings, ShapeDataSourceSettings shapeSettings, HandDataSourceSettings handSettings ) : System

비공개 메소드들

메소드 설명
Create ( IList allPointsInDepthRange ) : HandCollection

메소드 상세

Create() 공개 메소드

public Create ( Microsoft.Kinect.DepthImageFrame imageFrage ) : HandCollection
imageFrage Microsoft.Kinect.DepthImageFrame
리턴 HandCollection

Create() 공개 메소드

public Create ( IntPtr depthData ) : HandCollection
depthData System.IntPtr
리턴 HandCollection

HandDataFactory() 공개 메소드

public HandDataFactory ( IKinectSensor sensor, IntSize size, ClusterDataSourceSettings clusteringSettings, ShapeDataSourceSettings shapeSettings, HandDataSourceSettings handSettings ) : System
sensor IKinectSensor
size CCT.NUI.Core.IntSize
clusteringSettings CCT.NUI.Core.Clustering.ClusterDataSourceSettings
shapeSettings CCT.NUI.Core.Shape.ShapeDataSourceSettings
handSettings HandDataSourceSettings
리턴 System

HandDataFactory() 공개 메소드

public HandDataFactory ( IntSize size ) : System
size CCT.NUI.Core.IntSize
리턴 System

HandDataFactory() 공개 메소드

public HandDataFactory ( IntSize size, ClusterDataSourceSettings clusteringSettings, ShapeDataSourceSettings shapeSettings, HandDataSourceSettings handSettings ) : System
size CCT.NUI.Core.IntSize
clusteringSettings CCT.NUI.Core.Clustering.ClusterDataSourceSettings
shapeSettings CCT.NUI.Core.Shape.ShapeDataSourceSettings
handSettings HandDataSourceSettings
리턴 System