Method | Description | |
---|---|---|
CreateClusterDataSource ( ) : IClusterDataSource | ||
CreateClusterDataSource ( |
||
CreateDepthBitmapDataSource ( ) : IBitmapDataSource | ||
CreateDepthImageDataSource ( ) : IImageDataSource | ||
CreateRGBBitmapDataSource ( ) : IBitmapDataSource | ||
CreateRGBImageDataSource ( ) : IImageDataSource | ||
CreateShapeDataSource ( ) : IShapeDataSource | ||
CreateShapeDataSource ( |
||
CreateShapeDataSource ( IClusterDataSource clusterdataSource ) : IShapeDataSource | ||
CreateShapeDataSource ( IClusterDataSource clusterdataSource, |
||
CreateTrackingClusterDataSource ( ) : TrackingClusterDataSource | ||
DisposeAll ( ) : void | ||
GetDepthGenerator ( ) : OpenNI.DepthGenerator | ||
GetImageGenerator ( ) : OpenNI.ImageGenerator | ||
OpenNIDataSourceFactory ( string configFile ) : System | ||
SetAlternativeViewpointCapability ( ) : void |
Method | Description | |
---|---|---|
GetDepthPointerDataSource ( ) : IDepthPointerDataSource | ||
GetRGBPointerDataSource ( ) : IRgbPointerDataSource |
public CreateClusterDataSource ( ) : IClusterDataSource | ||
return | IClusterDataSource |
public CreateClusterDataSource ( |
||
clusterDataSourceSettings | ||
return | IClusterDataSource |
public CreateDepthBitmapDataSource ( ) : IBitmapDataSource | ||
return | IBitmapDataSource |
public CreateDepthImageDataSource ( ) : IImageDataSource | ||
return | IImageDataSource |
public CreateRGBBitmapDataSource ( ) : IBitmapDataSource | ||
return | IBitmapDataSource |
public CreateRGBImageDataSource ( ) : IImageDataSource | ||
return | IImageDataSource |
public CreateShapeDataSource ( ) : IShapeDataSource | ||
return | IShapeDataSource |
public CreateShapeDataSource ( |
||
clusterDataSourceSettings | ||
shapeDataSourceSettings | ||
return | IShapeDataSource |
public CreateShapeDataSource ( IClusterDataSource clusterdataSource ) : IShapeDataSource | ||
clusterdataSource | IClusterDataSource | |
return | IShapeDataSource |
public CreateShapeDataSource ( IClusterDataSource clusterdataSource, |
||
clusterdataSource | IClusterDataSource | |
shapeDataSourceSettings | ||
return | IShapeDataSource |
public CreateTrackingClusterDataSource ( ) : TrackingClusterDataSource | ||
return | TrackingClusterDataSource |
public GetDepthGenerator ( ) : OpenNI.DepthGenerator | ||
return | OpenNI.DepthGenerator |
public GetImageGenerator ( ) : OpenNI.ImageGenerator | ||
return | OpenNI.ImageGenerator |
public OpenNIDataSourceFactory ( string configFile ) : System | ||
configFile | string | |
return | System |
public SetAlternativeViewpointCapability ( ) : void | ||
return | void |