#include <objdetect.hpp>
§ 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 |
§ 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: