C# Class ColorGlove.Pooled

Show file Open project: arunganesan/hand-gesture-recognition Class Usage Examples

Public Methods

Method Description
Pooled ( Point center, int center_depth, HandGestureFormat gesture ) : System
ToString ( ) : string
center ( ) : Point
center_depth ( ) : int

Method Details

Pooled() public method

public Pooled ( Point center, int center_depth, HandGestureFormat gesture ) : System
center Point
center_depth int
gesture HandGestureFormat
return System

ToString() public method

public ToString ( ) : string
return string

center() public method

public center ( ) : Point
return Point

center_depth() public method

public center_depth ( ) : int
return int