C# 클래스 SoD_Sensor.SkeletonRenderer2

파일 보기 프로젝트 열기: ase-lab/SoD_Sensor_v2 1 사용 예제들

공개 메소드들

메소드 설명
SkeletonRenderer2 ( Image Image, Microsoft.Kinect.KinectSensor sensor ) : Microsoft.Kinect
renderBodyFrame ( BodyFrameArrivedEventArgs e, SoD_Sensor assocation ) : void

비공개 메소드들

메소드 설명
DrawBody ( Joint>.IReadOnlyDictionary joints, Point>.IDictionary jointPoints, System.Windows.Media.DrawingContext drawingContext ) : void

Draws a body

DrawBone ( Joint>.IReadOnlyDictionary joints, Point>.IDictionary jointPoints, JointType jointType0, JointType jointType1, System.Windows.Media.DrawingContext drawingContext ) : void

Draws one bone of a body (joint to joint)

DrawClippedEdges ( Body body, System.Windows.Media.DrawingContext drawingContext ) : void

Draws indicators to show which edges are clipping body data

DrawHand ( HandState handState, Point handPosition, System.Windows.Media.DrawingContext drawingContext ) : void

Draws a hand symbol if the hand is tracked: red circle = closed, green circle = opened; blue circle = lasso

Reader_FrameArrived ( BodyFrameArrivedEventArgs e, SoD_Sensor assocation ) : void

Handles the body frame data arriving from the sensor

메소드 상세

SkeletonRenderer2() 공개 메소드

public SkeletonRenderer2 ( Image Image, Microsoft.Kinect.KinectSensor sensor ) : Microsoft.Kinect
Image Image
sensor Microsoft.Kinect.KinectSensor
리턴 Microsoft.Kinect

renderBodyFrame() 공개 메소드

public renderBodyFrame ( BodyFrameArrivedEventArgs e, SoD_Sensor assocation ) : void
e BodyFrameArrivedEventArgs
assocation SoD_Sensor
리턴 void