#include <objdetect.hpp>
cv::LatentSvmDetector::LatentSvmDetector |
( |
| ) |
|
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 void cv::LatentSvmDetector::detect |
( |
const Mat & |
image, |
|
|
vector< ObjectDetection > & |
objectDetections, |
|
|
float |
overlapThreshold = 0.5f , |
|
|
int |
numThreads = -1 |
|
) |
| |
|
virtual |
virtual bool cv::LatentSvmDetector::empty |
( |
| ) |
const |
|
virtual |
size_t cv::LatentSvmDetector::getClassCount |
( |
| ) |
const |
const vector<string>& cv::LatentSvmDetector::getClassNames |
( |
| ) |
const |
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: