C# Класс CEWorkbench.SkeletonDrawer

Показать файл Открыть проект

Открытые методы

Метод Описание
DrawSkeleton ( Microsoft.Kinect.Skeleton skeleton, System.Windows.Media.DrawingContext drawingContext ) : void
SkeletonDrawer ( Microsoft.Kinect.KinectSensor kinectSensor ) : System

Приватные методы

Метод Описание
DrawCirlce ( Microsoft.Kinect.Skeleton skeleton, JointType jointType, System.Windows.Media.DrawingContext dc, double radius ) : void
MapSkeletonPointToDepth ( Microsoft.Kinect.SkeletonPoint skelpoint, DepthImageFormat depthImageFormat ) : DepthImagePoint
SkeletonPointToScreen ( Microsoft.Kinect.SkeletonPoint skelpoint ) : Point

Maps a SkeletonPoint to lie within our render space and converts to Point

drawBone ( Microsoft.Kinect.Skeleton skeleton, System.Windows.Media.DrawingContext drawingContext, JointType jointType0, JointType jointType1 ) : void

Draws a bone line between two joints

Описание методов

DrawSkeleton() публичный Метод

public DrawSkeleton ( Microsoft.Kinect.Skeleton skeleton, System.Windows.Media.DrawingContext drawingContext ) : void
skeleton Microsoft.Kinect.Skeleton
drawingContext System.Windows.Media.DrawingContext
Результат void

SkeletonDrawer() публичный Метод

public SkeletonDrawer ( Microsoft.Kinect.KinectSensor kinectSensor ) : System
kinectSensor Microsoft.Kinect.KinectSensor
Результат System