Apollo 10.0
自动驾驶开放平台
|
#include <base_calibrator.h>
Public 属性 | |
int | image_width = 0 |
int | image_height = 0 |
float | focal_x = 0.0f |
float | focal_y = 0.0f |
float | cx = 0.0f |
float | cy = 0.0f |
![]() | |
std::string | config_path |
std::string | config_file |
int | gpu_id = 0 |
在文件 base_calibrator.h 第 33 行定义.
float apollo::perception::camera::CalibratorInitOptions::cx = 0.0f |
在文件 base_calibrator.h 第 38 行定义.
float apollo::perception::camera::CalibratorInitOptions::cy = 0.0f |
在文件 base_calibrator.h 第 39 行定义.
float apollo::perception::camera::CalibratorInitOptions::focal_x = 0.0f |
在文件 base_calibrator.h 第 36 行定义.
float apollo::perception::camera::CalibratorInitOptions::focal_y = 0.0f |
在文件 base_calibrator.h 第 37 行定义.
int apollo::perception::camera::CalibratorInitOptions::image_height = 0 |
在文件 base_calibrator.h 第 35 行定义.
int apollo::perception::camera::CalibratorInitOptions::image_width = 0 |
在文件 base_calibrator.h 第 34 行定义.