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

此結構體的文件由以下檔案生成