|
Apollo 11.0
自动驾驶开放平台
|
#include <type_fusion_interface.h>
Public 类型 | |
| typedef ObjectSequence::TrackedObjects | TrackedObjects |
Public 成员函数 | |
| virtual bool | Init (const TypeFusionInitOption &option)=0 |
| Init type fusion | |
| virtual bool | TypeFusion (const TypeFusionOption &option, TrackedObjects *tracked_objects)=0 |
| Type fusion | |
| virtual std::string | Name () const =0 |
| Get class name | |
在文件 type_fusion_interface.h 第 69 行定义.
| typedef ObjectSequence::TrackedObjects apollo::perception::radar4d::BaseSequenceTypeFusion::TrackedObjects |
在文件 type_fusion_interface.h 第 71 行定义.
|
pure virtual |
|
pure virtual |
|
pure virtual |
Type fusion
| option | |
| tracked_objects | update type of the tracked object |