MOGImpl            77 modules/cudabgsegm/src/mog.cpp         MOGImpl(int history, int nmixtures, double backgroundRatio, double noiseSigma);
MOGImpl           118 modules/cudabgsegm/src/mog.cpp     MOGImpl::MOGImpl(int history, int nmixtures, double backgroundRatio, double noiseSigma) :
MOGImpl           129 modules/cudabgsegm/src/mog.cpp     void MOGImpl::apply(InputArray image, OutputArray fgmask, double learningRate)
MOGImpl           134 modules/cudabgsegm/src/mog.cpp     void MOGImpl::apply(InputArray _frame, OutputArray _fgmask, double learningRate, Stream& stream)
MOGImpl           160 modules/cudabgsegm/src/mog.cpp     void MOGImpl::getBackgroundImage(OutputArray backgroundImage) const
MOGImpl           165 modules/cudabgsegm/src/mog.cpp     void MOGImpl::getBackgroundImage(OutputArray _backgroundImage, Stream& stream) const
MOGImpl           175 modules/cudabgsegm/src/mog.cpp     void MOGImpl::initialize(Size frameSize, int frameType)
MOGImpl           206 modules/cudabgsegm/src/mog.cpp     return makePtr<MOGImpl>(history, nmixtures, backgroundRatio, noiseSigma);