|
Apollo 11.0
自动驾驶开放平台
|
#include <multi_hm_bipartite_graph_matcher.h>
Public 成员函数 | |
| MultiHmBipartiteGraphMatcher () | |
| ~MultiHmBipartiteGraphMatcher () | |
| void | Match (const BipartiteGraphMatcherOptions &options, std::vector< NodeNodePair > *assignments, std::vector< size_t > *unassigned_rows, std::vector< size_t > *unassigned_cols) |
| Match interface | |
| std::string | Name () const |
| Get class name | |
Public 成员函数 继承自 apollo::perception::lidar::BaseBipartiteGraphMatcher | |
| BaseBipartiteGraphMatcher ()=default | |
| virtual | ~BaseBipartiteGraphMatcher ()=default |
| virtual algorithm::SecureMat< float > * | cost_matrix () |
| Get cost matrix | |
Protected 属性 | |
| algorithm::GatedHungarianMatcher< float > | optimizer_ |
Protected 属性 继承自 apollo::perception::lidar::BaseBipartiteGraphMatcher | |
| algorithm::SecureMat< float > * | cost_matrix_ = nullptr |
| float | max_match_distance_ = 0.0f |
额外继承的成员函数 | |
Public 类型 继承自 apollo::perception::lidar::BaseBipartiteGraphMatcher | |
| typedef std::pair< size_t, size_t > | NodeNodePair |
在文件 multi_hm_bipartite_graph_matcher.h 第 29 行定义.
| apollo::perception::lidar::MultiHmBipartiteGraphMatcher::MultiHmBipartiteGraphMatcher | ( | ) |
在文件 multi_hm_bipartite_graph_matcher.cc 第 26 行定义.
| apollo::perception::lidar::MultiHmBipartiteGraphMatcher::~MultiHmBipartiteGraphMatcher | ( | ) |
在文件 multi_hm_bipartite_graph_matcher.cc 第 30 行定义.
|
virtual |
Match interface
| options | match params |
| assignments | matched pair of objects & tracks |
| unassigned_rows | unmatched rows |
| unassigned_cols | unmatched cols |
实现了 apollo::perception::lidar::BaseBipartiteGraphMatcher.
在文件 multi_hm_bipartite_graph_matcher.cc 第 34 行定义.
|
inlinevirtual |
Get class name
实现了 apollo::perception::lidar::BaseBipartiteGraphMatcher.
在文件 multi_hm_bipartite_graph_matcher.h 第 51 行定义.
|
protected |
在文件 multi_hm_bipartite_graph_matcher.h 第 54 行定义.