TrackFlag

Function

Indicates the trace status of object detection.

Structure Definition

enum TrackFlag {
    NEW_OBJECT = 0,
    TRACKED_OBJECT = 1,
    LOST_OBJECT = 2
};

Parameter Description

Parameter

Description

NEW_OBJECT

New goal

TRACKED_OBJECT

Tracing

LOST_OBJECT

Object lost