Apollo 11.0
自动驾驶开放平台
apollo::perception::radar4d::MrfTrackObjectMatcherConfig结构体 参考
apollo::perception::radar4d::MrfTrackObjectMatcherConfig 的协作图:

Public 属性

optional string foreground_mathcer_method = 1 [default = "MultiHmBipartiteGraphMatcher"]
 
optional string background_matcher_method = 2 [default = "GnnBipartiteGraphMatcher"]
 
optional float bound_value = 3 [default = 100.0]
 
optional float max_match_distance = 4 [default = 4.0]
 

详细描述

在文件 mrf_config.proto23 行定义.

类成员变量说明

◆ background_matcher_method

optional string apollo::perception::radar4d::MrfTrackObjectMatcherConfig::background_matcher_method = 2 [default = "GnnBipartiteGraphMatcher"]

在文件 mrf_config.proto25 行定义.

◆ bound_value

optional float apollo::perception::radar4d::MrfTrackObjectMatcherConfig::bound_value = 3 [default = 100.0]

在文件 mrf_config.proto26 行定义.

◆ foreground_mathcer_method

optional string apollo::perception::radar4d::MrfTrackObjectMatcherConfig::foreground_mathcer_method = 1 [default = "MultiHmBipartiteGraphMatcher"]

在文件 mrf_config.proto24 行定义.

◆ max_match_distance

optional float apollo::perception::radar4d::MrfTrackObjectMatcherConfig::max_match_distance = 4 [default = 4.0]

在文件 mrf_config.proto27 行定义.


该结构体的文档由以下文件生成: