OpenCV  2.4.13
Open Source Computer Vision
cv::LatentSvmDetector::ObjectDetection Struct Reference

#include <objdetect.hpp>

Public Member Functions

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

Public Attributes

Rect rect
 
float score
 
int classID
 

Constructor & Destructor Documentation

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

Member Data Documentation

int cv::LatentSvmDetector::ObjectDetection::classID
Rect cv::LatentSvmDetector::ObjectDetection::rect
float cv::LatentSvmDetector::ObjectDetection::score

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