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

§ ObjectDetection() [1/2]

cv::LatentSvmDetector::ObjectDetection::ObjectDetection ( )

§ ObjectDetection() [2/2]

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

Member Data Documentation

§ classID

int cv::LatentSvmDetector::ObjectDetection::classID

§ rect

Rect cv::LatentSvmDetector::ObjectDetection::rect

§ score

float cv::LatentSvmDetector::ObjectDetection::score

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