C# Class KinectDaemon.UserInterface.UIDepthViewer

Interaction logic for UIDepthViewer.xaml
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: Jerdak/KinectDaemon

Public Methods

Method Description
DumpData ( ) : void
UIDepthViewer ( ) : System

Private Methods

Method Description
convertDepthFrame ( ImageFrame Image ) : byte[]
convertRealDepth ( ) : List
nui_DepthFrameReady ( object sender, ImageFrameReadyEventArgs e ) : void

Method Details

DumpData() public method

public DumpData ( ) : void
return void

UIDepthViewer() public method

public UIDepthViewer ( ) : System
return System