Apollo 10.0
自动驾驶开放平台
apollo::perception::base::Landmark结构体 参考

#include <landmark_struct.h>

apollo::perception::base::Landmark 的协作图:

Public 属性

VisualLandmarkType type = VisualLandmarkType::RoadArrow
 
std::vector< float > type_probs
 
float confidence = 1.0f
 
BBox2DF box
 

详细描述

在文件 landmark_struct.h28 行定义.

类成员变量说明

◆ box

BBox2DF apollo::perception::base::Landmark::box

在文件 landmark_struct.h36 行定义.

◆ confidence

float apollo::perception::base::Landmark::confidence = 1.0f

在文件 landmark_struct.h35 行定义.

◆ type

VisualLandmarkType apollo::perception::base::Landmark::type = VisualLandmarkType::RoadArrow

在文件 landmark_struct.h30 行定义.

◆ type_probs

std::vector<float> apollo::perception::base::Landmark::type_probs

在文件 landmark_struct.h32 行定义.


该结构体的文档由以下文件生成: