Apollo
v5.5.0
Open source self driving car software
|
This is the complete list of members for apollo::perception::radar::BaseMatcher, including all inherited members.
BaseMatcher() | apollo::perception::radar::BaseMatcher | inline |
FRIEND_TEST(BaseMatcherTest, base_matcher_test) | apollo::perception::radar::BaseMatcher | protected |
GetBoundMatchDistance() | apollo::perception::radar::BaseMatcher | static |
GetMaxMatchDistance() | apollo::perception::radar::BaseMatcher | static |
IDMatch(const std::vector< RadarTrackPtr > &radar_tracks, const base::Frame &radar_frame, std::vector< TrackObjectPair > *assignments, std::vector< size_t > *unassigned_tracks, std::vector< size_t > *unassigned_objects) | apollo::perception::radar::BaseMatcher | virtual |
Init() | apollo::perception::radar::BaseMatcher | inlinevirtual |
Match(const std::vector< RadarTrackPtr > &radar_tracks, const base::Frame &radar_frame, const TrackObjectMatcherOptions &options, std::vector< TrackObjectPair > *assignments, std::vector< size_t > *unassigned_tracks, std::vector< size_t > *unassigned_objects) | apollo::perception::radar::BaseMatcher | inlinevirtual |
Name() | apollo::perception::radar::BaseMatcher | inlinevirtual |
name_ | apollo::perception::radar::BaseMatcher | protected |
RefinedTrack(const base::ObjectPtr &track_object, double track_timestamp, const base::ObjectPtr &radar_object, double radar_timestamp) | apollo::perception::radar::BaseMatcher | protectedvirtual |
s_bound_match_distance_ | apollo::perception::radar::BaseMatcher | protectedstatic |
s_max_match_distance_ | apollo::perception::radar::BaseMatcher | protectedstatic |
SetBoundMatchDistance(double dist) | apollo::perception::radar::BaseMatcher | static |
SetMaxMatchDistance(double dist) | apollo::perception::radar::BaseMatcher | static |
~BaseMatcher() | apollo::perception::radar::BaseMatcher | inlinevirtual |