| 
    GECKO 1.0 
   Human-computer interface based on hand gesture recognition 
   | 
 
 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: 
![]()  | 
  
 1.7.4