Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/
Dfgd.cpp576 class FGDImpl : public cuda::BackgroundSubtractorFGD class
579 explicit FGDImpl(const FGDParams& params);
580 ~FGDImpl();
619 FGDImpl::FGDImpl(const FGDParams& params) : params_(params), frameSize_(0, 0) in FGDImpl() function in __anon0c08ab400811::FGDImpl
625 FGDImpl::~FGDImpl() in ~FGDImpl()
630 void FGDImpl::apply(InputArray _frame, OutputArray fgmask, double) in apply()
672 void FGDImpl::getBackgroundImage(OutputArray backgroundImage) const in getBackgroundImage()
677 void FGDImpl::getForegroundRegions(OutputArrayOfArrays dst) in getForegroundRegions()
694 void FGDImpl::initialize(const GpuMat& firstFrame) in initialize()
726 return makePtr<FGDImpl>(params); in createBackgroundSubtractorFGD()