![]() |
OpenCV
4.3.0
Open Source Computer Vision
|
TrackerFeature based on LBP. More...
#include <opencv2/tracking/tracker.hpp>
Public Member Functions | |
| TrackerFeatureLBP () | |
| ~TrackerFeatureLBP () | |
| void | selection (Mat &response, int npoints) CV_OVERRIDE |
| Identify most effective features. More... | |
Public Member Functions inherited from cv::TrackerFeature | |
| virtual | ~TrackerFeature () |
| void | compute (const std::vector< Mat > &images, Mat &response) |
| Compute the features in the images collection. More... | |
| String | getClassName () const |
| Get the name of the specific TrackerFeature. More... | |
Protected Member Functions | |
| bool | computeImpl (const std::vector< Mat > &images, Mat &response) CV_OVERRIDE |
Additional Inherited Members | |
Static Public Member Functions inherited from cv::TrackerFeature | |
| static Ptr< TrackerFeature > | create (const String &trackerFeatureType) |
| Create TrackerFeature by tracker feature type. More... | |
Protected Attributes inherited from cv::TrackerFeature | |
| String | className |
TrackerFeature based on LBP.
| cv::TrackerFeatureLBP::TrackerFeatureLBP | ( | ) |
| cv::TrackerFeatureLBP::~TrackerFeatureLBP | ( | ) |
|
protectedvirtual |
Implements cv::TrackerFeature.
|
virtual |
Identify most effective features.
| response | Collection of response for the specific TrackerFeature |
| npoints | Max number of features |
Implements cv::TrackerFeature.
1.8.9.1