Loading...
Searching...
No Matches
cv::dpm::DPMDetector::ObjectDetection Struct Reference
#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 |
Constructor & Destructor Documentation
◆ ObjectDetection() [1/2]
| cv::dpm::DPMDetector::ObjectDetection::ObjectDetection | ( | ) |
◆ ObjectDetection() [2/2]
| cv::dpm::DPMDetector::ObjectDetection::ObjectDetection | ( | const Rect & | rect, |
| float | score, | ||
| int | classID = -1 |
||
| ) |
Member Data Documentation
◆ classID
| int cv::dpm::DPMDetector::ObjectDetection::classID |
◆ rect
| Rect cv::dpm::DPMDetector::ObjectDetection::rect |
◆ score
| float cv::dpm::DPMDetector::ObjectDetection::score |
The documentation for this struct was generated from the following file:
- opencv2/dpm.hpp
1.9.6