Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/include/opencv2/
Dcudalegacy.hpp144 class CV_EXPORTS BackgroundSubtractorFGD : public cv::BackgroundSubtractor class
186 CV_EXPORTS Ptr<cuda::BackgroundSubtractorFGD>
/external/opencv3/modules/cudalegacy/src/
Dfgd.cpp52 …uda::BackgroundSubtractorFGD> cv::cuda::createBackgroundSubtractorFGD(const FGDParams&) { throw_no… in createBackgroundSubtractorFGD()
576 class FGDImpl : public cuda::BackgroundSubtractorFGD
724 Ptr<cuda::BackgroundSubtractorFGD> cv::cuda::createBackgroundSubtractorFGD(const FGDParams& params) in createBackgroundSubtractorFGD()
/external/opencv3/modules/cudalegacy/perf/
Dperf_bgsegm.cpp93 … cv::Ptr<cv::cuda::BackgroundSubtractorFGD> d_fgd = cv::cuda::createBackgroundSubtractorFGD();