#include <opencv2/tracking/tracker.hpp>
◆ Params()
      
        
          | cv::TrackerBoosting::Params::Params  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ read()
      
        
          | void cv::TrackerBoosting::Params::read  | 
          ( | 
          const FileNode &  | 
          fn | ) | 
           | 
        
      
 
Read parameters from a file. 
 
 
◆ write()
      
        
          | void cv::TrackerBoosting::Params::write  | 
          ( | 
          FileStorage &  | 
          fs | ) | 
           const | 
        
      
 
Write parameters to a file. 
 
 
◆ featureSetNumFeatures
      
        
          | int cv::TrackerBoosting::Params::featureSetNumFeatures | 
        
      
 
 
◆ iterationInit
      
        
          | int cv::TrackerBoosting::Params::iterationInit | 
        
      
 
 
◆ numClassifiers
      
        
          | int cv::TrackerBoosting::Params::numClassifiers | 
        
      
 
the number of classifiers to use in a OnlineBoosting algorithm 
 
 
◆ samplerOverlap
      
        
          | float cv::TrackerBoosting::Params::samplerOverlap | 
        
      
 
search region parameters to use in a OnlineBoosting algorithm 
 
 
◆ samplerSearchFactor
      
        
          | float cv::TrackerBoosting::Params::samplerSearchFactor | 
        
      
 
search region parameters to use in a OnlineBoosting algorithm 
 
 
The documentation for this struct was generated from the following file: