OpenCV  3.1.0
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

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

Member Data Documentation

int cv::dpm::DPMDetector::ObjectDetection::classID
Rect cv::dpm::DPMDetector::ObjectDetection::rect
float cv::dpm::DPMDetector::ObjectDetection::score

The documentation for this struct was generated from the following file: