Back to Jetson Inference

Jetson Inference: jetson

docs/html/objectTrackerIOU_8h.html

latest1.7 KB
Original Source

| | Jetson Inference

DNN Vision Library |

Classes | Macros

objectTrackerIOU.h File Reference

#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...
| | |

Macro Definition Documentation

OBJECT_TRACKER_DEFAULT_OVERLAP_THRESHOLD

| #define OBJECT_TRACKER_DEFAULT_OVERLAP_THRESHOLD 0.5 |

How much IOU overlap is required for a bounding box to be matched.