Home
last modified time | relevance | path

Searched refs:ImageMotionEstimatorBase (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dglobal_motion.hpp175 class CV_EXPORTS ImageMotionEstimatorBase class
178 virtual ~ImageMotionEstimatorBase() {} in ~ImageMotionEstimatorBase()
186 ImageMotionEstimatorBase(MotionModel model) { setMotionModel(model); } in ImageMotionEstimatorBase() function in cv::videostab::ImageMotionEstimatorBase
192 class CV_EXPORTS FromFileMotionReader : public ImageMotionEstimatorBase
203 class CV_EXPORTS ToFileMotionWriter : public ImageMotionEstimatorBase
206 ToFileMotionWriter(const String &path, Ptr<ImageMotionEstimatorBase> estimator);
215 Ptr<ImageMotionEstimatorBase> motionEstimator_;
221 class CV_EXPORTS KeypointBasedMotionEstimator : public ImageMotionEstimatorBase
255 class CV_EXPORTS KeypointBasedMotionEstimatorGpu : public ImageMotionEstimatorBase
H A Dwobble_suppression.hpp67 void setMotionEstimator(Ptr<ImageMotionEstimatorBase> val) { motionEstimator_ = val; } in setMotionEstimator()
68 Ptr<ImageMotionEstimatorBase> motionEstimator() const { return motionEstimator_; } in motionEstimator()
88 Ptr<ImageMotionEstimatorBase> motionEstimator_;
H A Dstabilizer.hpp80 void setMotionEstimator(Ptr<ImageMotionEstimatorBase> val) { motionEstimator_ = val; } in setMotionEstimator()
81 Ptr<ImageMotionEstimatorBase> motionEstimator() const { return motionEstimator_; } in motionEstimator()
113 Ptr<ImageMotionEstimatorBase> motionEstimator_;