![]() |
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 a robust RANSAC-based global 2D motion estimation method which minimizes L2 error. More...
#include "global_motion.hpp"


Public Member Functions | |
| MotionEstimatorRansacL2 (MotionModel model=MM_AFFINE) | |
| virtual Mat | estimate (InputArray points0, InputArray points1, bool *ok=0) CV_OVERRIDE |
| Estimates global motion between two 2D point clouds. More... | |
| float | minInlierRatio () const |
| virtual MotionModel | motionModel () const |
| RansacParams | ransacParams () const |
| void | setMinInlierRatio (float val) |
| virtual void | setMotionModel (MotionModel val) |
| Sets motion model. More... | |
| void | setRansacParams (const RansacParams &val) |
Describes a robust RANSAC-based global 2D motion estimation method which minimizes L2 error.
| cv::videostab::MotionEstimatorRansacL2::MotionEstimatorRansacL2 | ( | MotionModel | model = MM_AFFINE | ) |
|
virtual |
Estimates global motion between two 2D point clouds.
| points0 | Source set of 2D points (32F). |
| points1 | Destination set of 2D points (32F). |
| ok | Indicates whether motion was estimated successfully. |
Implements cv::videostab::MotionEstimatorBase.
|
inline |
References CV_OVERRIDE, and cv::InputArray.
|
inlinevirtualinherited |
References cv::InputArray.
|
inline |
|
inline |
|
inlinevirtualinherited |
Sets motion model.
| val | Motion model. See cv::videostab::MotionModel. |
|
inline |