GECKO 1.0
Human-computer interface based on hand gesture recognition
void HandDetector::initBackgroundSubstractor ( ) [private]

Sets the parameters of the background subtractor object.

{
    bg.set("nmixtures",3);// set number of gaussian mixtures
    bg.set("detectShadows", true); //if false: turn shadow detection off
    bg.setbackgroundRatio(0.000000000000001);

}

Here is the call graph for this function:

 All Classes Functions Variables