Apollo
6.0
Open source self driving car software
|
#include <string>
#include "modules/perception/camera/common/camera_frame.h"
#include "modules/perception/camera/lib/interface/base_init_options.h"
#include "modules/perception/lib/registerer/registerer.h"
Go to the source code of this file.
Classes | |
struct | apollo::perception::camera::CameraPerceptionInitOptions |
struct | apollo::perception::camera::CameraPerceptionOptions |
class | apollo::perception::camera::BaseCameraPerception |
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::perception | |
apollo::perception | |
apollo::perception::camera | |
Macros | |
#define | PERCEPTION_REGISTER_CAMERA_PERCEPTION(name) PERCEPTION_REGISTER_CLASS(BaseCameraPerception, name) |
Functions | |
apollo::perception::camera::PERCEPTION_REGISTER_REGISTERER (BaseCameraPerception) | |
#define PERCEPTION_REGISTER_CAMERA_PERCEPTION | ( | name | ) | PERCEPTION_REGISTER_CLASS(BaseCameraPerception, name) |