MOG2Impl           84 modules/cudabgsegm/src/mog2.cpp         MOG2Impl(int history, double varThreshold, bool detectShadows);
MOG2Impl          156 modules/cudabgsegm/src/mog2.cpp     MOG2Impl::MOG2Impl(int history, double varThreshold, bool detectShadows) :
MOG2Impl          174 modules/cudabgsegm/src/mog2.cpp     void MOG2Impl::apply(InputArray image, OutputArray fgmask, double learningRate)
MOG2Impl          179 modules/cudabgsegm/src/mog2.cpp     void MOG2Impl::apply(InputArray _frame, OutputArray _fgmask, double learningRate, Stream& stream)
MOG2Impl          204 modules/cudabgsegm/src/mog2.cpp     void MOG2Impl::getBackgroundImage(OutputArray backgroundImage) const
MOG2Impl          209 modules/cudabgsegm/src/mog2.cpp     void MOG2Impl::getBackgroundImage(OutputArray _backgroundImage, Stream& stream) const
MOG2Impl          219 modules/cudabgsegm/src/mog2.cpp     void MOG2Impl::initialize(cv::Size frameSize, int frameType)
MOG2Impl          250 modules/cudabgsegm/src/mog2.cpp     return makePtr<MOG2Impl>(history, varThreshold, detectShadows);