Apollo 10.0
自动驾驶开放平台
|
#include <base_cipv.h>
Public 属性 | |
float | min_laneline_length_for_cipv = 2.0f |
float | average_lane_width_in_meter = 3.7f |
float | max_vehicle_width_in_meter = 1.87f |
float | average_frame_rate = 0.05f |
bool | image_based_cipv = false |
int | debug_level = 0 |
![]() | |
std::string | config_path |
std::string | config_file |
int | gpu_id = 0 |
在文件 base_cipv.h 第 35 行定义.
float apollo::perception::camera::CipvInitOptions::average_frame_rate = 0.05f |
在文件 base_cipv.h 第 39 行定义.
float apollo::perception::camera::CipvInitOptions::average_lane_width_in_meter = 3.7f |
在文件 base_cipv.h 第 37 行定义.
int apollo::perception::camera::CipvInitOptions::debug_level = 0 |
在文件 base_cipv.h 第 41 行定义.
bool apollo::perception::camera::CipvInitOptions::image_based_cipv = false |
在文件 base_cipv.h 第 40 行定义.
float apollo::perception::camera::CipvInitOptions::max_vehicle_width_in_meter = 1.87f |
在文件 base_cipv.h 第 38 行定义.
float apollo::perception::camera::CipvInitOptions::min_laneline_length_for_cipv = 2.0f |
在文件 base_cipv.h 第 36 行定义.