C# 클래스 CEWorkbench.SkeletonDrawer

파일 보기 프로젝트 열기: hcilab-um/ArmFatigueCE

공개 메소드들

메소드 설명
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