Home
last modified time | relevance | path

Searched refs:motionEstimator_ (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.hpp208 …virtual void setMotionModel(MotionModel val) CV_OVERRIDE { motionEstimator_->setMotionModel(val); } in setMotionModel()
209 virtual MotionModel motionModel() const CV_OVERRIDE { return motionEstimator_->motionModel(); } in motionModel()
215 Ptr<ImageMotionEstimatorBase> motionEstimator_; member in cv::videostab::ToFileMotionWriter
226 …virtual void setMotionModel(MotionModel val) CV_OVERRIDE { motionEstimator_->setMotionModel(val); } in setMotionModel()
227 virtual MotionModel motionModel() const CV_OVERRIDE { return motionEstimator_->motionModel(); } in motionModel()
242 Ptr<MotionEstimatorBase> motionEstimator_; member in cv::videostab::KeypointBasedMotionEstimator
260 …virtual void setMotionModel(MotionModel val) CV_OVERRIDE { motionEstimator_->setMotionModel(val); } in setMotionModel()
261 virtual MotionModel motionModel() const CV_OVERRIDE { return motionEstimator_->motionModel(); } in motionModel()
270 Ptr<MotionEstimatorBase> motionEstimator_; member in cv::videostab::KeypointBasedMotionEstimatorGpu
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_; member in cv::videostab::WobbleSuppressorBase
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_; member in cv::videostab::StabilizerBase