Home
last modified time | relevance | path

Searched refs:motionModel_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dglobal_motion.hpp106 virtual void setMotionModel(MotionModel val) { motionModel_ = val; } in setMotionModel()
111 virtual MotionModel motionModel() const { return motionModel_; } in motionModel()
126 MotionModel motionModel_; member in cv::videostab::MotionEstimatorBase
180 virtual void setMotionModel(MotionModel val) { motionModel_ = val; } in setMotionModel()
181 virtual MotionModel motionModel() const { return motionModel_; } in motionModel()
189 MotionModel motionModel_; member in cv::videostab::ImageMotionEstimatorBase
H A Dinpainting.hpp65 : radius_(0), motionModel_(MM_UNKNOWN), frames_(0), motions_(0), in InpainterBase()
73 virtual void setMotionModel(MotionModel val) { motionModel_ = val; } in setMotionModel()
74 virtual MotionModel motionModel() const { return motionModel_; } in motionModel()
95 MotionModel motionModel_; member in cv::videostab::InpainterBase