#include <opencv2/tracking/feature.hpp>
  
  | 
        
          | virtual cv::CvFeatureEvaluator::~CvFeatureEvaluator | ( |  | ) |  |  | inlinevirtual | 
 
 
  
  | 
        
          | virtual void cv::CvFeatureEvaluator::generateFeatures | ( |  | ) |  |  | protectedpure virtual | 
 
 
  
  | 
        
          | const Mat& cv::CvFeatureEvaluator::getCls | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | float cv::CvFeatureEvaluator::getCls | ( | int | si | ) | const |  | inline | 
 
 
  
  | 
        
          | int cv::CvFeatureEvaluator::getFeatureSize | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | int cv::CvFeatureEvaluator::getMaxCatCount | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | int cv::CvFeatureEvaluator::getNumFeatures | ( | void |  | ) | const |  | inline | 
 
 
  
  | 
        
          | virtual void cv::CvFeatureEvaluator::init | ( | const CvFeatureParams * | _featureParams, |  
          |  |  | int | _maxSampleCount, |  
          |  |  | Size | _winSize |  
          |  | ) |  |  |  | virtual | 
 
 
  
  | 
        
          | virtual float cv::CvFeatureEvaluator::operator() | ( | int | featureIdx, |  
          |  |  | int | sampleIdx |  
          |  | ) |  |  |  | pure virtual | 
 
 
  
  | 
        
          | virtual void cv::CvFeatureEvaluator::setImage | ( | const Mat & | img, |  
          |  |  | uchar | clsLabel, |  
          |  |  | int | idx |  
          |  | ) |  |  |  | virtual | 
 
 
  
  | 
        
          | virtual void cv::CvFeatureEvaluator::writeFeatures | ( | FileStorage & | fs, |  
          |  |  | const Mat & | featureMap |  
          |  | ) |  | const |  | pure virtual | 
 
 
  
  | 
        
          | Mat cv::CvFeatureEvaluator::cls |  | protected | 
 
 
  
  | 
        
          | int cv::CvFeatureEvaluator::nneg |  | protected | 
 
 
  
  | 
        
          | int cv::CvFeatureEvaluator::npos |  | protected | 
 
 
  
  | 
        
          | int cv::CvFeatureEvaluator::numFeatures |  | protected | 
 
 
  
  | 
        
          | Size cv::CvFeatureEvaluator::winSize |  | protected | 
 
 
The documentation for this class was generated from the following file: