Apollo 10.0
自动驾驶开放平台
|
#include <lane_struct.h>
Public 属性 | |
LaneLineType | type |
LaneLinePositionType | pos_type |
LaneLineCubicCurve | curve_car_coord |
LaneLineCubicCurve | curve_camera_coord |
LaneLineCubicCurve | curve_image_coord |
std::vector< Point2DF > | curve_image_point_set |
std::vector< Point3DF > | curve_camera_point_set |
std::vector< Point2DF > | curve_car_coord_point_set |
std::vector< EndPoints > | image_end_point_set |
int | track_id = -1 |
float | confidence = 1.0f |
LaneLineUseType | use_type |
在文件 lane_struct.h 第 69 行定义.
float apollo::perception::base::LaneLine::confidence = 1.0f |
在文件 lane_struct.h 第 89 行定义.
LaneLineCubicCurve apollo::perception::base::LaneLine::curve_camera_coord |
在文件 lane_struct.h 第 75 行定义.
std::vector<Point3DF> apollo::perception::base::LaneLine::curve_camera_point_set |
在文件 lane_struct.h 第 81 行定义.
LaneLineCubicCurve apollo::perception::base::LaneLine::curve_car_coord |
在文件 lane_struct.h 第 73 行定义.
std::vector<Point2DF> apollo::perception::base::LaneLine::curve_car_coord_point_set |
在文件 lane_struct.h 第 83 行定义.
LaneLineCubicCurve apollo::perception::base::LaneLine::curve_image_coord |
在文件 lane_struct.h 第 77 行定义.
std::vector<Point2DF> apollo::perception::base::LaneLine::curve_image_point_set |
在文件 lane_struct.h 第 79 行定义.
std::vector<EndPoints> apollo::perception::base::LaneLine::image_end_point_set |
在文件 lane_struct.h 第 85 行定义.
LaneLinePositionType apollo::perception::base::LaneLine::pos_type |
在文件 lane_struct.h 第 71 行定义.
int apollo::perception::base::LaneLine::track_id = -1 |
在文件 lane_struct.h 第 87 行定义.
LaneLineType apollo::perception::base::LaneLine::type |
在文件 lane_struct.h 第 70 行定义.
LaneLineUseType apollo::perception::base::LaneLine::use_type |
在文件 lane_struct.h 第 91 行定义.