Searched refs:calcImpl (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudaoptflow/src/ |
D | tvl1flow.cpp | 131 … void calcImpl(const GpuMat& I0, const GpuMat& I1, GpuMat& flowx, GpuMat& flowy, Stream& stream); 170 calcImpl(frame0, frame1, flowx, flowy, stream); in calc() 176 …void OpticalFlowDual_TVL1_Impl::calcImpl(const GpuMat& I0, const GpuMat& I1, GpuMat& flowx, GpuMat… in calcImpl() function in __anon4c85aea40111::OpticalFlowDual_TVL1_Impl
|
D | farneback.cpp | 157 …void calcImpl(const GpuMat &frame0, const GpuMat &frame1, GpuMat &flowx, GpuMat &flowy, Stream &st… 173 calcImpl(frame0, frame1, flowx, flowy, stream); in calc() 292 …void FarnebackOpticalFlowImpl::calcImpl(const GpuMat &frame0, const GpuMat &frame1, GpuMat &flowx,… in calcImpl() function in __anon899078620111::FarnebackOpticalFlowImpl
|