OpenCV  3.4.17
Open Source Computer Vision
Public Attributes | List of all members
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: