HomeSort by relevance Sort by last modified time
    Searched refs:calcImpl (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudaoptflow/src/
farneback.cpp 157 void calcImpl(const GpuMat &frame0, const GpuMat &frame1, GpuMat &flowx, GpuMat &flowy, Stream &stream);
173 calcImpl(frame0, frame1, flowx, flowy, stream);
292 void FarnebackOpticalFlowImpl::calcImpl(const GpuMat &frame0, const GpuMat &frame1, GpuMat &flowx, GpuMat &flowy, Stream &stream)
tvl1flow.cpp 131 void calcImpl(const GpuMat& I0, const GpuMat& I1, GpuMat& flowx, GpuMat& flowy, Stream& stream);
170 calcImpl(frame0, frame1, flowx, flowy, stream);
176 void OpticalFlowDual_TVL1_Impl::calcImpl(const GpuMat& I0, const GpuMat& I1, GpuMat& flowx, GpuMat& flowy, Stream& stream)

Completed in 408 milliseconds