Go to the source code of this file.
Data Structures | |
struct | VPIKLTBoundingBoxTrackerParams |
Structure that defines the parameters for vpiCreateKLTBoundingBoxTracker. More... | |
Enumerations | |
enum | VPIKLTBoundingBoxTrackerType { VPI_KLT_INVERSE_COMPOSITIONAL } |
KLT Tracker type. More... | |
Functions | |
VPIStatus | vpiCreateKLTBoundingBoxTracker (VPIStream stream, uint32_t imageWidth, uint32_t imageHeight, VPIImageType imageType, VPIPayload *payload) |
Creates payload for vpiSubmitKLTBoundingBoxTracker. More... | |
VPIStatus | vpiSubmitKLTBoundingBoxTracker (VPIPayload payload, VPIImage templateImage, VPIArray inputBoxList, VPIArray inputPredictionList, VPIImage referenceImage, VPIArray outputBoxList, VPIArray outputEstimationList, const VPIKLTBoundingBoxTrackerParams *params) |
Runs KLT Tracker on two frames. More... | |
Declares functions that implement the KLT Bounding Box Tracker algorithm.
Definition in file KLTBoundingBoxTracker.h.