Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/
Dgmg.cpp68 class GMGImpl : public cuda::BackgroundSubtractorGMG class
71 GMGImpl(int initializationFrames, double decisionThreshold);
150 GMGImpl::GMGImpl(int initializationFrames, double decisionThreshold) in GMGImpl() function in __anonecc1bc960111::GMGImpl
163 void GMGImpl::apply(InputArray image, OutputArray fgmask, double learningRate) in apply()
168 …void GMGImpl::apply(InputArray _frame, OutputArray _fgmask, double newLearningRate, Stream& stream) in apply()
232 void GMGImpl::getBackgroundImage(OutputArray backgroundImage) const in getBackgroundImage()
238 void GMGImpl::initialize(Size frameSize, float min, float max) in initialize()
274 return makePtr<GMGImpl>(initializationFrames, decisionThreshold); in createBackgroundSubtractorGMG()