Searched refs:I1x (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, 308 GpuMat I1x = I1x_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 253 ocl::Image2D imageI1x(I1x); in warpBackward() 1203 UMat I1x = dum.I1x_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() 1280 Mat_<float> I1x = dm.I1x_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale() local 1282 centeredGradient(I1, I1x, I1y); in procOneScale() 1331 remap(I1x, I1wx, 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 177 bindTexture(&tex_I1x, I1x); in warpBackward()
|