OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::dnn_objdetect::object 構造体

単一のバウンディングボックスに関する詳細を保持する構造体。続きを読む...

#include <opencv2/core_detect.hpp>

Collaboration diagram for 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

この構造体詳解は次のファイルから抽出されました: