Searched refs:I1y (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudaoptflow/src/ |
D | tvl1flow.cpp | 57 void warpBackward(PtrStepSzf I0, PtrStepSzf I1, PtrStepSzf I1x, PtrStepSzf I1y, 309 GpuMat I1y = I1y_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale() local 310 centeredGradient(I1, I1x, I1y, stream); in procOneScale() 346 warpBackward(I0, I1, I1x, I1y, u1, u2, I1w, I1wx, I1wy, grad, rho_c, stream); in procOneScale()
|
/external/opencv3/modules/video/src/ |
D | tvl1flow.cpp | 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, in warpBackward() argument 254 ocl::Image2D imageI1y(I1y); in warpBackward() 1204 UMat I1y = dum.I1y_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale_ocl() local 1206 if (!centeredGradient(I1, I1x, I1y)) in procOneScale_ocl() 1233 if (!warpBackward(I0, I1, I1x, I1y, u1, u2, I1w, I1wx, I1wy, grad, rho_c)) in procOneScale_ocl() 1281 Mat_<float> I1y = dm.I1y_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale() local 1282 centeredGradient(I1, I1x, I1y); in procOneScale() 1332 remap(I1y, I1wy, flowMap1, flowMap2, INTER_CUBIC); in procOneScale()
|
/external/opencv3/modules/cudaoptflow/src/cuda/ |
D | tvl1flow.cu | 168 void warpBackward(PtrStepSzf I0, PtrStepSzf I1, PtrStepSzf I1x, PtrStepSzf I1y, in warpBackward() argument 178 bindTexture(&tex_I1y, I1y); in warpBackward()
|