C# Class InfoStrat.MotionFx.DepthFrame

Mostrar archivo Open project: InfoStrat/MotionFx Class Usage Examples

Public Properties

Property Type Description
MaxDepth ushort

Public Methods

Method Description
Clear ( ) : void
DepthFrame ( string filename ) : System
DepthFrame ( ushort depthPixels, int width, int height ) : System
Load ( string filepath ) : bool
Sample ( System.Windows.Vector texCoord ) : ushort
Sample ( int x, int y ) : ushort
Save ( string filepath ) : void
ToDirectCanvasImage ( DirectCanvas.DirectCanvasFactory factory ) : Image
ToDirectCanvasImage ( DirectCanvas.DirectCanvasFactory factory, ushort &minValue, ushort &maxValue ) : Image

Method Details

Clear() public method

public Clear ( ) : void
return void

DepthFrame() public method

public DepthFrame ( string filename ) : System
filename string
return System

DepthFrame() public method

public DepthFrame ( ushort depthPixels, int width, int height ) : System
depthPixels ushort
width int
height int
return System

Load() public method

public Load ( string filepath ) : bool
filepath string
return bool

Sample() public method

public Sample ( System.Windows.Vector texCoord ) : ushort
texCoord System.Windows.Vector
return ushort

Sample() public method

public Sample ( int x, int y ) : ushort
x int
y int
return ushort

Save() public method

public Save ( string filepath ) : void
filepath string
return void

ToDirectCanvasImage() public method

public ToDirectCanvasImage ( DirectCanvas.DirectCanvasFactory factory ) : Image
factory DirectCanvas.DirectCanvasFactory
return Image

ToDirectCanvasImage() public method

public ToDirectCanvasImage ( DirectCanvas.DirectCanvasFactory factory, ushort &minValue, ushort &maxValue ) : Image
factory DirectCanvas.DirectCanvasFactory
minValue ushort
maxValue ushort
return Image

Property Details

MaxDepth public_oe property

public ushort MaxDepth
return ushort