#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 |
| cv::LatentSvmDetector::LatentSvmDetector | ( | const vector< string > & | filenames, |
| const vector< string > & | classNames = vector< string >() |
||
| ) |
| virtual cv::LatentSvmDetector::~LatentSvmDetector | ( | ) | [virtual] |
| 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 |
| size_t cv::LatentSvmDetector::getClassCount | ( | ) | const |