VPI - Vision Programming Interface

2.3 Release

Transform Estimator

Overview

The Transform Estimator algorithm is used to estimate a transform that maps source to destination keypoints.

C API functions

For list of limitations, constraints and backends that implements the algorithm, consult reference documentation of the following functions:

Function Description
vpiInitTransformEstimatorParams Initializes the VPITransformEstimatorParams with default values for a given transform type.
vpiCreateTransformEstimator Creates payload for vpiSubmitTransformEstimator.
vpiSubmitTransformEstimator Submits a Transform Estimator operation to the stream.

Usage

For more information, please see Transform Estimator in the "C API Reference" section of VPI - Vision Programming Interface.

Performance

Performance benchmarks will be added at a later time.