C# Class Com.Enterprisecoding.RobosapienKinect.Viewers.KinectDepthViewer

Interaction logic for KinectDepthViewer.xaml
Inheritance: ImageViewer
Afficher le fichier Open project: fatihboy/Robosapien

Méthodes publiques

Méthode Description
KinectDepthViewer ( ) : System.Windows

Méthodes protégées

Méthode Description
OnKinectChanged ( Microsoft.Kinect.KinectSensor oldKinectSensor, Microsoft.Kinect.KinectSensor newKinectSensor ) : void

Private Methods

Méthode Description
ConvertDepthFrame ( short depthFrame, DepthImageStream depthStream ) : byte[]
DepthImageReady ( object sender, Microsoft.Kinect.DepthImageFrameReadyEventArgs e ) : void

Method Details

KinectDepthViewer() public méthode

public KinectDepthViewer ( ) : System.Windows
Résultat System.Windows

OnKinectChanged() protected méthode

protected OnKinectChanged ( Microsoft.Kinect.KinectSensor oldKinectSensor, Microsoft.Kinect.KinectSensor newKinectSensor ) : void
oldKinectSensor Microsoft.Kinect.KinectSensor
newKinectSensor Microsoft.Kinect.KinectSensor
Résultat void