OpenCV  3.3.1
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::dpm::DPMDetector::ObjectDetection Struct Reference

#include "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: