OpenCV  3.2.0-dev
Open Source Computer Vision
cv::videostab::RansacParams Struct Reference

Describes RANSAC method parameters. More...

#include "motion_core.hpp"

Collaboration diagram for cv::videostab::RansacParams:

Public Member Functions

 RansacParams ()
 
 RansacParams (int size, float thresh, float eps, float prob)
 Constructor. More...
 
int niters () const
 

Static Public Member Functions

static RansacParams default2dMotion (MotionModel model)
 

Public Attributes

float eps
 max outliers ratio More...
 
float prob
 probability of success More...
 
int size
 subset size More...
 
float thresh
 max error to classify as inlier More...
 

Detailed Description

Describes RANSAC method parameters.

Constructor & Destructor Documentation

cv::videostab::RansacParams::RansacParams ( )
inline

Member Function Documentation

static RansacParams cv::videostab::RansacParams::default2dMotion ( MotionModel  model)
inlinestatic
int cv::videostab::RansacParams::niters ( ) const
inline
Returns
Number of iterations that'll be performed by RANSAC method.

References cv::log(), and cv::pow().

Here is the call graph for this function:

Member Data Documentation

float cv::videostab::RansacParams::eps

max outliers ratio

float cv::videostab::RansacParams::prob

probability of success

int cv::videostab::RansacParams::size

subset size

float cv::videostab::RansacParams::thresh

max error to classify as inlier


The documentation for this struct was generated from the following file: