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.
◆ RansacParams()
cv::videostab::RansacParams::RansacParams |
( |
| ) |
|
|
inline |
◆ default2dMotion()
- Parameters
-
- Returns
- Default RANSAC method parameters for the given motion model.
◆ niters()
int cv::videostab::RansacParams::niters |
( |
| ) |
const |
|
inline |
- Returns
- Number of iterations that'll be performed by RANSAC method.
◆ eps
float cv::videostab::RansacParams::eps |
◆ prob
float cv::videostab::RansacParams::prob |
◆ size
int cv::videostab::RansacParams::size |
◆ thresh
float cv::videostab::RansacParams::thresh |
max error to classify as inlier
The documentation for this struct was generated from the following file: