Describes RANSAC method parameters.  
 More...
#include <opencv2/videostab/motion_core.hpp>
|  | 
| float | eps | 
|  | max outliers ratio 
 | 
|  | 
| float | prob | 
|  | probability of success 
 | 
|  | 
| int | size | 
|  | subset size 
 | 
|  | 
| float | thresh | 
|  | max error to classify as inlier 
 | 
|  | 
Describes RANSAC method parameters. 
  
  | 
        
          | cv::videostab::RansacParams::RansacParams | ( |  | ) |  |  | inline | 
 
 
- Parameters
- 
  
  
- Returns
- Default RANSAC method parameters for the given motion model. 
 
 
  
  | 
        
          | int cv::videostab::RansacParams::niters | ( |  | ) | const |  | inline | 
 
- Returns
- Number of iterations that'll be performed by RANSAC method. 
 
 
      
        
          | float cv::videostab::RansacParams::eps | 
      
 
 
      
        
          | float cv::videostab::RansacParams::prob | 
      
 
 
      
        
          | int cv::videostab::RansacParams::size | 
      
 
 
      
        
          | float cv::videostab::RansacParams::thresh | 
      
 
max error to classify as inlier 
 
 
The documentation for this struct was generated from the following file: