Searched defs:MotionEstimatorBase (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/videostab/include/opencv2/videostab/
H A Dglobal_motion.hpp97 class CV_EXPORTS MotionEstimatorBase class in namespace:cv::videostab
100 virtual ~MotionEstimatorBase() {}
123 MotionEstimatorBase(MotionModel model) { setMotionModel(model); } function in class:cv::videostab::MotionEstimatorBase
131 class CV_EXPORTS MotionEstimatorRansacL2 : public MotionEstimatorBase
153 class CV_EXPORTS MotionEstimatorL1 : public MotionEstimatorBase
224 KeypointBasedMotionEstimator(Ptr<MotionEstimatorBase> estimator);
241 Ptr<MotionEstimatorBase> motionEstimator_;
257 KeypointBasedMotionEstimatorGpu(Ptr<MotionEstimatorBase> estimator);
269 Ptr<MotionEstimatorBase> motionEstimator_;

Completed in 28 milliseconds