C# Class Kinect.Core.Gestures.Hands

Mostrar archivo Open project: atosorigin/Kinect Class Usage Examples

Public Methods

Method Description
DetectClap ( ) : bool
DetectClap ( System.Windows.Media.Media3D.Point3D left, System.Windows.Media.Media3D.Point3D right ) : bool
Hands ( System.Windows.Media.Media3D.Point3D left, System.Windows.Media.Media3D.Point3D right ) : System
ToString ( ) : string

Private Methods

Method Description
WithinMargin ( double left, double right, double margin ) : bool

Method Details

DetectClap() public method

public DetectClap ( ) : bool
return bool

DetectClap() public method

public DetectClap ( System.Windows.Media.Media3D.Point3D left, System.Windows.Media.Media3D.Point3D right ) : bool
left System.Windows.Media.Media3D.Point3D
right System.Windows.Media.Media3D.Point3D
return bool

Hands() public method

public Hands ( System.Windows.Media.Media3D.Point3D left, System.Windows.Media.Media3D.Point3D right ) : System
left System.Windows.Media.Media3D.Point3D
right System.Windows.Media.Media3D.Point3D
return System

ToString() public method

public ToString ( ) : string
return string