#include <dummy_algorithms.h>
◆ DummyCalibrationService()
| apollo::perception::camera::DummyCalibrationService::DummyCalibrationService |
( |
| ) |
|
|
inline |
◆ ~DummyCalibrationService()
| virtual apollo::perception::camera::DummyCalibrationService::~DummyCalibrationService |
( |
| ) |
|
|
inlinevirtual |
◆ BuildIndex()
| bool apollo::perception::camera::DummyCalibrationService::BuildIndex |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Init()
◆ Name()
| std::string apollo::perception::camera::DummyCalibrationService::Name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ QueryCameraToGroundHeight()
| float apollo::perception::camera::DummyCalibrationService::QueryCameraToGroundHeight |
( |
| ) |
|
|
inline |
◆ QueryCameraToGroundHeightAndPitchAngle()
| bool apollo::perception::camera::DummyCalibrationService::QueryCameraToGroundHeightAndPitchAngle |
( |
float * |
height, |
|
|
float * |
pitch |
|
) |
| const |
|
inlineoverridevirtual |
◆ QueryDepthOnGroundPlane()
| bool apollo::perception::camera::DummyCalibrationService::QueryDepthOnGroundPlane |
( |
int |
x, |
|
|
int |
y, |
|
|
double * |
depth |
|
) |
| const |
|
inlineoverridevirtual |
◆ QueryGroundPlaneInCameraFrame()
| bool apollo::perception::camera::DummyCalibrationService::QueryGroundPlaneInCameraFrame |
( |
Eigen::Vector4d * |
plane_param | ) |
const |
|
inlineoverridevirtual |
◆ QueryPitchAngle()
| float apollo::perception::camera::DummyCalibrationService::QueryPitchAngle |
( |
| ) |
|
|
inline |
◆ QueryPoint3dOnGroundPlane()
| bool apollo::perception::camera::DummyCalibrationService::QueryPoint3dOnGroundPlane |
( |
int |
x, |
|
|
int |
y, |
|
|
Eigen::Vector3d * |
point3d |
|
) |
| const |
|
inlineoverridevirtual |
◆ SetCameraHeightAndPitch()
| void apollo::perception::camera::DummyCalibrationService::SetCameraHeightAndPitch |
( |
const std::map< std::string, float > & |
name_camera_ground_height_map, |
|
|
const std::map< std::string, float > & |
name_camera_pitch_angle_diff_map, |
|
|
const float & |
pitch_angle_master_sensor |
|
) |
| |
|
inlineoverridevirtual |
◆ Update()
| void apollo::perception::camera::DummyCalibrationService::Update |
( |
CameraFrame * |
frame | ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: