Classes | Public Member Functions
cv::LatentSvmDetector Class Reference

#include <objdetect.hpp>

List of all members.

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

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

Member Function Documentation

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

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