Structure to hold the details pertaining to a single bounding box.
More...
#include <opencv2/core_detect.hpp>
Structure to hold the details pertaining to a single bounding box.
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 |
The documentation for this struct was generated from the following file: