HomeSort by relevance Sort by last modified time
    Searched refs:KeypointBasedMotionEstimator (Results 1 - 5 of 5) sorted by null

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

Completed in 1000 milliseconds