Abstract base class for TrackerContribFeature that represents the feature.  
 More...
#include <opencv2/tracking/tracking_internals.hpp>
Abstract base class for TrackerContribFeature that represents the feature. 
◆ ~TrackerContribFeature()
  
  | 
        
          | virtual cv::detail::tracking::TrackerContribFeature::~TrackerContribFeature | ( |  | ) |  |  | virtual | 
 
 
◆ create()
Create TrackerContribFeature 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::detail::tracking::TrackerContribFeature::getClassName | ( |  | ) | const | 
      
 
 
◆ selection()
  
  | 
        
          | virtual void cv::detail::tracking::TrackerContribFeature::selection | ( | Mat & | response, |  
          |  |  | int | npoints |  
          |  | ) |  |  |  | pure virtual | 
 
 
◆ className
  
  | 
        
          | String cv::detail::tracking::TrackerContribFeature::className |  | protected | 
 
 
The documentation for this class was generated from the following file: