C# Class HandInput.Util.SensorDataAnalyzer

Exibir arquivo Open project: ushadow/handinput

Public Methods

Method Description
SensorDataAnalyzer ( int width, int height ) : System
Update ( short depthRaw, byte colorRaw ) : void

Method Details

SensorDataAnalyzer() public method

public SensorDataAnalyzer ( int width, int height ) : System
width int
height int
return System

Update() public method

public Update ( short depthRaw, byte colorRaw ) : void
depthRaw short not null
colorRaw byte not null
return void