![]() |
OpenCV 4.10.0
开源计算机视觉库
|
描述了一种使用关键点检测和光流匹配的全局二维运动估计方法。 更多...
#include <opencv2/videostab/global_motion.hpp>
公有成员函数 | |
| KeypointBasedMotionEstimator (Ptr< MotionEstimatorBase > estimator) | |
| Ptr< FeatureDetector > | detector () const |
| virtual Mat | estimate (const Mat &frame0, const Mat &frame1, bool *ok=0) CV_OVERRIDE |
| Mat | estimate (InputArray frame0, InputArray frame1, bool *ok=0) |
| virtual MotionModel | motionModel () const CV_OVERRIDE |
| Ptr< ISparseOptFlowEstimator > | opticalFlowEstimator () const |
| Ptr< IOutlierRejector > | outlierRejector () const |
| void | setDetector (Ptr< FeatureDetector > val) |
| virtual void | setFrameMask (InputArray mask) CV_OVERRIDE |
| virtual void | setMotionModel (MotionModel val) CV_OVERRIDE |
| void | setOpticalFlowEstimator (Ptr< ISparseOptFlowEstimator > val) |
| void | setOutlierRejector (Ptr< IOutlierRejector > val) |
从 cv::videostab::ImageMotionEstimatorBase 继承的公有成员函数 | |
| virtual | ~ImageMotionEstimatorBase () |
额外继承的成员 | |
从 cv::videostab::ImageMotionEstimatorBase 继承的受保护成员函数 | |
| ImageMotionEstimatorBase (MotionModel model) | |
描述了一种使用关键点检测和光流匹配的全局二维运动估计方法。
| cv::videostab::KeypointBasedMotionEstimator::KeypointBasedMotionEstimator | ( | Ptr< MotionEstimatorBase > | estimator | ) |
|
inline |
| Mat cv::videostab::KeypointBasedMotionEstimator::estimate | ( | InputArray | frame0, |
| InputArray | frame1, | ||
| bool * | ok = 0 |
||
| ) |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inline |
|
inline |
1.9.8