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

#include <traffic_light.h>

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

Public 属性

Rect< int > projection_roi
 
Rect< int > crop_roi
 
bool outside_image = false
 
std::vector< Rect< int > > debug_roi
 
std::vector< float > debug_roi_detect_scores
 
Rect< int > detection_roi
 
bool is_detected = false
 
bool is_selected = false
 
TLDetectionClass detect_class_id = TLDetectionClass::TL_UNKNOWN_CLASS
 
std::vector< base::PointXYZIDpoints
 
float detect_score = 0.0f
 

详细描述

在文件 traffic_light.h45 行定义.

类成员变量说明

◆ crop_roi

Rect<int> apollo::perception::base::LightRegion::crop_roi

在文件 traffic_light.h48 行定义.

◆ debug_roi

std::vector<Rect<int> > apollo::perception::base::LightRegion::debug_roi

在文件 traffic_light.h51 行定义.

◆ debug_roi_detect_scores

std::vector<float> apollo::perception::base::LightRegion::debug_roi_detect_scores

在文件 traffic_light.h52 行定义.

◆ detect_class_id

TLDetectionClass apollo::perception::base::LightRegion::detect_class_id = TLDetectionClass::TL_UNKNOWN_CLASS

在文件 traffic_light.h57 行定义.

◆ detect_score

float apollo::perception::base::LightRegion::detect_score = 0.0f

在文件 traffic_light.h63 行定义.

◆ detection_roi

Rect<int> apollo::perception::base::LightRegion::detection_roi

在文件 traffic_light.h54 行定义.

◆ is_detected

bool apollo::perception::base::LightRegion::is_detected = false

在文件 traffic_light.h55 行定义.

◆ is_selected

bool apollo::perception::base::LightRegion::is_selected = false

在文件 traffic_light.h56 行定义.

◆ outside_image

bool apollo::perception::base::LightRegion::outside_image = false

在文件 traffic_light.h49 行定义.

◆ points

std::vector<base::PointXYZID> apollo::perception::base::LightRegion::points

在文件 traffic_light.h60 行定义.

◆ projection_roi

Rect<int> apollo::perception::base::LightRegion::projection_roi

在文件 traffic_light.h47 行定义.


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