C# 클래스 GestureFramework.GestureMapState

This class is the topmost gesture state class. There should only be one of these instantiated per active user. There is a dictionary in the form1 class that matches this information to an active user Skeleton Id.
파일 보기 프로젝트 열기: UPS-CS240-F12/motion-capture 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LastGestureCompletionTime System.DateTime

공개 메소드들

메소드 설명
Evaluate ( Microsoft.Kinect.Skeleton skeleton, int xScale, int yScale ) : bool
GestureMapState ( GestureMap map ) : System
InitializeGestureState ( GestureMap map ) : void
RegisterGestureResult ( Action gestureHandler ) : void
ResetAll ( Microsoft.Kinect.Skeleton skeleton ) : void

메소드 상세

Evaluate() 공개 메소드

public Evaluate ( Microsoft.Kinect.Skeleton skeleton, int xScale, int yScale ) : bool
skeleton Microsoft.Kinect.Skeleton
xScale int
yScale int
리턴 bool

GestureMapState() 공개 메소드

public GestureMapState ( GestureMap map ) : System
map GestureMap
리턴 System

InitializeGestureState() 공개 메소드

public InitializeGestureState ( GestureMap map ) : void
map GestureMap
리턴 void

RegisterGestureResult() 공개 메소드

public RegisterGestureResult ( Action gestureHandler ) : void
gestureHandler Action
리턴 void

ResetAll() 공개 메소드

public ResetAll ( Microsoft.Kinect.Skeleton skeleton ) : void
skeleton Microsoft.Kinect.Skeleton
리턴 void

프로퍼티 상세

LastGestureCompletionTime 공개적으로 프로퍼티

public DateTime,System LastGestureCompletionTime
리턴 System.DateTime