Loading...
Searching...
No Matches
cv::dnn_objdetect::object Struct Reference
Structure to hold the details pertaining to a single bounding box. More...
#include <opencv2/core_detect.hpp>
Public Attributes | |
| size_t | class_idx |
| double | class_prob |
| std::string | label_name |
| int | xmax |
| int | xmin |
| int | ymax |
| int | ymin |
Detailed Description
Structure to hold the details pertaining to a single bounding box.
Member Data Documentation
◆ class_idx
| size_t cv::dnn_objdetect::object::class_idx |
◆ class_prob
| double cv::dnn_objdetect::object::class_prob |
◆ label_name
| std::string cv::dnn_objdetect::object::label_name |
◆ xmax
| int cv::dnn_objdetect::object::xmax |
◆ xmin
| int cv::dnn_objdetect::object::xmin |
◆ ymax
| int cv::dnn_objdetect::object::ymax |
◆ ymin
| int cv::dnn_objdetect::object::ymin |
The documentation for this struct was generated from the following file:
- opencv2/core_detect.hpp
1.9.6