OpenCV 4.11.0
开源计算机视觉库
加载中…
搜索中…
无匹配项
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)
 计算光流。