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

  /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/
global_motion.cpp 699 KeypointBasedMotionEstimator::KeypointBasedMotionEstimator(Ptr<MotionEstimatorBase> estimator)
708 Mat KeypointBasedMotionEstimator::estimate(const Mat &frame0, const Mat &frame1, bool *ok)

Completed in 147 milliseconds