OpenCV 4.5.3(日本語機械翻訳)
|
Structure to hold the details pertaining to a single bounding box [詳解]
#include <core_detect.hpp>
公開変数類 |
|
int | xmin |
int | xmax |
int | ymin |
int | ymax |
size_t | class_idx |
std::string | label_name |
double | class_prob |
1つのバウンディングボックスに関する詳細を保持する構造体.