Holds a tracked 2D bounding box.
The structure includes the bounding box location, size, box ID, tracked features, and confidence.
Definition at line 54 of file BoxTracker2D.h.
Data Fields | |
dwBox2D | box |
Bounding box location and size. More... | |
int32_t | id |
Bounding box ID. More... | |
float32_t | confidence |
Confidence in tracking results. More... | |
int32_t | trackedFrameCount |
Total number of tracked frames. More... | |
const float32_t * | featureLocations |
2d feature coordinates inside the bounding box. More... | |
size_t | nFeatures |
Total number of tracked 2D features. More... | |
dwBox2D dwTrackedBox2D::box |
Bounding box location and size.
Definition at line 57 of file BoxTracker2D.h.
float32_t dwTrackedBox2D::confidence |
Confidence in tracking results.
Definition at line 61 of file BoxTracker2D.h.
const float32_t* dwTrackedBox2D::featureLocations |
2d feature coordinates inside the bounding box.
Definition at line 65 of file BoxTracker2D.h.
int32_t dwTrackedBox2D::id |
Bounding box ID.
Definition at line 59 of file BoxTracker2D.h.
size_t dwTrackedBox2D::nFeatures |
Total number of tracked 2D features.
Definition at line 67 of file BoxTracker2D.h.
int32_t dwTrackedBox2D::trackedFrameCount |
Total number of tracked frames.
Definition at line 63 of file BoxTracker2D.h.