Lines Matching full:frame0
58 InputArray frame0, InputArray frame1, InputArray points0, InputOutputArray points1,
61 calcOpticalFlowPyrLK(frame0, frame1, points0, points1, status, errors, winSize_, maxLevel_);
75 InputArray frame0, InputArray frame1, InputArray points0, InputOutputArray points1,
78 frame0_.upload(frame0.getMat());
96 const cuda::GpuMat &frame0, const cuda::GpuMat &frame1, const cuda::GpuMat &points0,
101 optFlowEstimator_->calc(frame0, frame1, points0, points1, status, errors);
106 const cuda::GpuMat &frame0, const cuda::GpuMat &frame1, const cuda::GpuMat &points0,
111 optFlowEstimator_->calc(frame0, frame1, points0, points1, status);
123 InputArray frame0, InputArray frame1, InputOutputArray flowX, InputOutputArray flowY,
126 frame0_.upload(frame0.getMat());