#include <base_matcher.h>
◆ BaseMatcher()
apollo::perception::radar::BaseMatcher::BaseMatcher |
( |
| ) |
|
|
inline |
◆ ~BaseMatcher()
virtual apollo::perception::radar::BaseMatcher::~BaseMatcher |
( |
| ) |
|
|
inlinevirtual |
◆ FRIEND_TEST()
apollo::perception::radar::BaseMatcher::FRIEND_TEST |
( |
BaseMatcherTest |
, |
|
|
base_matcher_test |
|
|
) |
| |
|
protected |
◆ GetBoundMatchDistance()
static double apollo::perception::radar::BaseMatcher::GetBoundMatchDistance |
( |
| ) |
|
|
static |
◆ GetMaxMatchDistance()
static double apollo::perception::radar::BaseMatcher::GetMaxMatchDistance |
( |
| ) |
|
|
static |
◆ IDMatch()
virtual void apollo::perception::radar::BaseMatcher::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 |
|
) |
| |
|
virtual |
◆ Init()
virtual bool apollo::perception::radar::BaseMatcher::Init |
( |
| ) |
|
|
inlinevirtual |
◆ Match()
virtual bool apollo::perception::radar::BaseMatcher::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 |
|
) |
| |
|
inlinevirtual |
◆ Name()
virtual std::string apollo::perception::radar::BaseMatcher::Name |
( |
| ) |
|
|
inlinevirtual |
◆ RefinedTrack()
virtual bool apollo::perception::radar::BaseMatcher::RefinedTrack |
( |
const base::ObjectPtr & |
track_object, |
|
|
double |
track_timestamp, |
|
|
const base::ObjectPtr & |
radar_object, |
|
|
double |
radar_timestamp |
|
) |
| |
|
protectedvirtual |
◆ SetBoundMatchDistance()
static void apollo::perception::radar::BaseMatcher::SetBoundMatchDistance |
( |
double |
dist | ) |
|
|
static |
◆ SetMaxMatchDistance()
static void apollo::perception::radar::BaseMatcher::SetMaxMatchDistance |
( |
double |
dist | ) |
|
|
static |
◆ name_
std::string apollo::perception::radar::BaseMatcher::name_ |
|
protected |
◆ s_bound_match_distance_
double apollo::perception::radar::BaseMatcher::s_bound_match_distance_ |
|
staticprotected |
◆ s_max_match_distance_
double apollo::perception::radar::BaseMatcher::s_max_match_distance_ |
|
staticprotected |
The documentation for this class was generated from the following file: