![]() |
OpenCV 5.0.0
Open Source Computer Vision
|
単一のバウンディングボックスに関する詳細を保持する構造体。続きを読む...
#include <opencv2/core_detect.hpp>
公開変数類 | |
| size_t | class_idx |
| double | class_prob |
| std::string | label_name |
| int | xmax |
| int | xmin |
| int | ymax |
| int | ymin |
単一のバウンディングボックスに関する詳細を保持する構造体。
| size_t cv::dnn_objdetect::object::class_idx |
| double cv::dnn_objdetect::object::class_prob |
| std::string cv::dnn_objdetect::object::label_name |
| int cv::dnn_objdetect::object::xmax |
| int cv::dnn_objdetect::object::xmin |
| int cv::dnn_objdetect::object::ymax |
| int cv::dnn_objdetect::object::ymin |