C# Class Kinect.Core.Filters.Helper.FilterHelper

Datei anzeigen Open project: atosorigin/Kinect

Public Methods

Method Description
CalculateCorrection ( IList points ) : System.Windows.Media.Media3D.Point3D
GetPoint ( this evt, JointID joint ) : System.Windows.Media.Media3D.Point3D
GetPoints ( this evt ) : List

Private Methods

Method Description
SetPoint ( this user, JointID joint, System.Windows.Media.Media3D.Point3D newPoint ) : void

Method Details

CalculateCorrection() public static method

public static CalculateCorrection ( IList points ) : System.Windows.Media.Media3D.Point3D
points IList
return System.Windows.Media.Media3D.Point3D

GetPoint() public static method

public static GetPoint ( this evt, JointID joint ) : System.Windows.Media.Media3D.Point3D
evt this
joint JointID
return System.Windows.Media.Media3D.Point3D

GetPoints() public static method

public static GetPoints ( this evt ) : List
evt this
return List