#include <opencv2/tracking/feature.hpp>
◆ compute_integral()
  
  | 
        
          | void cv::CvHaarEvaluator::compute_integral | ( | const cv::Mat & | img, |  
          |  |  | std::vector< cv::Mat_< float > > & | ii_imgs |  
          |  | ) |  |  |  | inlineprotected | 
 
 
◆ generateFeatures() [1/2]
  
  | 
        
          | virtual void cv::CvHaarEvaluator::generateFeatures | ( |  | ) |  |  | virtual | 
 
 
◆ generateFeatures() [2/2]
  
  | 
        
          | virtual void cv::CvHaarEvaluator::generateFeatures | ( | int | numFeatures | ) |  |  | virtual | 
 
Overload the original generateFeatures in order to limit the number of the features. 
TODO new method 
- Parameters
- 
  
    | numFeatures | Number of the features |  
 
 
 
◆ getFeatures() [1/2]
◆ getFeatures() [2/2]
◆ init()
  
  | 
        
          | virtual void cv::CvHaarEvaluator::init | ( | const CvFeatureParams * | _featureParams, |  
          |  |  | int | _maxSampleCount, |  
          |  |  | Size | _winSize |  
          |  | ) |  |  |  | virtual | 
 
 
◆ operator()()
  
  | 
        
          | virtual float cv::CvHaarEvaluator::operator() | ( | int | featureIdx, |  
          |  |  | int | sampleIdx |  
          |  | ) |  |  |  | virtual | 
 
 
◆ setImage()
  
  | 
        
          | virtual void cv::CvHaarEvaluator::setImage | ( | const Mat & | img, |  
          |  |  | uchar | clsLabel = 0, |  
          |  |  | int | idx = 1 |  
          |  | ) |  |  |  | virtual | 
 
 
◆ setWinSize() [1/2]
      
        
          | void cv::CvHaarEvaluator::setWinSize | ( | Size | patchSize | ) |  | 
      
 
 
◆ setWinSize() [2/2]
      
        
          | Size cv::CvHaarEvaluator::setWinSize | ( |  | ) | const | 
      
 
 
◆ writeFeature()
      
        
          | void cv::CvHaarEvaluator::writeFeature | ( | FileStorage & | fs | ) | const | 
      
 
 
◆ writeFeatures()
  
  | 
        
          | virtual void cv::CvHaarEvaluator::writeFeatures | ( | FileStorage & | fs, |  
          |  |  | const Mat & | featureMap |  
          |  | ) |  | const |  | virtual | 
 
 
◆ _ii_img
  
  | 
        
          | Mat cv::CvHaarEvaluator::_ii_img |  | protected | 
 
 
◆ features
◆ isIntegral
  
  | 
        
          | bool cv::CvHaarEvaluator::isIntegral |  | protected | 
 
 
◆ sum
  
  | 
        
          | Mat cv::CvHaarEvaluator::sum |  | protected | 
 
 
The documentation for this class was generated from the following file: