OpenCV 4.10.0
开源计算机视觉库
|
#include <opencv2/dpm.hpp>
公有成员函数 | |
ObjectDetection () | |
ObjectDetection (const Rect &rect, float score, int classID=-1) | |
公有属性 | |
int | classID |
Rect | rect |
float | score |
cv::dpm::DPMDetector::ObjectDetection::ObjectDetection | ( | ) |
cv::dpm::DPMDetector::ObjectDetection::ObjectDetection | ( | const Rect & | rect, |
float | score, | ||
int | classID = -1 |
||
) |
int cv::dpm::DPMDetector::ObjectDetection::classID |
Rect cv::dpm::DPMDetector::ObjectDetection::rect |
float cv::dpm::DPMDetector::ObjectDetection::score |