Home | History | Annotate | Download | only in src

Lines Matching full:frame0

61         void calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2);
68 bool ocl_calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2);
90 UMat frame0 = arrGetUMat(_frame0, ubuf_[0]);
93 CV_Assert( frame1.type() == frame0.type() );
94 CV_Assert( frame1.size() == frame0.size() );
96 UMat input0 = convertToType(frame0, work_type_, ubuf_[2], ubuf_[3]);
125 Mat frame0 = arrGetMat(_frame0, buf_[0]);
128 CV_Assert( frame1.type() == frame0.type() );
129 CV_Assert( frame1.size() == frame0.size() );
131 Mat input0 = convertToType(frame0, work_type_, buf_[2], buf_[3]);
180 void calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2);
215 void Farneback::calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2)
217 CpuOpticalFlow::calc(frame0, frame1, flow1, flow2);
335 void calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2);
359 void DualTVL1::calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2)
361 CpuOpticalFlow::calc(frame0, frame1, flow1, flow2);
419 void calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2);
437 GpuMat frame0 = arrGetGpuMat(_frame0, buf_[0]);
440 CV_Assert( frame1.type() == frame0.type() );
441 CV_Assert( frame1.size() == frame0.size() );
443 GpuMat input0 = convertToType(frame0, work_type_, buf_[2], buf_[3]);
486 void calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2);
522 void Brox_CUDA::calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2)
524 GpuOpticalFlow::calc(frame0, frame1, flow1, flow2);
567 void calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2);
594 void PyrLK_CUDA::calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2)
596 GpuOpticalFlow::calc(frame0, frame1, flow1, flow2);
636 void calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2);
675 void Farneback_CUDA::calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2)
677 GpuOpticalFlow::calc(frame0, frame1, flow1, flow2);
721 void calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2);
763 void DualTVL1_CUDA::calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2)
765 GpuOpticalFlow::calc(frame0, frame1, flow1, flow2);