Abstract base class for TrackerFeature that represents the feature.
More...
#include "tracker.hpp"
Abstract base class for TrackerFeature that represents the feature.
virtual cv::TrackerFeature::~TrackerFeature |
( |
| ) |
|
|
virtual |
void cv::TrackerFeature::compute |
( |
const std::vector< Mat > & |
images, |
|
|
Mat & |
response |
|
) |
| |
Compute the features in the images collection.
- Parameters
-
images | The images |
response | The output response |
virtual bool cv::TrackerFeature::computeImpl |
( |
const std::vector< Mat > & |
images, |
|
|
Mat & |
response |
|
) |
| |
|
protectedpure virtual |
Create TrackerFeature by tracker feature type.
- Parameters
-
The modes available now:
- "HAAR" – Haar Feature-based
The modes that will be available soon:
- "HOG" – Histogram of Oriented Gradients features
- "LBP" – Local Binary Pattern features
- "FEATURE2D" – All types of Feature2D
String cv::TrackerFeature::getClassName |
( |
| ) |
const |
virtual void cv::TrackerFeature::selection |
( |
Mat & |
response, |
|
|
int |
npoints |
|
) |
| |
|
pure virtual |
String cv::TrackerFeature::className |
|
protected |
The documentation for this class was generated from the following file:
- /builds/master-contrib_docs-mac/opencv_contrib/modules/tracking/include/opencv2/tracking/tracker.hpp