Home
last modified time | relevance | path

Searched defs:motionModel (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.hpp111 virtual MotionModel motionModel() const { return motionModel_; } in motionModel() function in cv::videostab::MotionEstimatorBase
181 virtual MotionModel motionModel() const { return motionModel_; } in motionModel() function in cv::videostab::ImageMotionEstimatorBase
209 virtual MotionModel motionModel() const CV_OVERRIDE { return motionEstimator_->motionModel(); } in motionModel() function in cv::videostab::ToFileMotionWriter
227 virtual MotionModel motionModel() const CV_OVERRIDE { return motionEstimator_->motionModel(); } in motionModel() function in cv::videostab::KeypointBasedMotionEstimator
261 virtual MotionModel motionModel() const CV_OVERRIDE { return motionEstimator_->motionModel(); } in motionModel() function in cv::videostab::KeypointBasedMotionEstimatorGpu
H A Dmotion_stabilizing.hpp123 MotionModel motionModel() const { return model_; } in motionModel() function in cv::videostab::LpMotionStabilizer
H A Dinpainting.hpp74 virtual MotionModel motionModel() const { return motionModel_; } in motionModel() function in cv::videostab::InpainterBase