Home
last modified time | relevance | path

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

/external/opencv3/modules/cudabgsegm/src/
Dmog.cpp165 void MOGImpl::getBackgroundImage(OutputArray _backgroundImage, Stream& stream) const in getBackgroundImage() argument
169 _backgroundImage.create(frameSize_, frameType_); in getBackgroundImage()
170 GpuMat backgroundImage = _backgroundImage.getGpuMat(); in getBackgroundImage()
Dmog2.cpp209 void MOG2Impl::getBackgroundImage(OutputArray _backgroundImage, Stream& stream) const in getBackgroundImage() argument
213 _backgroundImage.create(frameSize_, frameType_); in getBackgroundImage()
214 GpuMat backgroundImage = _backgroundImage.getGpuMat(); in getBackgroundImage()
/external/opencv3/modules/video/src/
Dbgfg_gaussmix2.cpp794 bool BackgroundSubtractorMOG2Impl::ocl_getBackgroundImage(OutputArray _backgroundImage) const in ocl_getBackgroundImage()
798 _backgroundImage.create(frameSize, frameType); in ocl_getBackgroundImage()
799 UMat dst = _backgroundImage.getUMat(); in ocl_getBackgroundImage()