Searched refs:updateMatrices (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/cudaoptflow/src/ |
D | farneback.cpp | 151 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/ |
D | optflowgf.cpp | 1012 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/ |
D | farneback.cu | 156 __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/ |
D | optical_flow_farneback.cl | 256 __kernel void updateMatrices(__global const float * flowx, int xStep,
|