Abstract base class for TrackerFeature that represents the feature.
More...
#include "tracker.hpp"
Abstract base class for TrackerFeature that represents the feature.
§ ~TrackerFeature()
virtual cv::TrackerFeature::~TrackerFeature |
( |
| ) |
|
|
virtual |
§ compute()
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 |
§ computeImpl()
virtual bool cv::TrackerFeature::computeImpl |
( |
const std::vector< Mat > & |
images, |
|
|
Mat & |
response |
|
) |
| |
|
protectedpure virtual |
§ create()
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
§ getClassName()
String cv::TrackerFeature::getClassName |
( |
| ) |
const |
§ selection()
virtual void cv::TrackerFeature::selection |
( |
Mat & |
response, |
|
|
int |
npoints |
|
) |
| |
|
pure virtual |
§ className
String cv::TrackerFeature::className |
|
protected |
The documentation for this class was generated from the following file:
- /build/master-contrib_docs-lin64/opencv_contrib/modules/tracking/include/opencv2/tracking/tracker.hpp