TrackerFeature based on Feature2D.  
 More...
#include <opencv2/tracking/tracker.hpp>
◆ TrackerFeatureFeature2d()
      
        
          | cv::TrackerFeatureFeature2d::TrackerFeatureFeature2d | ( | String | detectorType, | 
        
          |  |  | String | descriptorType | 
        
          |  | ) |  |  | 
      
 
Constructor. 
- Parameters
- 
  
    | detectorType | string of FeatureDetector |  | descriptorType | string of DescriptorExtractor |  
 
 
 
◆ ~TrackerFeatureFeature2d()
      
        
          | cv::TrackerFeatureFeature2d::~TrackerFeatureFeature2d | ( |  | ) |  | 
      
 
 
◆ computeImpl()
  
  | 
        
          | bool cv::TrackerFeatureFeature2d::computeImpl | ( | const std::vector< Mat > & | images, |  
          |  |  | Mat & | response |  
          |  | ) |  |  |  | protectedvirtual | 
 
 
◆ selection()
  
  | 
        
          | void cv::TrackerFeatureFeature2d::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: