ImageMotionEstimatorBase  192 modules/videostab/include/opencv2/videostab/global_motion.hpp class CV_EXPORTS FromFileMotionReader : public ImageMotionEstimatorBase
ImageMotionEstimatorBase  203 modules/videostab/include/opencv2/videostab/global_motion.hpp class CV_EXPORTS ToFileMotionWriter : public ImageMotionEstimatorBase
ImageMotionEstimatorBase  206 modules/videostab/include/opencv2/videostab/global_motion.hpp     ToFileMotionWriter(const String &path, Ptr<ImageMotionEstimatorBase> estimator);
ImageMotionEstimatorBase  215 modules/videostab/include/opencv2/videostab/global_motion.hpp     Ptr<ImageMotionEstimatorBase> motionEstimator_;
ImageMotionEstimatorBase  221 modules/videostab/include/opencv2/videostab/global_motion.hpp class CV_EXPORTS KeypointBasedMotionEstimator : public ImageMotionEstimatorBase
ImageMotionEstimatorBase  254 modules/videostab/include/opencv2/videostab/global_motion.hpp class CV_EXPORTS KeypointBasedMotionEstimatorGpu : public ImageMotionEstimatorBase
ImageMotionEstimatorBase   80 modules/videostab/include/opencv2/videostab/stabilizer.hpp     void setMotionEstimator(Ptr<ImageMotionEstimatorBase> val) { motionEstimator_ = val; }
ImageMotionEstimatorBase   81 modules/videostab/include/opencv2/videostab/stabilizer.hpp     Ptr<ImageMotionEstimatorBase> motionEstimator() const { return motionEstimator_; }
ImageMotionEstimatorBase  113 modules/videostab/include/opencv2/videostab/stabilizer.hpp     Ptr<ImageMotionEstimatorBase> motionEstimator_;
ImageMotionEstimatorBase   67 modules/videostab/include/opencv2/videostab/wobble_suppression.hpp     void setMotionEstimator(Ptr<ImageMotionEstimatorBase> val) { motionEstimator_ = val; }
ImageMotionEstimatorBase   68 modules/videostab/include/opencv2/videostab/wobble_suppression.hpp     Ptr<ImageMotionEstimatorBase> motionEstimator() const { return motionEstimator_; }
ImageMotionEstimatorBase   88 modules/videostab/include/opencv2/videostab/wobble_suppression.hpp     Ptr<ImageMotionEstimatorBase> motionEstimator_;
ImageMotionEstimatorBase  660 modules/videostab/src/global_motion.cpp     : ImageMotionEstimatorBase(MM_UNKNOWN)
ImageMotionEstimatorBase  679 modules/videostab/src/global_motion.cpp ToFileMotionWriter::ToFileMotionWriter(const String &path, Ptr<ImageMotionEstimatorBase> estimator)
ImageMotionEstimatorBase  680 modules/videostab/src/global_motion.cpp     : ImageMotionEstimatorBase(estimator->motionModel()), motionEstimator_(estimator)
ImageMotionEstimatorBase  700 modules/videostab/src/global_motion.cpp     : ImageMotionEstimatorBase(estimator->motionModel()), motionEstimator_(estimator)
ImageMotionEstimatorBase  770 modules/videostab/src/global_motion.cpp     : ImageMotionEstimatorBase(estimator->motionModel()), motionEstimator_(estimator)
ImageMotionEstimatorBase  182 samples/cpp/videostab.cpp     virtual Ptr<ImageMotionEstimatorBase> build() = 0;
ImageMotionEstimatorBase  195 samples/cpp/videostab.cpp     virtual Ptr<ImageMotionEstimatorBase> build()
ImageMotionEstimatorBase  246 samples/cpp/videostab.cpp     virtual Ptr<ImageMotionEstimatorBase> build()