|
Apollo 11.0
自动驾驶开放平台
|
#include <base_detector.h>
Public 成员函数 | |
| BaseDetector ()=default | |
| Construct a new Base Detector object | |
| virtual | ~BaseDetector ()=default |
| virtual bool | Init (const DetectorInitOptions &options)=0 |
| Init base detector object configs. | |
| virtual bool | Detect (RadarFrame *frame, const DetectorOptions &options)=0 |
| Detect the objects from the radar point cloud | |
| virtual std::string | Name () const =0 |
| The name of the radar base Detector | |
在文件 base_detector.h 第 50 行定义.
|
default |
Construct a new Base Detector object
|
virtualdefault |
|
pure virtual |
Detect the objects from the radar point cloud
| frame | radar frame with preprocessed point cloud |
| options | detect options |
|
pure virtual |
Init base detector object configs.
| options | init options |
|
pure virtual |
The name of the radar base Detector