#include <opencv2/optflow/sparse_matching_gpc.hpp>
 | 
| static const unsigned  | nFeatures = 18 | 
|   | number of features in a patch descriptor  More...
  | 
|   | 
◆ dot()
      
        
          | double cv::optflow::GPCPatchDescriptor::dot  | 
          ( | 
          const Vec< double, nFeatures > &  | 
          coef | ) | 
           const | 
        
      
 
 
◆ isSeparated()
  
  
      
        
          | bool cv::optflow::GPCPatchDescriptor::isSeparated  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ markAsSeparated()
  
  
      
        
          | void cv::optflow::GPCPatchDescriptor::markAsSeparated  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ feature
      
        
          | Vec< double, nFeatures > cv::optflow::GPCPatchDescriptor::feature | 
        
      
 
 
◆ nFeatures
  
  
      
        
          | const unsigned cv::optflow::GPCPatchDescriptor::nFeatures = 18 | 
         
       
   | 
  
static   | 
  
 
number of features in a patch descriptor 
 
 
The documentation for this struct was generated from the following file: