![]() |
OpenCV 4.12.0
开源计算机视觉
|
用于保存单个边界框的详细信息的结构体。 更多...
#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 |