Home
last modified time | relevance | path

Searched refs:updateFlow (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudaoptflow/src/cuda/
Dfarneback.cu267 __global__ void updateFlow( in updateFlow() function
294 updateFlow<<<grid, block, 0, stream>>>(flowx.rows, flowx.cols, M, flowx, flowy); in updateFlowGpu()
/external/opencv3/modules/video/src/opencl/
Doptical_flow_farneback.cl408 __kernel void updateFlow(__global const float * M, int mStep,