Method | Description | |
---|---|---|
DepthDataFrameRepository ( |
||
Load ( string path ) : |
||
Load ( Stream stream ) : ushort[] | ||
Save ( |
||
Save ( |
||
Save ( ushort data, Stream outputStream ) : void |
public DepthDataFrameRepository ( |
||
frameSize | ||
return | System |
public Save ( |
||
frame | ||
outputStream | Stream | |
return | void |
public Save ( |
||
frame | ||
path | string | |
return | void |
public Save ( ushort data, Stream outputStream ) : void | ||
data | ushort | |
outputStream | Stream | |
return | void |