Searched defs:setVarThresholdGen (Results 1 – 3 of 3) sorted by relevance
105 … void setVarThresholdGen(double varThresholdGen) { varThresholdGen_ = (float) varThresholdGen; } in setVarThresholdGen() function in __anon756e59f00111::MOG2Impl
63 public void setVarThresholdGen(double varThresholdGen) in setVarThresholdGen() method in BackgroundSubtractorMOG2
246 …virtual void setVarThresholdGen(double _varThresholdGen) { varThresholdGen = (float)_varThresholdG… in setVarThresholdGen() function in cv::BackgroundSubtractorMOG2Impl