OpenCV
开源计算机视觉库
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
NCVBroxOpticalFlow.hpp 文件参考
NCVBroxOpticalFlow.hpp 的包含依赖图

结构体 NCVBroxOpticalFlowDescriptor
 模型和求解器参数。更多…
 

函数

NCVStatus NCVBroxOpticalFlow (const NCVBroxOpticalFlowDescriptor desc, INCVMemAllocator &gpu_mem_allocator, const NCVMatrix< Ncv32f > &frame0, const NCVMatrix< Ncv32f > &frame1, NCVMatrix< Ncv32f > &u, NCVMatrix< Ncv32f > &v, cudaStream_t stream)
 计算光流。