![]() |
OpenCV 4.12.0
開源計算機視覺
|
描述了一種全域性 2D 運動估計方法,該方法使用關鍵點檢測和光流進行匹配。 更多...
#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) | |
描述了一種全域性 2D 運動估計方法,該方法使用關鍵點檢測和光流進行匹配。
| 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 |