OpenCV  2.4.13.3
Open Source Computer Vision
cv::LatentSvmDetector Class Reference

#include <objdetect.hpp>

Classes

struct  ObjectDetection
 

Public Member Functions

 LatentSvmDetector ()
 
 LatentSvmDetector (const vector< string > &filenames, const vector< string > &classNames=vector< string >())
 
virtual ~LatentSvmDetector ()
 
virtual void clear ()
 
virtual bool empty () const
 
bool load (const vector< string > &filenames, const vector< string > &classNames=vector< string >())
 
virtual void detect (const Mat &image, vector< ObjectDetection > &objectDetections, float overlapThreshold=0.5f, int numThreads=-1)
 
const vector< string > & getClassNames () const
 
size_t getClassCount () const
 

Constructor & Destructor Documentation

§ LatentSvmDetector() [1/2]

cv::LatentSvmDetector::LatentSvmDetector ( )

§ LatentSvmDetector() [2/2]

cv::LatentSvmDetector::LatentSvmDetector ( const vector< string > &  filenames,
const vector< string > &  classNames = vector< string >() 
)

§ ~LatentSvmDetector()

virtual cv::LatentSvmDetector::~LatentSvmDetector ( )
virtual

Member Function Documentation

§ clear()

virtual void cv::LatentSvmDetector::clear ( )
virtual

§ detect()

virtual void cv::LatentSvmDetector::detect ( const Mat image,
vector< ObjectDetection > &  objectDetections,
float  overlapThreshold = 0.5f,
int  numThreads = -1 
)
virtual

§ empty()

virtual bool cv::LatentSvmDetector::empty ( ) const
virtual

§ getClassCount()

size_t cv::LatentSvmDetector::getClassCount ( ) const

§ getClassNames()

const vector<string>& cv::LatentSvmDetector::getClassNames ( ) const

§ load()

bool cv::LatentSvmDetector::load ( const vector< string > &  filenames,
const vector< string > &  classNames = vector< string >() 
)

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