Apollo  6.0
Open source self driving car software
Public Member Functions | List of all members
apollo::perception::camera::DummyLaneDetector Class Reference

#include <dummy_algorithms.h>

Inheritance diagram for apollo::perception::camera::DummyLaneDetector:
Inheritance graph
Collaboration diagram for apollo::perception::camera::DummyLaneDetector:
Collaboration graph

Public Member Functions

 DummyLaneDetector ()
 
virtual ~DummyLaneDetector ()
 
bool Init (const LaneDetectorInitOptions &options={}) override
 
bool Detect (const LaneDetectorOptions &options, CameraFrame *frame) override
 
std::string Name () const override
 
- Public Member Functions inherited from apollo::perception::camera::BaseLaneDetector
 BaseLaneDetector ()=default
 
virtual ~BaseLaneDetector ()=default
 
 BaseLaneDetector (const BaseLaneDetector &)=delete
 
BaseLaneDetectoroperator= (const BaseLaneDetector &)=delete
 

Constructor & Destructor Documentation

◆ DummyLaneDetector()

apollo::perception::camera::DummyLaneDetector::DummyLaneDetector ( )
inline

◆ ~DummyLaneDetector()

virtual apollo::perception::camera::DummyLaneDetector::~DummyLaneDetector ( )
inlinevirtual

Member Function Documentation

◆ Detect()

bool apollo::perception::camera::DummyLaneDetector::Detect ( const LaneDetectorOptions options,
CameraFrame frame 
)
inlineoverridevirtual

◆ Init()

bool apollo::perception::camera::DummyLaneDetector::Init ( const LaneDetectorInitOptions options = {})
inlineoverridevirtual

◆ Name()

std::string apollo::perception::camera::DummyLaneDetector::Name ( ) const
inlineoverridevirtual

The documentation for this class was generated from the following file: