OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I1x
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/cudaoptflow/src/
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));
310
centeredGradient(I1,
I1x
, I1y, stream);
346
warpBackward(I0, I1,
I1x
, I1y, u1, u2, I1w, I1wx, I1wy, grad, rho_c, stream);
/external/opencv3/modules/cudaoptflow/src/cuda/
tvl1flow.cu
168
void warpBackward(PtrStepSzf I0, PtrStepSzf I1, PtrStepSzf
I1x
, PtrStepSzf I1y,
177
bindTexture(&tex_I1x,
I1x
);
/external/opencv3/modules/video/src/
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,
253
ocl::Image2D imageI1x(
I1x
);
[
all
...]
Completed in 2333 milliseconds