C# Class KineticMath.Kinect.GestureController

Mostra file Open project: kingston/kineticmath Class Usage Examples

Public Methods

Method Description
AddGesture ( IView currentView, IGesture gesture ) : void

Adds a gesture to the gesture recognizer's set of gestures to recognize

ClearViewGestures ( IView view ) : void
GestureController ( ) : System
ProcessSkeleton ( Microsoft.Kinect.Skeleton skel ) : void
RemoveGesture ( IGesture gesture ) : void

Method Details

AddGesture() public method

Adds a gesture to the gesture recognizer's set of gestures to recognize
public AddGesture ( IView currentView, IGesture gesture ) : void
currentView IView The current view to associate with the gesture
gesture IGesture The gesture to add
return void

ClearViewGestures() public method

public ClearViewGestures ( IView view ) : void
view IView
return void

GestureController() public method

public GestureController ( ) : System
return System

ProcessSkeleton() public method

public ProcessSkeleton ( Microsoft.Kinect.Skeleton skel ) : void
skel Microsoft.Kinect.Skeleton
return void

RemoveGesture() public method

public RemoveGesture ( IGesture gesture ) : void
gesture IGesture
return void