Searched refs:setMotionModel (Results 1 – 3 of 3) sorted by relevance
106 virtual void setMotionModel(MotionModel val) { motionModel_ = val; } in setMotionModel() function in cv::videostab::MotionEstimatorBase123 MotionEstimatorBase(MotionModel model) { setMotionModel(model); } in MotionEstimatorBase()180 virtual void setMotionModel(MotionModel val) { motionModel_ = val; } in setMotionModel() function in cv::videostab::ImageMotionEstimatorBase186 ImageMotionEstimatorBase(MotionModel model) { setMotionModel(model); } in ImageMotionEstimatorBase()208 …virtual void setMotionModel(MotionModel val) CV_OVERRIDE { motionEstimator_->setMotionModel(val); } in setMotionModel() function in cv::videostab::ToFileMotionWriter226 …virtual void setMotionModel(MotionModel val) CV_OVERRIDE { motionEstimator_->setMotionModel(val); } in setMotionModel() function in cv::videostab::KeypointBasedMotionEstimator260 …virtual void setMotionModel(MotionModel val) CV_OVERRIDE { motionEstimator_->setMotionModel(val); } in setMotionModel() function in cv::videostab::KeypointBasedMotionEstimatorGpu
73 virtual void setMotionModel(MotionModel val) { motionModel_ = val; } in setMotionModel() function in cv::videostab::InpainterBase115 virtual void setMotionModel(MotionModel val) CV_OVERRIDE;
122 void setMotionModel(MotionModel val) { model_ = val; } in setMotionModel() function in cv::videostab::LpMotionStabilizer