GECKO 1.0
Human-computer interface based on hand gesture recognition
void HandDetector::operator() ( cv::Mat &  src,
cv::Mat &  dst 
)

Update the segmented hand binary image.

This operator is a wrapper of the filter_hand function.

Parameters:
srcOriginal image coming from the video input.
dstFinal binary image containing the segmented image.
{
    filter_hand( src, dst);
    //-- Show result (optional)
    //------------------------------------------------

    if(!dst.empty())
        cv::imshow("Skin Threshold", dst );
}

Here is the call graph for this function:

 All Classes Functions Variables