Searched refs:MotionEstimatorBase (Results 1 – 1 of 1) sorted by relevance
97 class CV_EXPORTS MotionEstimatorBase class100 virtual ~MotionEstimatorBase() {} in ~MotionEstimatorBase()123 MotionEstimatorBase(MotionModel model) { setMotionModel(model); } in MotionEstimatorBase() function in cv::videostab::MotionEstimatorBase131 class CV_EXPORTS MotionEstimatorRansacL2 : public MotionEstimatorBase153 class CV_EXPORTS MotionEstimatorL1 : public MotionEstimatorBase224 KeypointBasedMotionEstimator(Ptr<MotionEstimatorBase> estimator);242 Ptr<MotionEstimatorBase> motionEstimator_;258 KeypointBasedMotionEstimatorGpu(Ptr<MotionEstimatorBase> estimator);270 Ptr<MotionEstimatorBase> motionEstimator_;