Home | History | Annotate | Download | only in src

Lines Matching refs:I1x

204     bool warpBackward(const UMat &I0, const UMat &I1, UMat &I1x, UMat &I1y,
236 bool cv_ocl_tvl1flow::warpBackward(const UMat &I0, const UMat &I1, UMat &I1x, UMat &I1y,
253 ocl::Image2D imageI1x(I1x);
1203 UMat I1x = dum.I1x_buf(Rect(0, 0, I0.cols, I0.rows));
1206 if (!centeredGradient(I1, I1x, I1y))
1233 if (!warpBackward(I0, I1, I1x, I1y, u1, u2, I1w, I1wx, I1wy, grad, rho_c))
1280 Mat_<float> I1x = dm.I1x_buf(Rect(0, 0, I0.cols, I0.rows));
1282 centeredGradient(I1, I1x, I1y);
1331 remap(I1x, I1wx, flowMap1, flowMap2, INTER_CUBIC);