Class encapsulating training parameters.  
 More...
#include <opencv2/optflow/sparse_matching_gpc.hpp>
Class encapsulating training parameters. 
◆ GPCTrainingParams()
  
  | 
        
          | cv::optflow::GPCTrainingParams::GPCTrainingParams | ( | unsigned | _maxTreeDepth = 20, |  
          |  |  | int | _minNumberOfSamples = 3, |  
          |  |  | GPCDescType | _descriptorType = GPC_DESCRIPTOR_DCT, |  
          |  |  | bool | _printProgress = true |  
          |  | ) |  |  |  | inline | 
 
 
◆ check()
  
  | 
        
          | bool cv::optflow::GPCTrainingParams::check | ( |  | ) | const |  | inline | 
 
 
◆ descriptorType
      
        
          | int cv::optflow::GPCTrainingParams::descriptorType | 
      
 
Type of descriptors to use. 
 
 
◆ maxTreeDepth
      
        
          | unsigned cv::optflow::GPCTrainingParams::maxTreeDepth | 
      
 
Maximum tree depth to stop partitioning. 
 
 
◆ minNumberOfSamples
      
        
          | int cv::optflow::GPCTrainingParams::minNumberOfSamples | 
      
 
Minimum number of samples in the node to stop partitioning. 
 
 
◆ printProgress
      
        
          | bool cv::optflow::GPCTrainingParams::printProgress | 
      
 
Print progress to stdout. 
 
 
The documentation for this struct was generated from the following file: