VPI - Vision Programming Interface

0.1.0 Release

KLTBoundingBoxTracker.h File Reference
#include <stdint.h>
#include <vpi/Export.h>
#include <vpi/Status.h>
#include <vpi/Types.h>
+ Include dependency graph for KLTBoundingBoxTracker.h:

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...
 

Detailed Description

Declares functions that implement the KLT Bounding Box Tracker algorithm.

Definition in file KLTBoundingBoxTracker.h.