C# 클래스 HandInput.Util.SensorDataAnalyzer

파일 보기 프로젝트 열기: ushadow/handinput

공개 메소드들

메소드 설명
SensorDataAnalyzer ( int width, int height ) : System
Update ( short depthRaw, byte colorRaw ) : void

메소드 상세

SensorDataAnalyzer() 공개 메소드

public SensorDataAnalyzer ( int width, int height ) : System
width int
height int
리턴 System

Update() 공개 메소드

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