OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cv::dpm::DPMDetector::ObjectDetection 结构体参考

#include <opencv2/dpm.hpp>

cv::dpm::DPMDetector::ObjectDetection 协作图

公共成员函数

 ObjectDetection ()
 
 ObjectDetection (const Rect &rect, float score, int classID=-1)
 

公共属性

int classID
 
Rect rect
 
float score
 

构造函数和析构函数文档

◆ ObjectDetection() [1/2]

cv::dpm::DPMDetector::ObjectDetection::ObjectDetection ( )

◆ ObjectDetection() [2/2]

cv::dpm::DPMDetector::ObjectDetection::ObjectDetection ( const Rect & rect,
float score,
int classID = -1 )

成员数据文档

◆ classID

int cv::dpm::DPMDetector::ObjectDetection::classID

◆ rect

Rect cv::dpm::DPMDetector::ObjectDetection::rect

◆ score

float cv::dpm::DPMDetector::ObjectDetection::score

此结构体的文档是从以下文件生成的: