Searched refs:createBackgroundSubtractorGMG (Results 1 – 5 of 5) sorted by relevance
50 Ptr<cuda::BackgroundSubtractorGMG> cv::cuda::createBackgroundSubtractorGMG(int, double) { throw_no_… in createBackgroundSubtractorGMG() function in cv::cuda272 Ptr<cuda::BackgroundSubtractorGMG> cv::cuda::createBackgroundSubtractorGMG(int initializationFrames… in createBackgroundSubtractorGMG() function in cv::cuda
76 Ptr<BackgroundSubtractor> gmg = cuda::createBackgroundSubtractorGMG(40); in main()
176 … cv::Ptr<cv::cuda::BackgroundSubtractorGMG> d_gmg = cv::cuda::createBackgroundSubtractorGMG();
131 createBackgroundSubtractorGMG(int initializationFrames = 120, double decisionThreshold = 0.8);
128 fgbg = cv2.createBackgroundSubtractorGMG()