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

検出関心領域(ROI)用の構造体 続きを読む...

#include <opencv2/objdetect.hpp>

Collaboration diagram for cv::DetectionROI:

公開変数類

std::vector< double > confidences
 各位置の信頼度値を格納するベクトル
 
std::vector< cv::Pointlocations
 評価対象として要求された位置の集合
 
double scale
 バウンディングボックスの scale(size)
 

詳細説明

検出関心領域(ROI)用の構造体

メンバ変数詳解

◆ confidences

std::vector<double> cv::DetectionROI::confidences

各位置の信頼度値を格納するベクトル

◆ locations

std::vector<cv::Point> cv::DetectionROI::locations

評価対象として要求された位置の集合

◆ scale

double cv::DetectionROI::scale

バウンディングボックスの scale(size)


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