OpenCV 4.10.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 |