GECKO 1.0
Human-computer interface based on hand gesture recognition
std::vector< std::vector< cv::Point > > HandDescriptor::getContours ( )

Returns the contours of the detected hand.

{
    return _hand_contour;
}
 All Classes Functions Variables