声明实现变换估计器算法的函数。 更多...
#include "../AlgoFlags.h"#include "../Export.h"#include "../Status.h"#include "../Types.h"#include <stdint.h>
包含 TransformEstimator.h 的依赖关系图数据结构 | |
| struct | VPIConstrainedHomography2DConfig |
| 保存约束 2D 单应性变换的配置。 更多... | |
| union | VPITransformConfig |
| 变换参数。 更多... | |
| struct | VPITransformEstimatorParams |
| 用于调整变换估计器算法的参数。 更多... | |
枚举 | |
| enum | VPITransformType |
| 支持的变换类型。 更多... | |
| enum | VPITransfomEstimationMethod |
| 变换估计方法。 更多... | |
函数 | |
| VPIStatus | vpiCreateTransformEstimator (uint64_t backends, int32_t maxKeypoints, VPIPayload *payload) |
| 为 vpiSubmitTransformEstimator 创建有效负载。 更多... | |
| VPIStatus | vpiInitTransformEstimatorParams (VPITransformType type, VPITransformEstimatorParams *params) |
| 使用给定变换类型的默认值初始化 VPITransformEstimatorParams。 更多... | |
| VPIStatus | vpiSubmitTransformEstimator (VPIStream stream, uint64_t backend, VPIPayload payload, VPIArray srcKeypoints, VPIArray tgtKeypoints, VPIArray matches, VPIArray outTransform, VPIArray outInliers, const VPITransformEstimatorParams *params) |
| 向流提交 变换估计器 操作。 更多... | |
声明实现变换估计器算法的函数。
文件定义于 TransformEstimator.h。