VPI - 视觉编程接口

3.2 版本

KLTFeatureTracker.h 文件参考

声明了实现 KLT 特征跟踪算法的函数。 更多...

#include "../Export.h"
#include "../ImageFormat.h"
#include "../Status.h"
#include "../Types.h"
#include <stdint.h>
+ KLTFeatureTracker.h 的包含依赖关系图

转到此文件的源代码。

数据结构

struct  VPIKLTFeatureTrackerCreationParams
 KLT 特征跟踪器的创建参数。 更多...
 
struct  VPIKLTFeatureTrackerParams
 定义 vpiCreateKLTFeatureTracker 参数的结构体。 更多...
 

枚举

enum  VPIKLTFeatureTrackerType
 KLT 特征跟踪器算法类型。 更多...
 

函数

VPIStatus vpiInitKLTFeatureTrackerCreationParams (VPIKLTFeatureTrackerCreationParams *params)
 使用默认值初始化 VPIKLTFeatureTrackerCreationParams更多...
 
VPIStatus vpiCreateKLTFeatureTracker (uint64_t backends, int32_t imageWidth, int32_t imageHeight, VPIImageFormat imageFormat, const VPIKLTFeatureTrackerCreationParams *params, VPIPayload *payload)
 vpiSubmitKLTFeatureTracker 创建负载。 更多...
 
VPIStatus vpiInitKLTFeatureTrackerParams (VPIKLTFeatureTrackerParams *params)
 使用默认值初始化 VPIKLTFeatureTrackerParams更多...
 
VPIStatus vpiSubmitKLTFeatureTracker (VPIStream stream, uint64_t backend, VPIPayload payload, VPIImage templateImage, VPIArray inputBoxList, VPIArray inputPredictionList, VPIImage referenceImage, VPIArray outputBoxList, VPIArray outputEstimationList, const VPIKLTFeatureTrackerParams *params)
 在两个帧上运行 KLT 特征跟踪器。 更多...
 

详细描述

声明了实现 KLT 特征跟踪算法的函数。

文件 KLTFeatureTracker.h 的定义。