Home
last modified time | relevance | path

Searched defs:setVarThresholdGen (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudabgsegm/src/
Dmog2.cpp105 … void setVarThresholdGen(double varThresholdGen) { varThresholdGen_ = (float) varThresholdGen; } in setVarThresholdGen() function in __anon756e59f00111::MOG2Impl
/external/opencv3/modules/java/src/
Dvideo+BackgroundSubtractorMOG2.java63 public void setVarThresholdGen(double varThresholdGen) in setVarThresholdGen() method in BackgroundSubtractorMOG2
/external/opencv3/modules/video/src/
Dbgfg_gaussmix2.cpp246 …virtual void setVarThresholdGen(double _varThresholdGen) { varThresholdGen = (float)_varThresholdG… in setVarThresholdGen() function in cv::BackgroundSubtractorMOG2Impl