![]() |
Jetson Inference
DNN Vision Library
|
#include "objectTracker.h"Go to the source code of this file.
Classes | |
| class | objectTrackerIOU |
| Object tracker using Intersection-Over-Union (IOU) More... | |
Macros | |
| #define | OBJECT_TRACKER_DEFAULT_MIN_FRAMES 3 |
| The number of re-identified frames before establishing a track. More... | |
| #define | OBJECT_TRACKER_DEFAULT_DROP_FRAMES 15 |
| The number of consecutive lost frames after which a track is removed. More... | |
| #define | OBJECT_TRACKER_DEFAULT_OVERLAP_THRESHOLD 0.5 |
| How much IOU overlap is required for a bounding box to be matched. More... | |
| #define OBJECT_TRACKER_DEFAULT_OVERLAP_THRESHOLD 0.5 |
How much IOU overlap is required for a bounding box to be matched.