Struct to store results after the assignment is done.
More...
#include <data_association.hpp>
|
| static constexpr std::size_t | UNASSIGNED = std::numeric_limits<std::size_t>::max() |
| |
Struct to store results after the assignment is done.
◆ track_assignments
| std::vector<std::size_t> autoware::perception::tracking::AssociatorResult::track_assignments |
This vector stores the detection index associated with each track idx. So, it should have Associator::m_num_tracks elements with each element having a value between 0 to Association::m_num_detections or AssociatorResult::UNASSIGNED.
◆ UNASSIGNED
| constexpr std::size_t autoware::perception::tracking::AssociatorResult::UNASSIGNED = std::numeric_limits<std::size_t>::max() |
|
staticconstexpr |
◆ unassigned_detection_indices
| std::vector<std::size_t> autoware::perception::tracking::AssociatorResult::unassigned_detection_indices |
Indices of detections that are not associated to any tracks.
◆ unassigned_track_indices
| std::vector<std::size_t> autoware::perception::tracking::AssociatorResult::unassigned_track_indices |
Indices of tracks that are not associated to any detections.
The documentation for this struct was generated from the following files: