#include <gnn_bipartite_graph_matcher.h>
◆ GnnBipartiteGraphMatcher()
apollo::perception::lidar::GnnBipartiteGraphMatcher::GnnBipartiteGraphMatcher |
( |
size_t |
max_size = 1000 | ) |
|
|
explicit |
◆ ~GnnBipartiteGraphMatcher()
apollo::perception::lidar::GnnBipartiteGraphMatcher::~GnnBipartiteGraphMatcher |
( |
| ) |
|
◆ Match()
void apollo::perception::lidar::GnnBipartiteGraphMatcher::Match |
( |
const BipartiteGraphMatcherOptions & |
options, |
|
|
std::vector< NodeNodePair > * |
assignments, |
|
|
std::vector< size_t > * |
unassigned_rows, |
|
|
std::vector< size_t > * |
unassigned_cols |
|
) |
| |
|
virtual |
◆ Name()
std::string apollo::perception::lidar::GnnBipartiteGraphMatcher::Name |
( |
| ) |
const |
|
inlinevirtual |
◆ col_tag_
std::vector<int> apollo::perception::lidar::GnnBipartiteGraphMatcher::col_tag_ |
|
protected |
◆ row_tag_
std::vector<int> apollo::perception::lidar::GnnBipartiteGraphMatcher::row_tag_ |
|
protected |
The documentation for this class was generated from the following file: