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. 
◆ 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: