Searched defs:motionModel (Results 1 – 4 of 4) 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
547 MotionModel motionModel(const string &str) in motionModel() function