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

  /external/opencv3/modules/cudaoptflow/src/
tvl1flow.cpp 59 PtrStepSzf I1w, PtrStepSzf I1wx, PtrStepSzf I1wy,
62 void estimateU(PtrStepSzf I1wx, PtrStepSzf I1wy,
313 GpuMat I1wx = I1wx_buf(Rect(0, 0, I0.cols, I0.rows));
346 warpBackward(I0, I1, I1x, I1y, u1, u2, I1w, I1wx, I1wy, grad, rho_c, stream);
354 estimateU(I1wx, I1wy, grad, rho_c, p11, p12, p21, p22, p31, p32, u1, u2, u3, diff, l_t, static_cast<float>(theta_), gamma_, calcError, stream);
  /external/opencv3/modules/video/src/
tvl1flow.cpp 205 UMat &u1, UMat &u2, UMat &I1w, UMat &I1wx, UMat &I1wy,
208 bool estimateU(UMat &I1wx, UMat &I1wy, UMat &grad,
237 UMat &u1, UMat &u2, UMat &I1w, UMat &I1wx, UMat &I1wy,
262 idxArg = kernel.set(idxArg, ocl::KernelArg::PtrWriteOnly(I1wx));//float* I1wx
279 bool cv_ocl_tvl1flow::estimateU(UMat &I1wx, UMat &I1wy, UMat &grad,
284 size_t globalsize[2] = { I1wx.cols, I1wx.rows };
291 idxArg = kernel.set(idxArg, ocl::KernelArg::PtrReadOnly(I1wx)); //const float* I1wx
    [all...]

Completed in 208 milliseconds