![]() |
OpenCV
4.0.0-pre
Open Source Computer Vision
|
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me! |
Describes RANSAC method parameters. More...
#include "motion_core.hpp"

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... | |
Describes RANSAC method parameters.
|
inline |
|
inlinestatic |
| model | Motion model. See cv::videostab::MotionModel. |
References CV_Assert, cv::videostab::MM_AFFINE, cv::videostab::MM_RIGID, cv::videostab::MM_ROTATION, cv::videostab::MM_SIMILARITY, cv::videostab::MM_TRANSLATION, cv::videostab::MM_TRANSLATION_AND_SCALE, and cv::videostab::MM_UNKNOWN.
|
inline |
| 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