C# 클래스 SpikeWPF.SkeletonDrawer

파일 보기 프로젝트 열기: hcilab-um/STim 1 사용 예제들

공개 메소드들

메소드 설명
DrawFullSkeleton ( Microsoft.Kinect.Skeleton skeleton, System.Windows.Media.DrawingContext drawingContext ) : void
DrawRightArmSkeleton ( Microsoft.Kinect.Skeleton skeleton, System.Windows.Media.DrawingContext drawingContext ) : void
DrawUpperSkeleton ( Microsoft.Kinect.Skeleton skeleton, System.Windows.Media.DrawingContext drawingContext ) : void
SkeletonDrawer ( Microsoft.Kinect.KinectSensor kinectSensor ) : System
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

DrawPoint ( Microsoft.Kinect.Skeleton skeleton, System point, System.Windows.Media.DrawingContext drawingContext ) : void
MapSkeletonPointToDepth ( Microsoft.Kinect.SkeletonPoint skelpoint, DepthImageFormat depthImageFormat ) : DepthImagePoint
RenderAJoint ( System.Windows.Media.DrawingContext drawingContext, Microsoft.Kinect.Joint joint ) : void

메소드 상세

DrawFullSkeleton() 공개 메소드

public DrawFullSkeleton ( Microsoft.Kinect.Skeleton skeleton, System.Windows.Media.DrawingContext drawingContext ) : void
skeleton Microsoft.Kinect.Skeleton
drawingContext System.Windows.Media.DrawingContext
리턴 void

DrawRightArmSkeleton() 공개 메소드

public DrawRightArmSkeleton ( Microsoft.Kinect.Skeleton skeleton, System.Windows.Media.DrawingContext drawingContext ) : void
skeleton Microsoft.Kinect.Skeleton
drawingContext System.Windows.Media.DrawingContext
리턴 void

DrawUpperSkeleton() 공개 메소드

public DrawUpperSkeleton ( 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

SkeletonPointToScreen() 공개 메소드

Maps a SkeletonPoint to lie within our render space and converts to Point
public SkeletonPointToScreen ( Microsoft.Kinect.SkeletonPoint skelpoint ) : Point
skelpoint Microsoft.Kinect.SkeletonPoint point to map
리턴 Point