声明实现密集光流的函数。 更多...
#include "../Export.h"
#include "../ImageFormat.h"
#include "../Pyramid.h"
#include "../Status.h"
#include "../Types.h"
#include <stdbool.h>
#include <stdint.h>
数据结构 | |
struct | VPIOpticalFlowDenseSGMParams |
用于半全局匹配传递的密集光流参数。 更多... | |
函数 | |
VPIStatus | vpiCreateOpticalFlowDense (uint64_t backends, int32_t width, int32_t height, VPIImageFormat inputFmt, const int32_t *gridSize, int32_t numLevels, VPIOpticalFlowQuality quality, VPIPayload *payload) |
为 vpiSubmitOpticalFlowDense 创建负载。 更多... | |
VPIStatus | vpiSubmitOpticalFlowDense (VPIStream stream, uint64_t backend, VPIPayload payload, VPIImage prevImg, VPIImage curImg, VPIImage mvImg) |
在两个帧上运行密集光流,输出运动矢量。 更多... | |
VPIStatus | vpiSubmitOpticalFlowDensePyramid (VPIStream stream, uint64_t backend, VPIPayload payload, VPIPyramid prevPyr, VPIPyramid curPyr, VPIImage mvImg) |
在两个帧上运行密集光流,输出运动矢量。 更多... | |
VPIStatus | vpiOpticalFlowDenseGetSGMParams (VPIPayload payload, VPIOpticalFlowDenseSGMParams *sgmParams) |
检索在密集光流负载中设置的半全局匹配参数。 更多... | |
VPIStatus | vpiOpticalFlowDenseSetSGMParams (VPIPayload payload, const VPIOpticalFlowDenseSGMParams *sgmParams) |
设置由具有给定负载的密集光流操作使用的半全局匹配参数。 更多... | |
声明实现密集光流的函数。
在文件 OpticalFlowDense.h 中定义。