![]() |
OpenCV 4.10.0
开源计算机视觉库
|
描述了一种最小化 L1 误差的全局二维运动估计方法。 更多...
#include <opencv2/videostab/global_motion.hpp>
公共成员函数 | |
| MotionEstimatorL1 (MotionModel model=MM_AFFINE) | |
| virtual Mat | estimate (InputArray points0, InputArray points1, bool *ok=0) CV_OVERRIDE |
| 估计两个二维点云之间的全局运动。 | |
从 cv::videostab::MotionEstimatorBase 继承的公共成员函数 | |
| virtual | ~MotionEstimatorBase () |
| virtual MotionModel | motionModel () const |
| virtual void | setMotionModel (MotionModel val) |
| 设置运动模型。 | |
其他继承的成员 | |
从 cv::videostab::MotionEstimatorBase 继承的受保护成员函数 | |
| MotionEstimatorBase (MotionModel model) | |
描述了一种最小化 L1 误差的全局二维运动估计方法。
| cv::videostab::MotionEstimatorL1::MotionEstimatorL1 | ( | MotionModel | model = MM_AFFINE | ) |
|
virtual |
估计两个二维点云之间的全局运动。
| points0 | 源二维点集 (32F)。 |
| points1 | 目标二维点集 (32F)。 |
| ok | 指示是否成功估计了运动。 |
1.9.8