Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaoptflow/src/
Dfarneback.cpp96 class FarnebackOpticalFlowImpl : public FarnebackOpticalFlow class
99 FarnebackOpticalFlowImpl(int numLevels, double pyrScale, bool fastPyramids, int winSize, in FarnebackOpticalFlowImpl() function in __anonbb5751670111::FarnebackOpticalFlowImpl
164 …void FarnebackOpticalFlowImpl::calc(InputArray _frame0, InputArray _frame1, InputOutputArray _flow… in calc()
187 void FarnebackOpticalFlowImpl::prepareGaussian( in prepareGaussian()
240 void FarnebackOpticalFlowImpl::setPolynomialExpansionConsts(int n, double sigma) in setPolynomialExpansionConsts()
256 void FarnebackOpticalFlowImpl::updateFlow_boxFilter( in updateFlow_boxFilter()
274 void FarnebackOpticalFlowImpl::updateFlow_gaussianBlur( in updateFlow_gaussianBlur()
292 …void FarnebackOpticalFlowImpl::calcImpl(const GpuMat &frame0, const GpuMat &frame1, GpuMat &flowx,… in calcImpl()
465 return makePtr<FarnebackOpticalFlowImpl>(numLevels, pyrScale, fastPyramids, winSize, in create()