Holds the metrics of the fusion process. More...
Functions | |
| FusionMetrics () | |
| Default constructor. More... | |
| void | reset () |
| Reset the current metrics. More... | |
Attributes | |
| float | mean_camera_fused |
| Mean number of camera that provides data during the past second. More... | |
| float | mean_stdev_between_camera |
| Standard deviation of the data timestamp fused, the lower the better. More... | |
| std::map< CameraIdentifier, CameraMetrics > | camera_individual_stats |
| Sender metrics. More... | |
Holds the metrics of the fusion process.
| FusionMetrics | ( | ) |
Default constructor.
| void reset | ( | ) |
Reset the current metrics.
| float mean_camera_fused |
Mean number of camera that provides data during the past second.
| float mean_stdev_between_camera |
Standard deviation of the data timestamp fused, the lower the better.
| std::map<CameraIdentifier, CameraMetrics> camera_individual_stats |
Sender metrics.