TrackerFeature based on HOG.  
 More...
#include <opencv2/tracking/tracker.hpp>
TrackerFeature based on HOG. 
 
◆ TrackerFeatureHOG()
      
        
          | cv::TrackerFeatureHOG::TrackerFeatureHOG  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~TrackerFeatureHOG()
      
        
          | cv::TrackerFeatureHOG::~TrackerFeatureHOG  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ computeImpl()
  
  
      
        
          | bool cv::TrackerFeatureHOG::computeImpl  | 
          ( | 
          const std::vector< Mat > &  | 
          images,  | 
         
        
           | 
           | 
          Mat &  | 
          response  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protectedvirtual   | 
  
 
 
◆ selection()
  
  
      
        
          | void cv::TrackerFeatureHOG::selection  | 
          ( | 
          Mat &  | 
          response,  | 
         
        
           | 
           | 
          int  | 
          npoints  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
Identify most effective features. 
- Parameters
 - 
  
    | response | Collection of response for the specific TrackerFeature  | 
    | npoints | Max number of features | 
  
   
- Note
 - This method modifies the response parameter 
 
Implements cv::TrackerFeature.
 
 
The documentation for this class was generated from the following file: