Apollo  v5.5.0
Open source self driving car software
Public Member Functions | List of all members
apollo::perception::lidar::BaseSegmentation Class Referenceabstract

#include <base_segmentation.h>

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

Public Member Functions

 BaseSegmentation ()=default
 
virtual ~BaseSegmentation ()=default
 
virtual bool Init (const SegmentationInitOptions &options=SegmentationInitOptions())=0
 
virtual bool Segment (const SegmentationOptions &options, LidarFrame *frame)=0
 
virtual std::string Name () const =0
 

Constructor & Destructor Documentation

◆ BaseSegmentation()

apollo::perception::lidar::BaseSegmentation::BaseSegmentation ( )
default

◆ ~BaseSegmentation()

virtual apollo::perception::lidar::BaseSegmentation::~BaseSegmentation ( )
virtualdefault

Member Function Documentation

◆ Init()

virtual bool apollo::perception::lidar::BaseSegmentation::Init ( const SegmentationInitOptions options = SegmentationInitOptions())
pure virtual

◆ Name()

virtual std::string apollo::perception::lidar::BaseSegmentation::Name ( ) const
pure virtual

◆ Segment()

virtual bool apollo::perception::lidar::BaseSegmentation::Segment ( const SegmentationOptions options,
LidarFrame frame 
)
pure virtual

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