Lines Matching defs:mog2
63 // MOG2
73 PARAM_TEST_CASE(MOG2, cv::cuda::DeviceInfo, std::string, UseGray, DetectShadow, UseRoi)
93 CUDA_TEST_P(MOG2, Update)
102 cv::Ptr<cv::BackgroundSubtractorMOG2> mog2 = cv::cuda::createBackgroundSubtractorMOG2();
103 mog2->setDetectShadows(detectShadow);
122 mog2->apply(loadMat(frame, useRoi), foreground);
137 CUDA_TEST_P(MOG2, getBackgroundImage)
147 cv::Ptr<cv::BackgroundSubtractorMOG2> mog2 = cv::cuda::createBackgroundSubtractorMOG2();
148 mog2->setDetectShadows(detectShadow);
160 mog2->apply(loadMat(frame, useRoi), foreground);
166 mog2->getBackgroundImage(background);
174 INSTANTIATE_TEST_CASE_P(CUDA_BgSegm, MOG2, testing::Combine(