C# Class CCT.NUI.Core.DepthDataFrameRepository

Afficher le fichier Open project: an83/KinectTouch2 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public DepthDataFrameRepository ( IntSize frameSize ) : System
frameSize IntSize
Résultat System

Load() public méthode

public Load ( string path ) : DepthDataFrame
path string
Résultat DepthDataFrame

Load() public méthode

public Load ( Stream stream ) : ushort[]
stream Stream
Résultat ushort[]

Save() public méthode

public Save ( DepthDataFrame frame, Stream outputStream ) : void
frame DepthDataFrame
outputStream Stream
Résultat void

Save() public méthode

public Save ( DepthDataFrame frame, string path ) : void
frame DepthDataFrame
path string
Résultat void

Save() public méthode

public Save ( ushort data, Stream outputStream ) : void
data ushort
outputStream Stream
Résultat void