Class responsible for managing and logging tracking-related statistics.
More...
#include <trackerprofile.h>
Class responsible for managing and logging tracking-related statistics.
◆ TrackerProfile()
TrackerProfile::TrackerProfile |
( |
std::string |
conf_path, |
|
|
int |
save_interval |
|
) |
| |
Constructor to initialize the TrackerProfile object.
- Parameters
-
conf_path | Path to the configuration file. |
save_interval | Interval at which data is saved. |
◆ log_detection_confidence()
void TrackerProfile::log_detection_confidence |
( |
float |
confidence | ) |
|
Log detection confidence to the confidence sketch.
- Parameters
-
confidence | Detection confidence to be logged. |
◆ log_iou()
void TrackerProfile::log_iou |
( |
float |
iou | ) |
|
Log IoU to the IoU sketch.
- Parameters
-
iou | IoU value to be logged. |
◆ log_track_length()
void TrackerProfile::log_track_length |
( |
int |
length | ) |
|
Log track length to the track length sketch.
- Parameters
-
length | Length of the track to be logged. |
The documentation for this class was generated from the following files: