OpenCV  4.10.0
开源计算机视觉
正在载入...
正在搜索...
没有匹配项
| 函数
NCVBroxOpticalFlow.hpp 文件引用
#include "opencv2/cudalegacy/NCV.hpp"
包含 NCVBroxOpticalFlow.hpp 的依赖关系图
此图表显示了直接或间接包含此文件的那些文件

struct  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)
 计算光流。