Apollo 10.0
自动驾驶开放平台
|
#include <base_lane_detector.h>
Public 成员函数 | |
BaseLaneDetector ()=default | |
virtual | ~BaseLaneDetector ()=default |
virtual bool | Init (const LaneDetectorInitOptions &options=LaneDetectorInitOptions())=0 |
virtual bool | Detect (const LaneDetectorOptions &options, CameraFrame *frame)=0 |
virtual std::string | Name () const =0 |
DISALLOW_COPY_AND_ASSIGN (BaseLaneDetector) | |
在文件 base_lane_detector.h 第 38 行定义.
|
default |
|
virtualdefault |
|
pure virtual |
apollo::perception::camera::BaseLaneDetector::DISALLOW_COPY_AND_ASSIGN | ( | BaseLaneDetector | ) |
|
pure virtual |
|
pure virtual |