OpenCV  4.10.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

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