VPI - Vision Programming Interface

0.1.0 Release

VPIKLTTrackedBoundingBox Struct Reference

Stores a bounding box that is being tracked by KLT Tracker. More...

#include <vpi/Types.h>

+ Collaboration diagram for VPIKLTTrackedBoundingBox:

Data Fields

VPIBoundingBox bbox
 Bounding box being tracked.
 
uint8_t trackingStatus
 Tracking status of this bounding box. More...
 
uint8_t templateStatus
 Status of the template related to this bounding box. More...
 
uint8_t reserved1
 Reserved for future use.
 
uint8_t reserved2
 Reserved for future use.
 

Detailed Description

Stores a bounding box that is being tracked by KLT Tracker.

Definition at line 354 of file Types.h.

Field Documentation

◆ templateStatus

uint8_t VPIKLTTrackedBoundingBox::templateStatus

Status of the template related to this bounding box.

Accepted values:

  • 1 template needs updating.
  • 0 existing template still can be used for tracking, it doesn't need to be updated.

Definition at line 371 of file Types.h.

◆ trackingStatus

uint8_t VPIKLTTrackedBoundingBox::trackingStatus

Tracking status of this bounding box.

Accepted values:

  • 1 tracking information is invalid and shouldn't be relied upon.
  • 0 tracking information is valid.

Definition at line 364 of file Types.h.


The documentation for this struct was generated from the following file: