Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaoptflow/src/
Dfarneback.cpp60 namespace cv { namespace cuda { namespace device { namespace optflow_farneback namespace
253 …device::optflow_farneback::setPolynomialExpansionConsts(n, g, xg, xxg, static_cast<float>(ig11), s… in setPolynomialExpansionConsts()
261 …device::optflow_farneback::boxFilter5Gpu(M, blockSize/2, bufM, StreamAccessor::getStream(streams[0… in updateFlow_boxFilter()
263 …device::optflow_farneback::boxFilter5Gpu_CC11(M, blockSize/2, bufM, StreamAccessor::getStream(stre… in updateFlow_boxFilter()
268 … device::optflow_farneback::updateFlowGpu(M, flowx, flowy, StreamAccessor::getStream(streams[0])); in updateFlow_boxFilter()
271 …device::optflow_farneback::updateMatricesGpu(flowx, flowy, R0, R1, M, StreamAccessor::getStream(st… in updateFlow_boxFilter()
279 device::optflow_farneback::gaussianBlur5Gpu( in updateFlow_gaussianBlur()
282 device::optflow_farneback::gaussianBlur5Gpu_CC11( in updateFlow_gaussianBlur()
286 … device::optflow_farneback::updateFlowGpu(M, flowx, flowy, StreamAccessor::getStream(streams[0])); in updateFlow_gaussianBlur()
289 …device::optflow_farneback::updateMatricesGpu(flowx, flowy, R0, R1, M, StreamAccessor::getStream(st… in updateFlow_gaussianBlur()
[all …]
/external/opencv3/modules/cudaoptflow/src/cuda/
Dfarneback.cu58 namespace cv { namespace cuda { namespace device { namespace optflow_farneback namespace