|  | OpenCV
    4.5.3
    Open Source Computer Vision | 
TrackerContribFeature based on HOG. More...
#include <opencv2/tracking/tracking_internals.hpp>
 
  
 | Public Member Functions | |
| TrackerFeatureHOG () | |
| ~TrackerFeatureHOG () CV_OVERRIDE | |
| void | selection (Mat &response, int npoints) CV_OVERRIDE | 
| Identify most effective features.  More... | |
|  Public Member Functions inherited from cv::detail::tracking::TrackerContribFeature | |
| virtual | ~TrackerContribFeature () | 
| String | getClassName () const | 
| Get the name of the specific TrackerContribFeature.  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... | |
| Protected Member Functions | |
| bool | computeImpl (const std::vector< Mat > &images, Mat &response) CV_OVERRIDE | 
| Additional Inherited Members | |
|  Static Public Member Functions inherited from cv::detail::tracking::TrackerContribFeature | |
| static Ptr< TrackerContribFeature > | create (const String &trackerFeatureType) | 
| Create TrackerContribFeature by tracker feature type.  More... | |
|  Protected Attributes inherited from cv::detail::tracking::TrackerContribFeature | |
| String | className | 
TrackerContribFeature based on HOG.
| cv::detail::tracking::TrackerFeatureHOG::TrackerFeatureHOG | ( | ) | 
| cv::detail::tracking::TrackerFeatureHOG::~TrackerFeatureHOG | ( | ) | 
| 
 | protectedvirtual | 
Implements cv::detail::tracking::TrackerFeature.
| 
 | virtual | 
Identify most effective features.
| response | Collection of response for the specific TrackerContribFeature | 
| npoints | Max number of features | 
Implements cv::detail::tracking::TrackerContribFeature.
 1.8.13
 1.8.13