getBackgroundImage   87 modules/cudabgsegm/include/opencv2/cudabgsegm.hpp     using cv::BackgroundSubtractor::getBackgroundImage;
getBackgroundImage   88 modules/cudabgsegm/include/opencv2/cudabgsegm.hpp     virtual void getBackgroundImage(OutputArray backgroundImage, Stream& stream) const = 0;
getBackgroundImage  130 modules/cudabgsegm/include/opencv2/cudabgsegm.hpp     using cv::BackgroundSubtractorMOG2::getBackgroundImage;
getBackgroundImage  134 modules/cudabgsegm/include/opencv2/cudabgsegm.hpp     virtual void getBackgroundImage(OutputArray backgroundImage, Stream& stream) const = 0;
getBackgroundImage  370 modules/cudabgsegm/perf/perf_bgsegm.cpp         TEST_CYCLE() d_mog2->getBackgroundImage(background);
getBackgroundImage  399 modules/cudabgsegm/perf/perf_bgsegm.cpp         TEST_CYCLE() mog2->getBackgroundImage(background);
getBackgroundImage   82 modules/cudabgsegm/src/mog.cpp         void getBackgroundImage(OutputArray backgroundImage) const;
getBackgroundImage   83 modules/cudabgsegm/src/mog.cpp         void getBackgroundImage(OutputArray backgroundImage, Stream& stream) const;
getBackgroundImage  162 modules/cudabgsegm/src/mog.cpp         getBackgroundImage(backgroundImage, Stream::Null());
getBackgroundImage   89 modules/cudabgsegm/src/mog2.cpp         void getBackgroundImage(OutputArray backgroundImage) const;
getBackgroundImage   90 modules/cudabgsegm/src/mog2.cpp         void getBackgroundImage(OutputArray backgroundImage, Stream& stream) const;
getBackgroundImage  206 modules/cudabgsegm/src/mog2.cpp         getBackgroundImage(backgroundImage, Stream::Null());
getBackgroundImage  137 modules/cudabgsegm/test/test_bgsegm.cpp CUDA_TEST_P(MOG2, getBackgroundImage)
getBackgroundImage  166 modules/cudabgsegm/test/test_bgsegm.cpp     mog2->getBackgroundImage(background);
getBackgroundImage  169 modules/cudabgsegm/test/test_bgsegm.cpp     mog2_gold->getBackgroundImage(background_gold);
getBackgroundImage  584 modules/cudalegacy/src/fgd.cpp         void getBackgroundImage(OutputArray backgroundImage) const;
getBackgroundImage   76 modules/cudalegacy/src/gmg.cpp         void getBackgroundImage(OutputArray backgroundImage) const;
getBackgroundImage   81 modules/video/include/opencv2/video/background_segm.hpp     CV_WRAP virtual void getBackgroundImage(OutputArray backgroundImage) const = 0;
getBackgroundImage  112 modules/video/perf/opencl/perf_bgfg_mog2.cpp         mog2->getBackgroundImage(u_background);
getBackgroundImage  123 modules/video/src/bgfg_KNN.cpp     virtual void getBackgroundImage(OutputArray backgroundImage) const;
getBackgroundImage  180 modules/video/src/bgfg_gaussmix2.cpp     virtual void getBackgroundImage(OutputArray backgroundImage) const;
getBackgroundImage  115 modules/video/test/ocl/test_bgfg_mog2.cpp     OCL_OFF(mog2_cpu->getBackgroundImage(background));
getBackgroundImage  118 modules/video/test/ocl/test_bgfg_mog2.cpp     OCL_ON (mog2_ocl->getBackgroundImage(u_background));
getBackgroundImage   90 samples/cpp/bgfg_segm.cpp         bg_model->getBackgroundImage(bgimg);
getBackgroundImage  128 samples/gpu/bgfg_segm.cpp             mog->getBackgroundImage(d_bgimg);
getBackgroundImage  133 samples/gpu/bgfg_segm.cpp             mog2->getBackgroundImage(d_bgimg);
getBackgroundImage  142 samples/gpu/bgfg_segm.cpp             fgd->getBackgroundImage(d_bgimg);
getBackgroundImage 1260 samples/gpu/performance/tests.cpp     mog2->getBackgroundImage(background);
getBackgroundImage 1269 samples/gpu/performance/tests.cpp         mog2->getBackgroundImage(background);
getBackgroundImage 1285 samples/gpu/performance/tests.cpp     d_mog2->getBackgroundImage(d_background);
getBackgroundImage 1295 samples/gpu/performance/tests.cpp         d_mog2->getBackgroundImage(d_background);