OpenCV 4.11.0
开源计算机视觉库
|
#include "opencv2/cudalegacy/NCV.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) |
计算光流。 | |