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

Substracts the background from the input image.

Parameters:
srcInput image
dstOutput image
{
    dst = src.clone();
    backgroundSubs(dst, bg);
}
 All Classes Functions Variables