TrackerFeature based on LBP.  
 More...
#include <opencv2/tracking/tracker.hpp>
TrackerFeature based on LBP. 
      
        
          | cv::TrackerFeatureLBP::TrackerFeatureLBP | ( |  | ) |  | 
      
 
 
      
        
          | cv::TrackerFeatureLBP::~TrackerFeatureLBP | ( |  | ) |  | 
      
 
 
  
  | 
        
          | bool cv::TrackerFeatureLBP::computeImpl | ( | const std::vector< Mat > & | images, |  
          |  |  | Mat & | response |  
          |  | ) |  |  |  | protectedvirtual | 
 
 
  
  | 
        
          | void cv::TrackerFeatureLBP::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: