Home
last modified time | relevance | path

Searched refs:updateMatrices (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/cudaoptflow/src/
Dfarneback.cpp151 GpuMat& M, GpuMat &bufM, int blockSize, bool updateMatrices, Stream streams[]);
155 GpuMat& M, GpuMat &bufM, int blockSize, bool updateMatrices, Stream streams[]);
258 GpuMat& M, GpuMat &bufM, int blockSize, bool updateMatrices, Stream streams[]) in updateFlow_boxFilter() argument
270 if (updateMatrices) in updateFlow_boxFilter()
276 GpuMat& M, GpuMat &bufM, int blockSize, bool updateMatrices, Stream streams[]) in updateFlow_gaussianBlur() argument
288 if (updateMatrices) in updateFlow_gaussianBlur()
/external/opencv3/modules/video/src/
Doptflowgf.cpp1012 UMat& M, UMat &bufM, int blockSize, bool updateMatrices) in updateFlow_boxFilter() argument
1019 if (updateMatrices) in updateFlow_boxFilter()
1026 UMat& M, UMat &bufM, int blockSize, bool updateMatrices) in updateFlow_gaussianBlur() argument
1033 if (updateMatrices) in updateFlow_gaussianBlur()
/external/opencv3/modules/cudaoptflow/src/cuda/
Dfarneback.cu156 __global__ void updateMatrices( in updateMatrices() function
258 updateMatrices<<<grid, block, 0, stream>>>(flowx.rows, flowx.cols, flowx, flowy, R0, R1, M); in updateMatricesGpu()
/external/opencv3/modules/video/src/opencl/
Doptical_flow_farneback.cl256 __kernel void updateMatrices(__global const float * flowx, int xStep,