Home | History | Annotate | Download | only in gpu

Lines Matching full:d_flow

126 static void showFlow(const char* name, const GpuMat& d_flow)
129 cuda::split(d_flow, planes);
178 GpuMat d_flow(frame0.size(), CV_32FC2);
194 brox->calc(d_frame0f, d_frame1f, d_flow);
199 showFlow("Brox", d_flow);
205 lk->calc(d_frame0, d_frame1, d_flow);
210 showFlow("LK", d_flow);
216 farn->calc(d_frame0, d_frame1, d_flow);
221 showFlow("Farn", d_flow);
227 tvl1->calc(d_frame0, d_frame1, d_flow);
232 showFlow("TVL1", d_flow);