KeypointBasedMotionEstimator 224 modules/videostab/include/opencv2/videostab/global_motion.hpp KeypointBasedMotionEstimator(Ptr<MotionEstimatorBase> estimator); KeypointBasedMotionEstimator 699 modules/videostab/src/global_motion.cpp KeypointBasedMotionEstimator::KeypointBasedMotionEstimator(Ptr<MotionEstimatorBase> estimator) KeypointBasedMotionEstimator 708 modules/videostab/src/global_motion.cpp Mat KeypointBasedMotionEstimator::estimate(const Mat &frame0, const Mat &frame1, bool *ok) KeypointBasedMotionEstimator 59 modules/videostab/src/stabilizer.cpp setMotionEstimator(makePtr<KeypointBasedMotionEstimator>(makePtr<MotionEstimatorRansacL2>())); KeypointBasedMotionEstimator 90 modules/videostab/src/wobble_suppression.cpp setMotionEstimator(makePtr<KeypointBasedMotionEstimator>(makePtr<MotionEstimatorRansacL2>(MM_HOMOGRAPHY))); KeypointBasedMotionEstimator 229 samples/cpp/videostab.cpp Ptr<KeypointBasedMotionEstimator> kbest = makePtr<KeypointBasedMotionEstimator>(est); KeypointBasedMotionEstimator 270 samples/cpp/videostab.cpp Ptr<KeypointBasedMotionEstimator> kbest = makePtr<KeypointBasedMotionEstimator>(est);