Home
last modified time | relevance | path

Searched refs:backgroundPrior_ (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudalegacy/src/
Dgmg.cpp90 double getBackgroundPrior() const { return backgroundPrior_; } in getBackgroundPrior()
91 void setBackgroundPrior(double bgprior) { backgroundPrior_ = (float) bgprior; } in setBackgroundPrior()
124 float backgroundPrior_; member in __anonecc1bc960111::GMGImpl
156 backgroundPrior_ = 0.8f; in GMGImpl()
246 CV_Assert( backgroundPrior_ >= 0.0f && backgroundPrior_ <= 1.0f); in initialize()
268 …quantizationLevels_, backgroundPrior_, decisionThreshold_, maxFeatures_, numInitializationFrames_); in initialize()