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

#include <dummy_algorithms.h>

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

Public Member Functions

 DummyLandmarkDetector ()
 
virtual ~DummyLandmarkDetector ()
 
bool Init (const LandmarkDetectorInitOptions &options=LandmarkDetectorInitOptions()) override
 
bool Detect (const LandmarkDetectorOptions &options, CameraFrame *frame) override
 
std::string Name () const override
 
- Public Member Functions inherited from apollo::perception::camera::BaseLandmarkDetector
 BaseLandmarkDetector ()=default
 
virtual ~BaseLandmarkDetector ()=default
 
 BaseLandmarkDetector (const BaseLandmarkDetector &)=delete
 
BaseLandmarkDetectoroperator= (const BaseLandmarkDetector &)=delete
 

Constructor & Destructor Documentation

◆ DummyLandmarkDetector()

apollo::perception::camera::DummyLandmarkDetector::DummyLandmarkDetector ( )
inline

◆ ~DummyLandmarkDetector()

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

Member Function Documentation

◆ Detect()

bool apollo::perception::camera::DummyLandmarkDetector::Detect ( const LandmarkDetectorOptions options,
CameraFrame frame 
)
inlineoverridevirtual

◆ Init()

bool apollo::perception::camera::DummyLandmarkDetector::Init ( const LandmarkDetectorInitOptions options = LandmarkDetectorInitOptions())
inlineoverridevirtual

◆ Name()

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

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