MotionModel 106 modules/videostab/include/opencv2/videostab/global_motion.hpp virtual void setMotionModel(MotionModel val) { motionModel_ = val; } MotionModel 111 modules/videostab/include/opencv2/videostab/global_motion.hpp virtual MotionModel motionModel() const { return motionModel_; } MotionModel 123 modules/videostab/include/opencv2/videostab/global_motion.hpp MotionEstimatorBase(MotionModel model) { setMotionModel(model); } MotionModel 126 modules/videostab/include/opencv2/videostab/global_motion.hpp MotionModel motionModel_; MotionModel 134 modules/videostab/include/opencv2/videostab/global_motion.hpp MotionEstimatorRansacL2(MotionModel model = MM_AFFINE); MotionModel 156 modules/videostab/include/opencv2/videostab/global_motion.hpp MotionEstimatorL1(MotionModel model = MM_AFFINE); MotionModel 180 modules/videostab/include/opencv2/videostab/global_motion.hpp virtual void setMotionModel(MotionModel val) { motionModel_ = val; } MotionModel 181 modules/videostab/include/opencv2/videostab/global_motion.hpp virtual MotionModel motionModel() const { return motionModel_; } MotionModel 186 modules/videostab/include/opencv2/videostab/global_motion.hpp ImageMotionEstimatorBase(MotionModel model) { setMotionModel(model); } MotionModel 189 modules/videostab/include/opencv2/videostab/global_motion.hpp MotionModel motionModel_; MotionModel 208 modules/videostab/include/opencv2/videostab/global_motion.hpp virtual void setMotionModel(MotionModel val) { motionEstimator_->setMotionModel(val); } MotionModel 209 modules/videostab/include/opencv2/videostab/global_motion.hpp virtual MotionModel motionModel() const { return motionEstimator_->motionModel(); } MotionModel 226 modules/videostab/include/opencv2/videostab/global_motion.hpp virtual void setMotionModel(MotionModel val) { motionEstimator_->setMotionModel(val); } MotionModel 227 modules/videostab/include/opencv2/videostab/global_motion.hpp virtual MotionModel motionModel() const { return motionEstimator_->motionModel(); } MotionModel 259 modules/videostab/include/opencv2/videostab/global_motion.hpp virtual void setMotionModel(MotionModel val) { motionEstimator_->setMotionModel(val); } MotionModel 260 modules/videostab/include/opencv2/videostab/global_motion.hpp virtual MotionModel motionModel() const { return motionEstimator_->motionModel(); } MotionModel 73 modules/videostab/include/opencv2/videostab/inpainting.hpp virtual void setMotionModel(MotionModel val) { motionModel_ = val; } MotionModel 74 modules/videostab/include/opencv2/videostab/inpainting.hpp virtual MotionModel motionModel() const { return motionModel_; } MotionModel 95 modules/videostab/include/opencv2/videostab/inpainting.hpp MotionModel motionModel_; MotionModel 115 modules/videostab/include/opencv2/videostab/inpainting.hpp virtual void setMotionModel(MotionModel val); MotionModel 102 modules/videostab/include/opencv2/videostab/motion_core.hpp static RansacParams default2dMotion(MotionModel model) MotionModel 120 modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp LpMotionStabilizer(MotionModel model = MM_SIMILARITY); MotionModel 122 modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp void setMotionModel(MotionModel val) { model_ = val; } MotionModel 123 modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp MotionModel motionModel() const { return model_; } MotionModel 148 modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp MotionModel model_; MotionModel 481 modules/videostab/src/global_motion.cpp MotionEstimatorRansacL2::MotionEstimatorRansacL2(MotionModel model) MotionModel 524 modules/videostab/src/global_motion.cpp MotionEstimatorL1::MotionEstimatorL1(MotionModel model) MotionModel 72 modules/videostab/src/inpainting.cpp void InpaintingPipeline::setMotionModel(MotionModel val) MotionModel 121 modules/videostab/src/motion_stabilizing.cpp LpMotionStabilizer::LpMotionStabilizer(MotionModel model) MotionModel 34 samples/cpp/videostab.cpp MotionModel motionModel(const string &str); MotionModel 432 samples/cpp/videostab.cpp MotionModel model = ws->motionEstimator()->motionModel(); MotionModel 463 samples/cpp/videostab.cpp MotionModel model = stabilizer->motionEstimator()->motionModel(); MotionModel 547 samples/cpp/videostab.cpp MotionModel motionModel(const string &str)