C# 클래스 Utility.HitSkeleton

파일 보기 프로젝트 열기: NIAEFEUP/Kommando 1 사용 예제들

공개 메소드들

메소드 설명
HitSkeleton ( ) : System
RegularPolygonToPointCollection ( Vector2 center, float radius, int sections ) : System.Windows.Media.PointCollection
UpdateSkeleton ( Microsoft.Kinect.Skeleton skeleton, Microsoft.Kinect.KinectSensor sensor, float width, float height ) : void

비공개 메소드들

메소드 설명
SegmentToPointCollection ( Vector2 p1, Vector2 p2, float width ) : System.Windows.Media.PointCollection

메소드 상세

HitSkeleton() 공개 메소드

public HitSkeleton ( ) : System
리턴 System

RegularPolygonToPointCollection() 공개 메소드

public RegularPolygonToPointCollection ( Vector2 center, float radius, int sections ) : System.Windows.Media.PointCollection
center Vector2
radius float
sections int
리턴 System.Windows.Media.PointCollection

UpdateSkeleton() 공개 메소드

public UpdateSkeleton ( Microsoft.Kinect.Skeleton skeleton, Microsoft.Kinect.KinectSensor sensor, float width, float height ) : void
skeleton Microsoft.Kinect.Skeleton
sensor Microsoft.Kinect.KinectSensor
width float
height float
리턴 void