vpi.KLTTrackStatus

class vpi.KLTTrackStatus

Define the track status in the KLT algorithm.

It defines the track status of a bounding box (bbox) of type vpi.Type.KLT_TRACKED_BOUNDING_BOX.

Enumeration values

vpi.KLTTrackStatus.TRACKED

Informs the bbox is being tracked.

vpi.KLTTrackStatus.LOST

Informs the bbox is lost.