|
Apollo 11.0
自动驾驶开放平台
|
#include <gnn_bipartite_graph_matcher.h>
Public 成员函数 | |
| GnnBipartiteGraphMatcher (size_t max_size=1000) | |
| ~GnnBipartiteGraphMatcher () | |
| 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 属性 | |
| std::vector< int > | row_tag_ |
| std::vector< int > | col_tag_ |
| std::vector< int > | ignore_track_ |
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 |
在文件 gnn_bipartite_graph_matcher.h 第 59 行定义.
|
explicit |
在文件 gnn_bipartite_graph_matcher.cc 第 47 行定义.
| apollo::perception::lidar::GnnBipartiteGraphMatcher::~GnnBipartiteGraphMatcher | ( | ) |
在文件 gnn_bipartite_graph_matcher.cc 第 53 行定义.
|
virtual |
Match interface
| options | match params |
| assignments | matched pair of objects & tracks |
| unassigned_rows | unmatched rows |
| unassigned_cols | unmatched cols |
实现了 apollo::perception::lidar::BaseBipartiteGraphMatcher.
在文件 gnn_bipartite_graph_matcher.cc 第 59 行定义.
|
inlinevirtual |
Get class name
实现了 apollo::perception::lidar::BaseBipartiteGraphMatcher.
在文件 gnn_bipartite_graph_matcher.h 第 81 行定义.
|
protected |
在文件 gnn_bipartite_graph_matcher.h 第 85 行定义.
|
protected |
在文件 gnn_bipartite_graph_matcher.h 第 86 行定义.
|
protected |
在文件 gnn_bipartite_graph_matcher.h 第 84 行定义.