Searched refs:motionModel_ (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/videostab/include/opencv2/videostab/
H A Dinpainting.hpp65 : radius_(0), motionModel_(MM_UNKNOWN), frames_(0), motions_(0),
73 virtual void setMotionModel(MotionModel val) { motionModel_ = val; }
74 virtual MotionModel motionModel() const { return motionModel_; }
95 MotionModel motionModel_; member in class:cv::videostab::InpainterBase
H A Dglobal_motion.hpp106 virtual void setMotionModel(MotionModel val) { motionModel_ = val; }
111 virtual MotionModel motionModel() const { return motionModel_; }
126 MotionModel motionModel_; member in class:cv::videostab::MotionEstimatorBase
180 virtual void setMotionModel(MotionModel val) { motionModel_ = val; }
181 virtual MotionModel motionModel() const { return motionModel_; }
189 MotionModel motionModel_; member in class:cv::videostab::ImageMotionEstimatorBase
/external/opencv3/modules/videostab/src/
H A Dinpainting.cpp377 if (motionModel_ != MM_HOMOGRAPHY)
390 if (motionModel_ != MM_HOMOGRAPHY)

Completed in 191 milliseconds