C# 클래스 LightBuzz.Vitruvius.Gesture

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

공개 메소드들

메소드 설명
Gesture ( GestureType type, IGestureSegment segments ) : Microsoft.Kinect
Gesture ( string name, IGestureSegment segments ) : Microsoft.Kinect

Initializes a new instance of Gesture.

Reset ( ) : void

Resets the current gesture.

Update ( Body body ) : void

Updates the current gesture.

메소드 상세

Gesture() 공개 메소드

public Gesture ( GestureType type, IGestureSegment segments ) : Microsoft.Kinect
type GestureType
segments IGestureSegment
리턴 Microsoft.Kinect

Gesture() 공개 메소드

Initializes a new instance of Gesture.
public Gesture ( string name, IGestureSegment segments ) : Microsoft.Kinect
name string The name of gesture.
segments IGestureSegment The segments of the gesture.
리턴 Microsoft.Kinect

Reset() 공개 메소드

Resets the current gesture.
public Reset ( ) : void
리턴 void

Update() 공개 메소드

Updates the current gesture.
public Update ( Body body ) : void
body Body The body data.
리턴 void