SmartFace Embedded Toolkit  4.2.1
Loading...
Searching...
No Matches
SFETracked Struct Reference

Tracked entity struct. More...

#include <sfe_core.h>

Data Fields

SFEDetection detection
 Tracked detection.
 
uint64_t id
 Tracked ID.
 
SFEEntity uuid
 UUID.
 
enum SFETrackedState state
 Tracking state.
 

Detailed Description

Tracked entity struct.

Examples
example_face_track.cpp.

Definition at line 297 of file sfe_core.h.

Field Documentation

◆ detection

SFEDetection SFETracked::detection

Tracked detection.

Definition at line 299 of file sfe_core.h.

◆ id

uint64_t SFETracked::id

Tracked ID.

Examples
example_face_track.cpp.

Definition at line 301 of file sfe_core.h.

◆ state

enum SFETrackedState SFETracked::state

Tracking state.

Examples
example_face_track.cpp.

Definition at line 305 of file sfe_core.h.

◆ uuid

SFEEntity SFETracked::uuid

UUID.

Examples
example_face_track.cpp.

Definition at line 303 of file sfe_core.h.


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