Searched refs:d_frame0 (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudaoptflow/perf/ |
D | perf_optflow.cpp | 72 const cv::cuda::GpuMat d_frame0(frame0); 80 TEST_CYCLE() d_alg->calc(d_frame0, d_frame1, flow); 143 const cv::cuda::GpuMat d_frame0(frame0); 148 TEST_CYCLE() d_pyrLK->calc(d_frame0, d_frame1, d_pts, nextPts, status); 196 const cv::cuda::GpuMat d_frame0(frame0); 205 TEST_CYCLE() d_pyrLK->calc(d_frame0, d_frame1, flow); 246 const cv::cuda::GpuMat d_frame0(frame0); 254 TEST_CYCLE() d_farneback->calc(d_frame0, d_frame1, flow); 291 const cv::cuda::GpuMat d_frame0(frame0); 298 TEST_CYCLE() d_alg->calc(d_frame0, d_frame1, flow);
|
/external/opencv3/samples/gpu/ |
D | optical_flow.cpp | 175 GpuMat d_frame0(frame0); in main() local 189 d_frame0.convertTo(d_frame0f, CV_32F, 1.0 / 255.0); in main() 205 lk->calc(d_frame0, d_frame1, d_flow); in main() 216 farn->calc(d_frame0, d_frame1, d_flow); in main() 227 tvl1->calc(d_frame0, d_frame1, d_flow); in main()
|
D | pyrlk_optical_flow.cpp | 154 GpuMat d_frame0(frame0); in main() local 160 …d_pyrLK->calc(useGray ? d_frame0Gray : d_frame0, useGray ? d_frame1Gray : d_frame1, d_prevPts, d_n… in main()
|