![]() |
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 uses keypoints detection and optical flow for matching. More...
#include "global_motion.hpp"


Public Member Functions | |
| 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 | setMotionModel (MotionModel val) CV_OVERRIDE |
| void | setOpticalFlowEstimator (Ptr< ISparseOptFlowEstimator > val) |
| void | setOutlierRejector (Ptr< IOutlierRejector > val) |
Describes a global 2D motion estimation method which uses keypoints detection and optical flow for matching.
| cv::videostab::KeypointBasedMotionEstimator::KeypointBasedMotionEstimator | ( | Ptr< MotionEstimatorBase > | estimator | ) |
|
inline |
|
virtual |
Implements cv::videostab::ImageMotionEstimatorBase.
| Mat cv::videostab::KeypointBasedMotionEstimator::estimate | ( | InputArray | frame0, |
| InputArray | frame1, | ||
| bool * | ok = 0 |
||
| ) |
|
inlinevirtual |
Reimplemented from cv::videostab::ImageMotionEstimatorBase.
|
inline |
|
inline |
References CV_OVERRIDE, cv::videostab::getMotion(), and cv::InputArray.

|
inline |
|
inlinevirtual |
Reimplemented from cv::videostab::ImageMotionEstimatorBase.
|
inline |
|
inline |