C# Class HandInput.Util.SensorDataAnalyzer

Afficher le fichier Open project: ushadow/handinput

Méthodes publiques

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

Method Details

SensorDataAnalyzer() public méthode

public SensorDataAnalyzer ( int width, int height ) : System
width int
height int
Résultat System

Update() public méthode

public Update ( short depthRaw, byte colorRaw ) : void
depthRaw short not null
colorRaw byte not null
Résultat void