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

#include <spatio_temporal_ground_detector.h>

Inheritance diagram for apollo::perception::lidar::SpatioTemporalGroundDetector:
Inheritance graph
Collaboration diagram for apollo::perception::lidar::SpatioTemporalGroundDetector:
Collaboration graph

Public Member Functions

 SpatioTemporalGroundDetector ()=default
 
 ~SpatioTemporalGroundDetector ()
 
bool Init (const GroundDetectorInitOptions &options=GroundDetectorInitOptions()) override
 
bool Detect (const GroundDetectorOptions &options, LidarFrame *frame) override
 
std::string Name () const override
 
- Public Member Functions inherited from apollo::perception::lidar::BaseGroundDetector
 BaseGroundDetector ()=default
 
virtual ~BaseGroundDetector ()=default
 

Constructor & Destructor Documentation

◆ SpatioTemporalGroundDetector()

apollo::perception::lidar::SpatioTemporalGroundDetector::SpatioTemporalGroundDetector ( )
default

◆ ~SpatioTemporalGroundDetector()

apollo::perception::lidar::SpatioTemporalGroundDetector::~SpatioTemporalGroundDetector ( )
inline

Member Function Documentation

◆ Detect()

bool apollo::perception::lidar::SpatioTemporalGroundDetector::Detect ( const GroundDetectorOptions options,
LidarFrame frame 
)
overridevirtual

◆ Init()

bool apollo::perception::lidar::SpatioTemporalGroundDetector::Init ( const GroundDetectorInitOptions options = GroundDetectorInitOptions())
overridevirtual

◆ Name()

std::string apollo::perception::lidar::SpatioTemporalGroundDetector::Name ( ) const
inlineoverridevirtual

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