C# 클래스 AlignRGBDepth.MainWindow

Interaction logic for MainWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: arunganesan/hand-gesture-recognition

공개 메소드들

메소드 설명
CalculateIntensityFromDepth ( int distance ) : byte
MainWindow ( ) : System

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
SetSensor ( Microsoft.Kinect.KinectSensor newSensor ) : void
System ( int connectionId, object target ) : void
_sensor_AllFramesReady ( object sender, AllFramesReadyEventArgs e ) : void

메소드 상세

CalculateIntensityFromDepth() 공개 정적인 메소드

public static CalculateIntensityFromDepth ( int distance ) : byte
distance int
리턴 byte

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System