Loading...
Searching...
No Matches
cv::videostab::MotionEstimatorRansacL2 Class Reference
Describes a robust RANSAC-based global 2D motion estimation method which minimizes L2 error. More...
#include <opencv2/videostab/global_motion.hpp>
Inheritance diagram for cv::videostab::MotionEstimatorRansacL2:

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. | |
float | minInlierRatio () const |
RansacParams | ransacParams () const |
void | setMinInlierRatio (float val) |
void | setRansacParams (const RansacParams &val) |
![]() | |
virtual | ~MotionEstimatorBase () |
virtual Mat | estimate (InputArray points0, InputArray points1, bool *ok=0)=0 |
Estimates global motion between two 2D point clouds. | |
virtual MotionModel | motionModel () const |
virtual void | setMotionModel (MotionModel val) |
Sets motion model. | |
Additional Inherited Members | |
![]() | |
MotionEstimatorBase (MotionModel model) | |
Detailed Description
Describes a robust RANSAC-based global 2D motion estimation method which minimizes L2 error.
Constructor & Destructor Documentation
◆ MotionEstimatorRansacL2()
cv::videostab::MotionEstimatorRansacL2::MotionEstimatorRansacL2 | ( | MotionModel | model = MM_AFFINE | ) |
Member Function Documentation
◆ estimate()
|
virtual |
Estimates global motion between two 2D point clouds.
- Parameters
-
points0 Source set of 2D points (32F). points1 Destination set of 2D points (32F). ok Indicates whether motion was estimated successfully.
- Returns
- 3x3 2D transformation matrix (32F).
Implements cv::videostab::MotionEstimatorBase.
◆ minInlierRatio()
|
inline |
◆ ransacParams()
|
inline |
◆ setMinInlierRatio()
|
inline |
◆ setRansacParams()
|
inline |
The documentation for this class was generated from the following file:
- opencv2/videostab/global_motion.hpp