C# Class HandsFree.GestureReader

Show file Open project: Ractiv/HandsFree Class Usage Examples

Public Methods

Method Description
Compute ( byte>.Image &imageSource ) : int

Private Methods

Method Description
bresenham ( int &x, int &y, int &x2, int &y2, byte>.Image &imageSource, Point &ptResult ) : bool
checkBounds ( int &valMin, int &valMax, int upperBound ) : bool
getCircumferencePoint ( Point origin, int radius, double angle ) : Point
getDistance ( Point pt1, Point pt2 ) : double

Method Details

Compute() public static method

public static Compute ( byte>.Image &imageSource ) : int
imageSource byte>.Image
return int