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

#include <dummy_algorithms.h>

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

Public Member Functions

bool Init (const ObstacleTrackerInitOptions &options) override
 
bool Predict (const ObstacleTrackerOptions &options, CameraFrame *frame) override
 
bool Associate2D (const ObstacleTrackerOptions &options, CameraFrame *frame) override
 
bool Associate3D (const ObstacleTrackerOptions &options, CameraFrame *frame) override
 
bool Track (const ObstacleTrackerOptions &options, CameraFrame *frame) override
 
std::string Name () const override
 
- Public Member Functions inherited from apollo::perception::camera::BaseObstacleTracker
 BaseObstacleTracker ()=default
 
virtual ~BaseObstacleTracker ()=default
 
 BaseObstacleTracker (const BaseObstacleTracker &)=delete
 
BaseObstacleTrackeroperator= (const BaseObstacleTracker &)=delete
 

Member Function Documentation

◆ Associate2D()

bool apollo::perception::camera::DummyObstacleTracker::Associate2D ( const ObstacleTrackerOptions options,
CameraFrame frame 
)
inlineoverridevirtual

◆ Associate3D()

bool apollo::perception::camera::DummyObstacleTracker::Associate3D ( const ObstacleTrackerOptions options,
CameraFrame frame 
)
inlineoverridevirtual

◆ Init()

bool apollo::perception::camera::DummyObstacleTracker::Init ( const ObstacleTrackerInitOptions options)
inlineoverridevirtual

◆ Name()

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

◆ Predict()

bool apollo::perception::camera::DummyObstacleTracker::Predict ( const ObstacleTrackerOptions options,
CameraFrame frame 
)
inlineoverridevirtual

◆ Track()

bool apollo::perception::camera::DummyObstacleTracker::Track ( const ObstacleTrackerOptions options,
CameraFrame frame 
)
inlineoverridevirtual

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