OpenCV
3.4.20
Open Source Computer Vision
|
#include <opencv2/dpm.hpp>
Public Member Functions | |
ObjectDetection () | |
ObjectDetection (const Rect &rect, float score, int classID=-1) | |
Public Attributes | |
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 |