C# Class CCT.NUI.Core.DepthDataFrameRepository

Mostra file Open project: an83/KinectTouch2 Class Usage Examples

Public Methods

Method Description
DepthDataFrameRepository ( IntSize frameSize ) : System
Load ( string path ) : DepthDataFrame
Load ( Stream stream ) : ushort[]
Save ( DepthDataFrame frame, Stream outputStream ) : void
Save ( DepthDataFrame frame, string path ) : void
Save ( ushort data, Stream outputStream ) : void

Method Details

DepthDataFrameRepository() public method

public DepthDataFrameRepository ( IntSize frameSize ) : System
frameSize IntSize
return System

Load() public method

public Load ( string path ) : DepthDataFrame
path string
return DepthDataFrame

Load() public method

public Load ( Stream stream ) : ushort[]
stream Stream
return ushort[]

Save() public method

public Save ( DepthDataFrame frame, Stream outputStream ) : void
frame DepthDataFrame
outputStream Stream
return void

Save() public method

public Save ( DepthDataFrame frame, string path ) : void
frame DepthDataFrame
path string
return void

Save() public method

public Save ( ushort data, Stream outputStream ) : void
data ushort
outputStream Stream
return void