![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
検出関心領域(ROI)用の構造体 続きを読む...
#include <opencv2/objdetect.hpp>
公開変数類 | |
| std::vector< double > | confidences |
| 各位置の信頼度値を格納するベクトル | |
| std::vector< cv::Point > | locations |
| 評価対象として要求された位置の集合 | |
| double | scale |
| バウンディングボックスの scale(size) | |
検出関心領域(ROI)用の構造体
| std::vector<double> cv::DetectionROI::confidences |
各位置の信頼度値を格納するベクトル
| std::vector<cv::Point> cv::DetectionROI::locations |
評価対象として要求された位置の集合
| double cv::DetectionROI::scale |
バウンディングボックスの scale(size)