声明了实现 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 的定义。