OpenCV  4.10.0
开源计算机视觉库
正在加载...
正在搜索...
无匹配项
公有属性 | 所有成员列表
cv::dnn_objdetect::object 结构体参考

用于保存单个边界框相关信息的结构体。 更多...

#include <opencv2/core_detect.hpp>

cv::dnn_objdetect::object 的协作图

公有属性

size_t class_idx
 
double class_prob
 
std::string label_name
 
int xmax
 
int xmin
 
int ymax
 
int ymin
 

详细描述

用于保存单个边界框相关信息的结构体。

成员数据文档

◆ class_idx

size_t cv::dnn_objdetect::object::class_idx

◆ class_prob

double cv::dnn_objdetect::object::class_prob

◆ label_name

std::string cv::dnn_objdetect::object::label_name

◆ xmax

int cv::dnn_objdetect::object::xmax

◆ xmin

int cv::dnn_objdetect::object::xmin

◆ ymax

int cv::dnn_objdetect::object::ymax

◆ ymin

int cv::dnn_objdetect::object::ymin

此结构体的文档是从以下文件生成的