Apollo
6.0
Open source self driving car software
|
This is the complete list of members for apollo::perception::radar::HMMatcher, 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 |
HMMatcher() | apollo::perception::radar::HMMatcher | |
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() override | apollo::perception::radar::HMMatcher | virtual |
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) override | apollo::perception::radar::HMMatcher | virtual |
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) override | apollo::perception::radar::HMMatcher | 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 |
~HMMatcher() | apollo::perception::radar::HMMatcher | virtual |