#include <opencv2/tracking/feature.hpp>
◆ ~CvHOGEvaluator()
  
  | 
        
          | virtual cv::CvHOGEvaluator::~CvHOGEvaluator | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ generateFeatures()
  
  | 
        
          | virtual void cv::CvHOGEvaluator::generateFeatures | ( |  | ) |  |  | protectedvirtual | 
 
 
◆ init()
  
  | 
        
          | virtual void cv::CvHOGEvaluator::init | ( | const CvFeatureParams * | _featureParams, |  
          |  |  | int | _maxSampleCount, |  
          |  |  | Size | _winSize |  
          |  | ) |  |  |  | virtual | 
 
 
◆ integralHistogram()
  
  | 
        
          | virtual void cv::CvHOGEvaluator::integralHistogram | ( | const Mat & | img, |  
          |  |  | std::vector< Mat > & | histogram, |  
          |  |  | Mat & | norm, |  
          |  |  | int | nbins |  
          |  | ) |  | const |  | protectedvirtual | 
 
 
◆ setImage()
  
  | 
        
          | virtual void cv::CvHOGEvaluator::setImage | ( | const Mat & | img, |  
          |  |  | uchar | clsLabel, |  
          |  |  | int | idx |  
          |  | ) |  |  |  | virtual | 
 
 
◆ writeFeatures()
  
  | 
        
          | virtual void cv::CvHOGEvaluator::writeFeatures | ( | FileStorage & | fs, |  
          |  |  | const Mat & | featureMap |  
          |  | ) |  | const |  | virtual | 
 
 
◆ features
  
  | 
        
          | std::vector<Feature> cv::CvHOGEvaluator::features |  | protected | 
 
 
◆ hist
  
  | 
        
          | std::vector<Mat> cv::CvHOGEvaluator::hist |  | protected | 
 
 
◆ normSum
  
  | 
        
          | Mat cv::CvHOGEvaluator::normSum |  | protected | 
 
 
The documentation for this class was generated from the following file: