TrackingStatus Enumeration¶
Namespace: id3.Face
Definition¶
Enumerates the possible face-tracking statuses.
class TrackingStatus
enum TrackingStatus
public enum TrackingStatus
public enum TrackingStatus
public enum TrackingStatus
typedef enum id3FaceTrackingStatus
Fields¶
Name |
Value |
Description |
---|---|---|
|
0 |
No status. |
|
1 |
A face was detected and a track is initialized. Once the required number of consecutive detections will be reached (see MinimumTrackedFaceAge in FaceTracker), the track will move on to ‘Confirmed’ status. |
|
2 |
The face was detected and tracked for the required number of consecutive frames, hence the track is confirmed. |
|
3 |
The face was missed for at least one frame. It can come back to ‘Confirmed’ if it is re-detected or move on to ‘Deleted’ if it keeps being missed for a given number of consecutive frames (see MinimumTrackedFaceAge in FaceTracker). |
|
4 |
The face was missed for too many frames, the track is over. Remark: this state is purely internal. |