motionModel 209 modules/videostab/include/opencv2/videostab/global_motion.hpp virtual MotionModel motionModel() const { return motionEstimator_->motionModel(); } motionModel 227 modules/videostab/include/opencv2/videostab/global_motion.hpp virtual MotionModel motionModel() const { return motionEstimator_->motionModel(); } motionModel 260 modules/videostab/include/opencv2/videostab/global_motion.hpp virtual MotionModel motionModel() const { return motionEstimator_->motionModel(); } motionModel 500 modules/videostab/src/global_motion.cpp if (motionModel() != MM_HOMOGRAPHY) motionModel 502 modules/videostab/src/global_motion.cpp points0, points1, motionModel(), ransacParams_, 0, &ninliers); motionModel 545 modules/videostab/src/global_motion.cpp CV_Assert(motionModel() <= MM_AFFINE && motionModel() != MM_RIGID); motionModel 558 modules/videostab/src/global_motion.cpp if (motionModel() == MM_SIMILARITY) motionModel 560 modules/videostab/src/global_motion.cpp else if (motionModel() == MM_TRANSLATION_AND_SCALE) motionModel 562 modules/videostab/src/global_motion.cpp else if (motionModel() == MM_TRANSLATION) motionModel 608 modules/videostab/src/global_motion.cpp if (motionModel() == MM_SIMILARITY) motionModel 613 modules/videostab/src/global_motion.cpp else if (motionModel() == MM_TRANSLATION_AND_SCALE) motionModel 619 modules/videostab/src/global_motion.cpp else if (motionModel() == MM_TRANSLATION) motionModel 680 modules/videostab/src/global_motion.cpp : ImageMotionEstimatorBase(estimator->motionModel()), motionEstimator_(estimator) motionModel 700 modules/videostab/src/global_motion.cpp : ImageMotionEstimatorBase(estimator->motionModel()), motionEstimator_(estimator) motionModel 770 modules/videostab/src/global_motion.cpp : ImageMotionEstimatorBase(estimator->motionModel()), motionEstimator_(estimator) motionModel 163 modules/videostab/src/stabilizer.cpp inpainter_->setMotionModel(motionEstimator_->motionModel()); motionModel 206 modules/videostab/src/stabilizer.cpp if (motionEstimator_->motionModel() != MM_HOMOGRAPHY) motionModel 217 modules/videostab/src/stabilizer.cpp if (motionEstimator_->motionModel() != MM_HOMOGRAPHY) motionModel 34 samples/cpp/videostab.cpp MotionModel motionModel(const string &str); motionModel 197 samples/cpp/videostab.cpp Ptr<MotionEstimatorRansacL2> est = makePtr<MotionEstimatorRansacL2>(motionModel(arg(prefix + "model"))); motionModel 248 samples/cpp/videostab.cpp Ptr<MotionEstimatorL1> est = makePtr<MotionEstimatorL1>(motionModel(arg(prefix + "model"))); motionModel 432 samples/cpp/videostab.cpp MotionModel model = ws->motionEstimator()->motionModel(); motionModel 463 samples/cpp/videostab.cpp MotionModel model = stabilizer->motionEstimator()->motionModel();