![]() |
OpenCV
4.5.2
Open Source Computer Vision
|
Abstract base class for TrackerContribFeature that represents the feature. More...
#include <opencv2/tracking/tracking_internals.hpp>
Public Member Functions | |
| virtual | ~TrackerContribFeature () |
| String | getClassName () const |
| Get the name of the specific TrackerContribFeature. More... | |
| virtual void | selection (Mat &response, int npoints)=0 |
| Identify most effective features. More... | |
Public Member Functions inherited from cv::detail::tracking::TrackerFeature | |
| virtual | ~TrackerFeature () |
| void | compute (const std::vector< Mat > &images, Mat &response) |
| Compute the features in the images collection. More... | |
Static Public Member Functions | |
| static Ptr< TrackerContribFeature > | create (const String &trackerFeatureType) |
| Create TrackerContribFeature by tracker feature type. More... | |
Protected Attributes | |
| String | className |
Additional Inherited Members | |
Protected Member Functions inherited from cv::detail::tracking::TrackerFeature | |
| virtual bool | computeImpl (const std::vector< Mat > &images, Mat &response)=0 |
Abstract base class for TrackerContribFeature that represents the feature.
|
virtual |
|
static |
Create TrackerContribFeature by tracker feature type.
| trackerFeatureType | The TrackerContribFeature name |
The modes available now:
The modes that will be available soon:
| String cv::detail::tracking::TrackerContribFeature::getClassName | ( | ) | const |
Get the name of the specific TrackerContribFeature.
|
pure virtual |
Identify most effective features.
| response | Collection of response for the specific TrackerContribFeature |
| npoints | Max number of features |
Implemented in cv::detail::tracking::TrackerFeatureLBP, cv::detail::tracking::TrackerContribFeatureHAAR, cv::detail::tracking::TrackerFeatureHOG, and cv::detail::tracking::TrackerFeatureFeature2d.
|
protected |
1.8.9.1