Searched refs:MOGImpl (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudabgsegm/src/ |
D | mog.cpp | 74 class MOGImpl : public cuda::BackgroundSubtractorMOG class 77 MOGImpl(int history, int nmixtures, double backgroundRatio, double noiseSigma); 118 MOGImpl::MOGImpl(int history, int nmixtures, double backgroundRatio, double noiseSigma) : in MOGImpl() function in __anon66be43d20111::MOGImpl 129 void MOGImpl::apply(InputArray image, OutputArray fgmask, double learningRate) in apply() 134 void MOGImpl::apply(InputArray _frame, OutputArray _fgmask, double learningRate, Stream& stream) in apply() 160 void MOGImpl::getBackgroundImage(OutputArray backgroundImage) const in getBackgroundImage() 165 void MOGImpl::getBackgroundImage(OutputArray _backgroundImage, Stream& stream) const in getBackgroundImage() 175 void MOGImpl::initialize(Size frameSize, int frameType) in initialize() 206 return makePtr<MOGImpl>(history, nmixtures, backgroundRatio, noiseSigma); in createBackgroundSubtractorMOG()
|