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


Public Member Functions | |
| MotionEstimatorL1 (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... | |
| virtual MotionModel | motionModel () const |
| virtual void | setMotionModel (MotionModel val) |
| Sets motion model. More... | |
Describes a global 2D motion estimation method which minimizes L1 error.
| cv::videostab::MotionEstimatorL1::MotionEstimatorL1 | ( | 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.
|
inlinevirtualinherited |
References cv::InputArray.
|
inlinevirtualinherited |
Sets motion model.
| val | Motion model. See cv::videostab::MotionModel. |