C# Class CURELab.SignLanguage.Debugger.TrajectoryView

Show file Open project: huangfuyang/Sign-Language-with-Kinect Class Usage Examples

Public Methods

Method Description
ClearBoard ( ) : void
DrawTrajectory ( List pointListLeft, List pointListRight ) : void
TrajectoryView ( Image img ) : System

Private Methods

Method Description
DrawLine ( System.Windows.Media.DrawingContext dc, Point point_i, Point point_j, double thickness ) : void
DrawPoint ( System.Windows.Media.DrawingContext dc, Point point, double thickness ) : void
SkeletonToScreen ( Point point ) : System.Windows.Point

Method Details

ClearBoard() public method

public ClearBoard ( ) : void
return void

DrawTrajectory() public method

public DrawTrajectory ( List pointListLeft, List pointListRight ) : void
pointListLeft List
pointListRight List
return void

TrajectoryView() public method

public TrajectoryView ( Image img ) : System
img Image
return System