Searched refs:varThreshold_ (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudabgsegm/src/ |
D | mog2.cpp | 101 double getVarThreshold() const { return varThreshold_; } in getVarThreshold() 102 void setVarThreshold(double varThreshold) { varThreshold_ = (float) varThreshold; } in setVarThreshold() 134 float varThreshold_; member in __anon3eb1d9240111::MOG2Impl 160 varThreshold_ = varThreshold > 0 ? (float) varThreshold : defaultVarThreshold; in MOG2Impl() 244 …loadConstants(nmixtures_, varThreshold_, backgroundRatio_, varThresholdGen_, varInit_, varMin_, va… in initialize()
|
D | mog.cpp | 106 float varThreshold_; member in __anon66be43d20111::MOGImpl 126 varThreshold_ = defaultVarThreshold; in MOGImpl() 156 varThreshold_, (float) learningRate, backgroundRatio_, noiseSigma_, in apply()
|