C# 클래스 CCT.NUI.Core.OpenNI.OpenNIDataSourceFactory

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

공개 메소드들

메소드 설명
CreateClusterDataSource ( ) : IClusterDataSource
CreateClusterDataSource ( ClusterDataSourceSettings clusterDataSourceSettings ) : IClusterDataSource
CreateDepthBitmapDataSource ( ) : IBitmapDataSource
CreateDepthImageDataSource ( ) : IImageDataSource
CreateRGBBitmapDataSource ( ) : IBitmapDataSource
CreateRGBImageDataSource ( ) : IImageDataSource
CreateShapeDataSource ( ) : IShapeDataSource
CreateShapeDataSource ( ClusterDataSourceSettings clusterDataSourceSettings, ShapeDataSourceSettings shapeDataSourceSettings ) : IShapeDataSource
CreateShapeDataSource ( IClusterDataSource clusterdataSource ) : IShapeDataSource
CreateShapeDataSource ( IClusterDataSource clusterdataSource, ShapeDataSourceSettings shapeDataSourceSettings ) : IShapeDataSource
CreateTrackingClusterDataSource ( ) : TrackingClusterDataSource
DisposeAll ( ) : void
GetDepthGenerator ( ) : OpenNI.DepthGenerator
GetImageGenerator ( ) : OpenNI.ImageGenerator
OpenNIDataSourceFactory ( string configFile ) : System
SetAlternativeViewpointCapability ( ) : void

비공개 메소드들

메소드 설명
GetDepthPointerDataSource ( ) : IDepthPointerDataSource
GetRGBPointerDataSource ( ) : IRgbPointerDataSource

메소드 상세

CreateClusterDataSource() 공개 메소드

public CreateClusterDataSource ( ) : IClusterDataSource
리턴 IClusterDataSource

CreateClusterDataSource() 공개 메소드

public CreateClusterDataSource ( ClusterDataSourceSettings clusterDataSourceSettings ) : IClusterDataSource
clusterDataSourceSettings CCT.NUI.Core.Clustering.ClusterDataSourceSettings
리턴 IClusterDataSource

CreateDepthBitmapDataSource() 공개 메소드

public CreateDepthBitmapDataSource ( ) : IBitmapDataSource
리턴 IBitmapDataSource

CreateDepthImageDataSource() 공개 메소드

public CreateDepthImageDataSource ( ) : IImageDataSource
리턴 IImageDataSource

CreateRGBBitmapDataSource() 공개 메소드

public CreateRGBBitmapDataSource ( ) : IBitmapDataSource
리턴 IBitmapDataSource

CreateRGBImageDataSource() 공개 메소드

public CreateRGBImageDataSource ( ) : IImageDataSource
리턴 IImageDataSource

CreateShapeDataSource() 공개 메소드

public CreateShapeDataSource ( ) : IShapeDataSource
리턴 IShapeDataSource

CreateShapeDataSource() 공개 메소드

public CreateShapeDataSource ( ClusterDataSourceSettings clusterDataSourceSettings, ShapeDataSourceSettings shapeDataSourceSettings ) : IShapeDataSource
clusterDataSourceSettings CCT.NUI.Core.Clustering.ClusterDataSourceSettings
shapeDataSourceSettings CCT.NUI.Core.Shape.ShapeDataSourceSettings
리턴 IShapeDataSource

CreateShapeDataSource() 공개 메소드

public CreateShapeDataSource ( IClusterDataSource clusterdataSource ) : IShapeDataSource
clusterdataSource IClusterDataSource
리턴 IShapeDataSource

CreateShapeDataSource() 공개 메소드

public CreateShapeDataSource ( IClusterDataSource clusterdataSource, ShapeDataSourceSettings shapeDataSourceSettings ) : IShapeDataSource
clusterdataSource IClusterDataSource
shapeDataSourceSettings CCT.NUI.Core.Shape.ShapeDataSourceSettings
리턴 IShapeDataSource

CreateTrackingClusterDataSource() 공개 메소드

public CreateTrackingClusterDataSource ( ) : TrackingClusterDataSource
리턴 TrackingClusterDataSource

DisposeAll() 공개 메소드

public DisposeAll ( ) : void
리턴 void

GetDepthGenerator() 공개 메소드

public GetDepthGenerator ( ) : OpenNI.DepthGenerator
리턴 OpenNI.DepthGenerator

GetImageGenerator() 공개 메소드

public GetImageGenerator ( ) : OpenNI.ImageGenerator
리턴 OpenNI.ImageGenerator

OpenNIDataSourceFactory() 공개 메소드

public OpenNIDataSourceFactory ( string configFile ) : System
configFile string
리턴 System

SetAlternativeViewpointCapability() 공개 메소드

public SetAlternativeViewpointCapability ( ) : void
리턴 void