Searched refs:motionModel (Results 1 – 6 of 6) sorted by relevance
111 virtual MotionModel motionModel() const { return motionModel_; } in motionModel() function in cv::videostab::MotionEstimatorBase181 virtual MotionModel motionModel() const { return motionModel_; } in motionModel() function in cv::videostab::ImageMotionEstimatorBase209 virtual MotionModel motionModel() const { return motionEstimator_->motionModel(); } in motionModel() function in cv::videostab::ToFileMotionWriter227 virtual MotionModel motionModel() const { return motionEstimator_->motionModel(); } in motionModel() function in cv::videostab::KeypointBasedMotionEstimator260 virtual MotionModel motionModel() const { return motionEstimator_->motionModel(); } in motionModel() function in cv::videostab::KeypointBasedMotionEstimatorGpu
123 MotionModel motionModel() const { return model_; } in motionModel() function in cv::videostab::LpMotionStabilizer
74 virtual MotionModel motionModel() const { return motionModel_; } in motionModel() function in cv::videostab::InpainterBase
34 MotionModel motionModel(const string &str);197 …Ptr<MotionEstimatorRansacL2> est = makePtr<MotionEstimatorRansacL2>(motionModel(arg(prefix + "mode… in build()248 Ptr<MotionEstimatorL1> est = makePtr<MotionEstimatorL1>(motionModel(arg(prefix + "model"))); in build()432 MotionModel model = ws->motionEstimator()->motionModel(); in main()463 MotionModel model = stabilizer->motionEstimator()->motionModel(); in main()547 MotionModel motionModel(const string &str) in motionModel() function
500 if (motionModel() != MM_HOMOGRAPHY) in estimate()502 points0, points1, motionModel(), ransacParams_, 0, &ninliers); in estimate()545 CV_Assert(motionModel() <= MM_AFFINE && motionModel() != MM_RIGID); in estimate()558 if (motionModel() == MM_SIMILARITY) in estimate()560 else if (motionModel() == MM_TRANSLATION_AND_SCALE) in estimate()562 else if (motionModel() == MM_TRANSLATION) in estimate()608 if (motionModel() == MM_SIMILARITY) in estimate()613 else if (motionModel() == MM_TRANSLATION_AND_SCALE) in estimate()619 else if (motionModel() == MM_TRANSLATION) in estimate()680 : ImageMotionEstimatorBase(estimator->motionModel()), motionEstimator_(estimator) in ToFileMotionWriter()[all …]
163 inpainter_->setMotionModel(motionEstimator_->motionModel()); in setUp()206 if (motionEstimator_->motionModel() != MM_HOMOGRAPHY) in stabilizeFrame()217 if (motionEstimator_->motionModel() != MM_HOMOGRAPHY) in stabilizeFrame()