OpenCV 4.11.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 |