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

#include <postprocess.h>

apollo::perception::camera::NMSParam 的协作图:

Public 属性

float threshold
 
float inter_cls_nms_thresh
 
float inter_cls_conf_thresh
 
float sigma
 
std::string type = BoxVote
 

详细描述

在文件 postprocess.h69 行定义.

类成员变量说明

◆ inter_cls_conf_thresh

float apollo::perception::camera::NMSParam::inter_cls_conf_thresh

在文件 postprocess.h72 行定义.

◆ inter_cls_nms_thresh

float apollo::perception::camera::NMSParam::inter_cls_nms_thresh

在文件 postprocess.h71 行定义.

◆ sigma

float apollo::perception::camera::NMSParam::sigma

在文件 postprocess.h73 行定义.

◆ threshold

float apollo::perception::camera::NMSParam::threshold

在文件 postprocess.h70 行定义.

◆ type

std::string apollo::perception::camera::NMSParam::type = BoxVote

在文件 postprocess.h74 行定义.


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