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

#include <cnn_segmentation.h>

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

Public Member Functions

 CNNSegmentation ()=default
 
 ~CNNSegmentation ()=default
 
bool Init (const SegmentationInitOptions &options=SegmentationInitOptions()) override
 
bool Segment (const SegmentationOptions &options, LidarFrame *frame) override
 
std::string Name () const override
 
- Public Member Functions inherited from apollo::perception::lidar::BaseSegmentation
 BaseSegmentation ()=default
 
virtual ~BaseSegmentation ()=default
 

Constructor & Destructor Documentation

◆ CNNSegmentation()

apollo::perception::lidar::CNNSegmentation::CNNSegmentation ( )
default

◆ ~CNNSegmentation()

apollo::perception::lidar::CNNSegmentation::~CNNSegmentation ( )
default

Member Function Documentation

◆ Init()

bool apollo::perception::lidar::CNNSegmentation::Init ( const SegmentationInitOptions options = SegmentationInitOptions())
overridevirtual

◆ Name()

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

◆ Segment()

bool apollo::perception::lidar::CNNSegmentation::Segment ( const SegmentationOptions options,
LidarFrame frame 
)
overridevirtual

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