OpenCV 4.12.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

此結構體的文件由以下檔案生成