Searched refs:ImageMotionEstimatorBase (Results 1 – 3 of 3) sorted by relevance
175 class CV_EXPORTS ImageMotionEstimatorBase class178 virtual ~ImageMotionEstimatorBase() {} in ~ImageMotionEstimatorBase()186 ImageMotionEstimatorBase(MotionModel model) { setMotionModel(model); } in ImageMotionEstimatorBase() function in cv::videostab::ImageMotionEstimatorBase192 class CV_EXPORTS FromFileMotionReader : public ImageMotionEstimatorBase203 class CV_EXPORTS ToFileMotionWriter : public ImageMotionEstimatorBase206 ToFileMotionWriter(const String &path, Ptr<ImageMotionEstimatorBase> estimator);215 Ptr<ImageMotionEstimatorBase> motionEstimator_;221 class CV_EXPORTS KeypointBasedMotionEstimator : public ImageMotionEstimatorBase255 class CV_EXPORTS KeypointBasedMotionEstimatorGpu : public ImageMotionEstimatorBase
67 void setMotionEstimator(Ptr<ImageMotionEstimatorBase> val) { motionEstimator_ = val; } in setMotionEstimator()68 Ptr<ImageMotionEstimatorBase> motionEstimator() const { return motionEstimator_; } in motionEstimator()88 Ptr<ImageMotionEstimatorBase> motionEstimator_;
80 void setMotionEstimator(Ptr<ImageMotionEstimatorBase> val) { motionEstimator_ = val; } in setMotionEstimator()81 Ptr<ImageMotionEstimatorBase> motionEstimator() const { return motionEstimator_; } in motionEstimator()113 Ptr<ImageMotionEstimatorBase> motionEstimator_;